From fcd7dc8470e3af1892065e7741ba4620cb9476ef Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 06:30:51 +0000 Subject: [PATCH 1/2] [app-proxy]feat: ensure default-git-source exists on every app-proxy restart --- 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 a180f161..8ae95d2d 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: 6201d13 + tag: e257a0b pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 6201d13 + tag: e257a0b pullPolicy: IfNotPresent command: - ./init.sh From 0706d38b3f0f5c125549d2d7d499ba289da97eda Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 23 Nov 2025 09:37:54 +0200 Subject: [PATCH 2/2] update cap-app-proxy to 0afa16e chore: security fixes (https://github.com/codefresh-io/argo-platform/pull/6940) --- 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 8ae95d2d..41b5d98b 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: e257a0b + tag: 0afa16e pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: e257a0b + tag: 0afa16e pullPolicy: IfNotPresent command: - ./init.sh