From fa06bb21ba3039dfa5c08578976e3aadd11f4afc Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 19 Feb 2026 17:20:29 +0300 Subject: [PATCH 1/3] fix: security vulnerabilities in app-proxy --- 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 2887bbb4..36c0116e 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -459,14 +459,14 @@ app-proxy: tag: 1.1.22-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.4046.0 + tag: 1.4058.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.4046.0 + tag: 1.4058.0 pullPolicy: IfNotPresent command: - ./init.sh From 0a61fd5a128033908a05fb497b2e6250e339341f Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 19 Feb 2026 17:52:56 +0300 Subject: [PATCH 2/3] fix: security vulnerabilities in kubectl --- 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 36c0116e..e8b0020d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -722,7 +722,7 @@ redis-secret-init: image: registry: docker.io repository: alpine/kubectl - tag: 1.35.0 + tag: 1.35.1 nodeSelector: {} tolerations: [] affinity: {} From 8bad0e2fa29dc491a520aa895f93230f8f99a1fd Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 19 Feb 2026 20:22:57 +0300 Subject: [PATCH 3/3] chore: trigger ci