Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Version 73235 #27

Merged
merged 1 commit into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docker-compose/harness/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
harness-network:

manager:
image: harness/manager-signed:73234
image: harness/manager-signed:73235
deploy:
resources:
limits:
Expand All @@ -53,7 +53,7 @@ services:
harness-network:

ng-manager:
image: harness/ng-manager-signed:73234
image: harness/ng-manager-signed:73235
deploy:
resources:
limits:
Expand All @@ -69,7 +69,7 @@ services:
harness-network:

pipeline-service:
image: harness/pipeline-service-signed:73234
image: harness/pipeline-service-signed:73235
deploy:
resources:
limits:
Expand All @@ -86,7 +86,7 @@ services:
harness-network:

platform-service:
image: harness/platform-service-signed:73234
image: harness/platform-service-signed:73235
deploy:
resources:
limits:
Expand Down Expand Up @@ -129,7 +129,7 @@ services:
harness-network:

delegate-proxy:
image: harness/delegate-proxy-signed:73234
image: harness/delegate-proxy-signed:73235
deploy:
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion helm/harness/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "73234"
appVersion: "73235"
2 changes: 1 addition & 1 deletion helm/harness/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ listen_port: "7143"
versions:
busybox: 1.33.1
log_service: release-18
manager: 73234
manager: 73235
mongo: 4.2.8
ng_auth_ui: 0.30.1
ng_ui: 0.280.16
Expand Down