From 571f844d20da010ea70819d39952d2182d985bbe Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 30 Nov 2025 16:36:04 +0200 Subject: [PATCH 1/2] chore: update app-proxy image tags to 28608a6 fix: restore commit pr function for backward computability(https://github.com/codefresh-io/argo-platform/pull/6949) --- 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 894257cd..09e99bfa 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -495,14 +495,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 0afa16e + tag: 28608a6 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 0afa16e + tag: 28608a6 pullPolicy: IfNotPresent command: - ./init.sh From 9c8469ca4ddf1fc444e11684a142ebcc82e1a2c9 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 30 Nov 2025 16:36:40 +0200 Subject: [PATCH 2/2] fix: update gitops-operator image tag to 8cbca33 revert back to released version from v0.25.2 --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 09e99bfa..a599673e 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -683,7 +683,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "ff25956" + tag: 8cbca33 env: !!merge <<: - *otel-config