Skip to content

Commit

Permalink
Revert "Merge pull request #44 from harness/release/736xx"
Browse files Browse the repository at this point in the history
This reverts commit 8cfe16a, reversing
changes made to d5686ff.
  • Loading branch information
sean-harness committed Feb 24, 2022
1 parent 8cfe16a commit 0179ac3
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.284.7
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.31.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:73611
image: harness/manager-signed:73238
deploy:
resources:
limits:
Expand All @@ -54,7 +54,7 @@ services:
harness-network:

ng-manager:
image: harness/ng-manager-signed:73611
image: harness/ng-manager-signed:73238
deploy:
resources:
limits:
Expand All @@ -70,7 +70,7 @@ services:
harness-network:

pipeline-service:
image: harness/pipeline-service-signed:73611
image: harness/pipeline-service-signed:73238
deploy:
resources:
limits:
Expand All @@ -87,7 +87,7 @@ services:
harness-network:

platform-service:
image: harness/platform-service-signed:73611
image: harness/platform-service-signed:73238
deploy:
resources:
limits:
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
harness-network:

delegate-proxy:
image: harness/delegate-proxy-signed:73611
image: harness/delegate-proxy-signed:73238
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
@@ -1,7 +1,7 @@
apiVersion: v2
name: harness
version: 0.1.0
appVersion: "73611"
appVersion: "73238"
description: A Helm chart for Harness Community Edition.

type: application
Expand Down
6 changes: 3 additions & 3 deletions helm/harness/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ secret:
versions:
busybox: 1.33.1
log_service: release-18
manager: 73611
manager: 73238
mongo: 4.2.8
ng_auth_ui: 0.31.0
ng_ui: 0.284.7
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 0179ac3

Please sign in to comment.