From c97e2473734cf40f8ebc41895c0c10c16757a753 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 30 Nov 2025 16:28:14 +0200 Subject: [PATCH 1/2] fix(app-proxy): update image tags for app-proxy to `1.3958.0` - fix: revert back create promotion pull request (https://github.com/codefresh-io/argo-platform/pull/6943) --- 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..cd9a10f2 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: 1.3958.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 0afa16e + tag: 1.3958.0 pullPolicy: IfNotPresent command: - ./init.sh From 292e9f26c389c0ff3b35e2777d73243f0c72d6c1 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 30 Nov 2025 16:29:03 +0200 Subject: [PATCH 2/2] fix(gitops-operator): update image tag to `8cbca33` - revert to released image 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 cd9a10f2..e387ed70 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