From 012b65ab257b6c103ca21f24231836129f072110 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:12:35 +0000 Subject: [PATCH 1/3] [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 ff3fa24e..d633d4d6 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -458,14 +458,14 @@ app-proxy: tag: 1.1.22-main image: repository: quay.io/codefresh/cap-app-proxy - tag: fbc0485 + tag: f1a9078 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: fbc0485 + tag: f1a9078 pullPolicy: IfNotPresent command: - ./init.sh From 63e129588020651adbea5f9f0a4d6d67f96bf1f1 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 19 Feb 2026 17:15:37 +0000 Subject: [PATCH 2/3] CI Automatic commit - align Chart version --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 8a30d75b..748b1feb 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.1 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.27.4 +version: 0.27.5 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From 603f5a6efc2743645c6e0e7255b0c77c71c6a6bc Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 19 Feb 2026 21:04:14 +0300 Subject: [PATCH 3/3] 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 d633d4d6..908dd79c 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -721,7 +721,7 @@ redis-secret-init: image: registry: docker.io repository: alpine/kubectl - tag: 1.35.0 + tag: 1.35.1 nodeSelector: {} tolerations: [] affinity: {}