From 43becc173fefe9dd89d438fc4c37ef7bacefb286 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 2 Oct 2025 17:44:07 +0300 Subject: [PATCH 1/3] 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 a3d7a8f5..14877098 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -552,17 +552,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: eab83ae From 2c28325393600ea331e6aeed310a5236e93145c7 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Fri, 3 Oct 2025 10:31:56 +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 1ed09059..89256846 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.75 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: '0.24.3' +version: '0.24.4' home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From 5a31e90a738acd26e95ab5243b29b8984ce3ee62 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Mon, 6 Oct 2025 11:40:46 +0300 Subject: [PATCH 3/3] chore: trigger pipelines