From d38f80a4954a899f2d55182eff5fe34b7df23825 Mon Sep 17 00:00:00 2001 From: Kim Date: Wed, 4 Feb 2026 15:23:07 +0200 Subject: [PATCH 1/3] Revert "fix: bump app proxy with revert of git provider new support for 0.26 (#1079)" This reverts commit 60466b260086294856b37b406ad106585c55abd1. --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index d7f9adf9d..887c44920 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.0 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.26.0 +version: 0.26.7 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 01ffdfa58..029eb67df 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -492,14 +492,14 @@ app-proxy: tag: 1.1.21-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 62b923f + tag: 8765bbd pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 62b923f + tag: 8765bbd pullPolicy: IfNotPresent command: - ./init.sh From a8c29f7b62570c979f0d43baa4bf58440f7e1e6d Mon Sep 17 00:00:00 2001 From: Kim Date: Wed, 4 Feb 2026 15:24:45 +0200 Subject: [PATCH 2/3] fix: upgrade version to 0.26.8 to fix the version decrement on the last commit --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 887c44920..a00b3e83e 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.0 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.26.7 +version: 0.26.8 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 029eb67df..01ffdfa58 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -492,14 +492,14 @@ app-proxy: tag: 1.1.21-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 8765bbd + tag: 62b923f pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 8765bbd + tag: 62b923f pullPolicy: IfNotPresent command: - ./init.sh From 85083847093c612eabdd3a647197bb98ce96a7dd Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 4 Feb 2026 13:27:15 +0000 Subject: [PATCH 3/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 a00b3e83e..d7f9adf9d 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.0 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.26.8 +version: 0.26.0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: