From a7bb3875fdc5e44629f4046ace404273cb46bf2b Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 2 Oct 2025 17:44:07 +0300 Subject: [PATCH 1/2] fix: update image-enrichment images --- 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 2da706db..425cd15e 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -551,17 +551,17 @@ app-proxy: reportImage: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info - tag: 1.1.16-main + tag: 1.1.17-main # Git enrichment task image gitEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info - tag: 1.1.16-main + tag: 1.1.17-main # Jira enrichment task image jiraEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info - tag: 1.1.16-main + tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy tag: 1.3791.0 From 7546fadc639d50abfe0579e83a5fe2eccf5c6e90 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Tue, 7 Oct 2025 10:21:28 +0300 Subject: [PATCH 2/2] chore: trigger ci