From 66720d80e58b92d30b9666318bfd64af949e61b6 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 14:29:06 +0000 Subject: [PATCH 1/3] [gitops-operator]fix: security vulnerability CVE-2025-66626 --- 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 ce916dda9..dab822541 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -680,7 +680,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: 0.26-de28d8b + tag: e136169 env: !!merge <<: - *otel-config From 3a6103b277b45f92d05359210023f107d038ab40 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Tue, 23 Dec 2025 14:31:30 +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 00806c0bd..e2a8e36d9 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.4 +version: 0.26.5 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From d2969cd1de2d36ad9a75fda5eb3ea86c1d5d28ef Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Tue, 23 Dec 2025 18:23:27 +0300 Subject: [PATCH 3/3] fix(codefresh-gitops-operator): use better naming for docker image tag --- 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 dab822541..d89ca6bd8 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -680,7 +680,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: e136169 + tag: 0.26-e136169 env: !!merge <<: - *otel-config