Skip to content

Commit

Permalink
Merge pull request #24 from harness/release/732xx
Browse files Browse the repository at this point in the history
Release Version 73234
  • Loading branch information
guna-harness authored Jan 12, 2022
2 parents 2ba1509 + 1f13356 commit fdccaee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions docker-compose/harness/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
ng-ui:
image: harness/nextgenui-signed:0.280.15
image: harness/nextgenui-signed:0.280.16
deploy:
resources:
limits:
Expand All @@ -17,7 +17,7 @@ services:
harness-network:

ng-auth-ui:
image: harness/ng-auth-ui-signed:0.30.0
image: harness/ng-auth-ui-signed:0.30.1
deploy:
resources:
limits:
Expand All @@ -32,7 +32,7 @@ services:
harness-network:

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

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

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

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

delegate-proxy:
image: harness/delegate-proxy-signed:73233
image: harness/delegate-proxy-signed:73234
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: "73233"
appVersion: "73234"
6 changes: 3 additions & 3 deletions helm/harness/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ listen_port: "7143"
versions:
busybox: 1.33.1
log_service: release-18
manager: 73233
manager: 73234
mongo: 4.2.8
ng_auth_ui: 0.30.0
ng_ui: 0.280.15
ng_auth_ui: 0.30.1
ng_ui: 0.280.16
nginx: 1.21.4
redis: 6.2.5-alpine
scm: release-27
Expand Down

0 comments on commit fdccaee

Please sign in to comment.