From 9107062ad54a516507502d3b45cc3d786f694c66 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Mon, 16 Feb 2026 17:27:30 +0300 Subject: [PATCH 1/4] fix(app-proxy-init): migrate to DHI base image --- 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 fc0ab653e..cb64ad813 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -466,7 +466,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.4038.0 + tag: 1.4046.0 pullPolicy: IfNotPresent command: - ./init.sh From d250b0fe2ab1f193bf242f8f22f80b19b7095c5d Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Mon, 16 Feb 2026 14:37:04 +0000 Subject: [PATCH 2/4] 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 575581f72..510d33783 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.0.0 +version: 0.28.0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From e8eb5eae54db03baf6a1af476857481e056b5172 Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Mon, 16 Feb 2026 17:29:03 +0200 Subject: [PATCH 3/4] bump gitops-operator --- 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 cb64ad813..5b3e6c2b6 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -647,7 +647,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: main-c182bdf + tag: 78571af env: !!merge <<: - *otel-config From eeb0d76845e65c284febded72816afe7b82a51b8 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Mon, 16 Feb 2026 20:11:43 +0300 Subject: [PATCH 4/4] bump: app-proxy and app-proxy-init --- 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 5b3e6c2b6..e35a2cbee 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.4038.0 + tag: c7216c5 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.4046.0 + tag: c7216c5 pullPolicy: IfNotPresent command: - ./init.sh