From 4411546f325de805007248ea3fcbdc017879d430 Mon Sep 17 00:00:00 2001 From: Guna Chandrasekaran Date: Wed, 12 Jan 2022 12:38:35 -0800 Subject: [PATCH] Release Version 73235 --- docker-compose/harness/docker-compose.yml | 10 +++++----- helm/harness/Chart.yaml | 2 +- helm/harness/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose/harness/docker-compose.yml b/docker-compose/harness/docker-compose.yml index cfc4d13..36f643e 100644 --- a/docker-compose/harness/docker-compose.yml +++ b/docker-compose/harness/docker-compose.yml @@ -32,7 +32,7 @@ services: harness-network: manager: - image: harness/manager-signed:73234 + image: harness/manager-signed:73235 deploy: resources: limits: @@ -53,7 +53,7 @@ services: harness-network: ng-manager: - image: harness/ng-manager-signed:73234 + image: harness/ng-manager-signed:73235 deploy: resources: limits: @@ -69,7 +69,7 @@ services: harness-network: pipeline-service: - image: harness/pipeline-service-signed:73234 + image: harness/pipeline-service-signed:73235 deploy: resources: limits: @@ -86,7 +86,7 @@ services: harness-network: platform-service: - image: harness/platform-service-signed:73234 + image: harness/platform-service-signed:73235 deploy: resources: limits: @@ -129,7 +129,7 @@ services: harness-network: delegate-proxy: - image: harness/delegate-proxy-signed:73234 + image: harness/delegate-proxy-signed:73235 deploy: resources: limits: diff --git a/helm/harness/Chart.yaml b/helm/harness/Chart.yaml index 05afd70..330614d 100644 --- a/helm/harness/Chart.yaml +++ b/helm/harness/Chart.yaml @@ -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" diff --git a/helm/harness/values.yaml b/helm/harness/values.yaml index e07a001..fb507da 100644 --- a/helm/harness/values.yaml +++ b/helm/harness/values.yaml @@ -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