From 8a1ed2ecb4c22286439004449fd547a4fdcfb815 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:55:26 +0000 Subject: [PATCH 1/2] [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 4d8f8f352..e48fe3c19 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -686,7 +686,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: de28d8b + tag: c182bdf env: !!merge <<: - *otel-config From f985d0dc4d47df7306c1ab44eda55a29fabbb2c4 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Tue, 23 Dec 2025 18:20:08 +0300 Subject: [PATCH 2/2] 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 e48fe3c19..e06477e11 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -686,7 +686,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: c182bdf + tag: main-c182bdf env: !!merge <<: - *otel-config