From 8a11888cefff0a74b85708ba740dd0d8100f8dde Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:25:32 +0000 Subject: [PATCH] [app-proxy]fix: security vulnerabilities for app-proxy (CVE-2025-61729 and CVE-2025-61727) and app-proxy-init (CVE-2016-2781 and CVE-2024-10041) --- 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 97a845e6..444cd28b 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -492,14 +492,14 @@ app-proxy: tag: 1.1.20-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.4014.0 + tag: 8765bbd pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.4014.0 + tag: 8765bbd pullPolicy: IfNotPresent command: - ./init.sh