From c92627d2c0cf7ff469824e50bc66c2d579e1e9da Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Mon, 22 Dec 2025 13:41:59 +0300 Subject: [PATCH 1/3] fix(codefresh-tunnel-client): security vulnerabilities CVE-2025-9230, CVE-2025-9231, CVE-2025-9232, CVE-2025-46394, CVE-2024-58251 --- 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 7668e4bfd..8b2bf8cb9 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -36,7 +36,7 @@ dependencies: condition: sealed-secrets.enabled - name: codefresh-tunnel-client repository: oci://quay.io/codefresh/charts - version: 0.1.22 + version: 0.1.23 alias: tunnel-client condition: tunnel-client.enabled - name: redis-ha From 1d5d4a8632dceaaef4a06a8c2cee6e2f174338e0 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Mon, 22 Dec 2025 16:19:29 +0300 Subject: [PATCH 2/3] fix(codefresh-gitops-operator): 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..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: de28d8b + tag: main-c182bdf env: !!merge <<: - *otel-config From 2a7b6838409b9c3cca6bfc63850f6d9b82e61508 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Mon, 22 Dec 2025 17:05:23 +0300 Subject: [PATCH 3/3] Revert "fix(codefresh-gitops-operator): security vulnerability CVE-2025-66626" This reverts commit 1d5d4a8632dceaaef4a06a8c2cee6e2f174338e0. --- 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 e06477e11..4d8f8f352 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: main-c182bdf + tag: de28d8b env: !!merge <<: - *otel-config