From 10f1ea5d5ad4a2b7f635883e42ff04a1aa2fd524 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 17 Sep 2024 17:36:54 +0300 Subject: [PATCH 1/4] update gitops-operator to `0.2.13` --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 5b9593d..3899c0f 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -38,7 +38,7 @@ dependencies: condition: tunnel-client.enabled - name: codefresh-gitops-operator repository: oci://quay.io/codefresh/charts - version: 0.2.12 + version: 0.2.13 alias: gitops-operator condition: gitops-operator.enabled - name: garage From 6f1b8189c957926849375764ae975fb195c3e78c Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 17 Sep 2024 17:36:54 +0300 Subject: [PATCH 2/4] temp: update app-proxy image to `1.3036.0-CR-22781-get-pr-by-sha-182b8b5` --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index fd4cd9d..3ae4de6 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -415,7 +415,7 @@ app-proxy: tag: 1.1.10-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3021.0 + tag: 1.3036.0-CR-22781-get-pr-by-sha-182b8b5 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -423,7 +423,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3021.0 + tag: 1.3036.0-CR-22781-get-pr-by-sha-182b8b5 pullPolicy: IfNotPresent command: - ./init.sh From 533e852552241e87ec33a29052f5fc410fb997b0 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 17 Sep 2024 17:36:54 +0300 Subject: [PATCH 3/4] bumped app-proxy image --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 3ae4de6..ac9a3f1 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -415,7 +415,7 @@ app-proxy: tag: 1.1.10-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3036.0-CR-22781-get-pr-by-sha-182b8b5 + tag: 1.3036.0-CR-22781-get-pr-by-sha-909a925 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -423,7 +423,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3036.0-CR-22781-get-pr-by-sha-182b8b5 + tag: 1.3036.0-CR-22781-get-pr-by-sha-909a925 pullPolicy: IfNotPresent command: - ./init.sh From c5887322d9239ac55a099be6a7844447508bfc96 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 17 Sep 2024 17:36:54 +0300 Subject: [PATCH 4/4] bump app-proxy to `1.3045.0` --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index ac9a3f1..528d6ff 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -415,7 +415,7 @@ app-proxy: tag: 1.1.10-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3036.0-CR-22781-get-pr-by-sha-909a925 + tag: 1.3045.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -423,7 +423,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3036.0-CR-22781-get-pr-by-sha-909a925 + tag: 1.3045.0 pullPolicy: IfNotPresent command: - ./init.sh