From 4a75fd24fd177917fecc9106f6ab933ebc06f4f9 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:40:37 +0000 Subject: [PATCH 1/2] [gitops-operator]fix: allow "" as prUrl value --- 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 1d58aa27..f8d4f19d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -677,7 +677,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "9e6a5c2" + tag: "3274011" env: !!merge <<: - *otel-config From 56bd42b8c64eed1522e0eb765ca3c3c1bd278a9d Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 10 Nov 2025 17:43:42 +0200 Subject: [PATCH 2/2] update app-proxy to 1.3911.0 fix: calculate promotion file changes according to correct app branch (https://github.com/codefresh-io/argo-platform/pull/6888) --- 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 f8d4f19d..0bf3291f 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -490,14 +490,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3909.0 + tag: 1.3911.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3909.0 + tag: 1.3911.0 pullPolicy: IfNotPresent command: - ./init.sh