From ecbb65e467aef1fdfc7d92003eba6861f46cc70d Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Tue, 20 Jan 2026 19:57:23 +0300 Subject: [PATCH 1/2] fix(enrichment-images): security vulnerabilities CVE-2025-66030, CVE-2025-15284, CVE-2025-14104, CVE-2025-66382, CVE-2025-13836 and CVE-2025-13837 --- charts/gitops-runtime/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 1e68b6e3e..de68ad584 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -467,17 +467,17 @@ app-proxy: reportImage: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info - tag: 1.1.20-main + tag: 1.1.21-main # Git enrichment task image gitEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info - tag: 1.1.20-main + tag: 1.1.21-main # Jira enrichment task image jiraEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info - tag: 1.1.20-main + tag: 1.1.21-main image: repository: quay.io/codefresh/cap-app-proxy tag: 1.4020.0 From 3b6351c6a0d6ecbf9af2d0349478e9a947bfc4e1 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 22 Jan 2026 15:34:29 +0300 Subject: [PATCH 2/2] chore: trigger ci