From 32f0e6d03522ca54489ac50765f040a6de71782b Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:19:12 +0000 Subject: [PATCH 1/2] [app-proxy]fix: update nodejs for 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 e35a2cbe..41422c03 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: c7216c5 + tag: 6668ff8 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: c7216c5 + tag: 6668ff8 pullPolicy: IfNotPresent command: - ./init.sh From 71126c7f7d027080e284e9f0d21baabbccf7f3d9 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 19 Feb 2026 21:05:11 +0300 Subject: [PATCH 2/2] fix: update alpine/kubectl to 1.35.1 --- 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 41422c03..4614a51d 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: {}