From 1a3d6d4f02454070d50a86471161ce9fa5ff7533 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:50:06 +0000 Subject: [PATCH 1/3] [gitops-operator]feat: add branch data to pullrequest info --- 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 b848a84cc..f0d84c1e0 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -682,7 +682,7 @@ gitops-operator: # -- defaults registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: "51d32f4" + tag: "908e003" env: !!merge <<: - *otel-config From 12b0c17769abc9c30b5800f9bbf386ef4dbcf39a Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 17 Nov 2025 13:55:13 +0200 Subject: [PATCH 2/3] update app-proxy to 1.3935.0 feat: add branch data to pullrequest info (https://github.com/codefresh-io/argo-platform/pull/6899) --- 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 f0d84c1e0..fa8e534de 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: 1.3911.0 + tag: 1.3935.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3911.0 + tag: 1.3935.0 pullPolicy: IfNotPresent command: - ./init.sh From 058c7c02b6b328e391e95cc7b6067f75e85feb08 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 17 Nov 2025 18:55:28 +0200 Subject: [PATCH 3/3] fix: update app-proxy image tags to 1.3940.0 added missing tini binary --- 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 fa8e534de..19206a7e9 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: 1.3935.0 + tag: 1.3940.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3935.0 + tag: 1.3940.0 pullPolicy: IfNotPresent command: - ./init.sh