From 0117053386ed5f575710c8f47111b346b8cc7867 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Fri, 10 Jul 2026 09:32:03 +0300 Subject: [PATCH 1/4] chore: fix various security vulnerabilities for argo-gateway, codefresh-gitops-operator, csdp-image-enrichers --- charts/gitops-runtime/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 0cfa776b..1cb5cad4 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -159,7 +159,7 @@ global: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: "ace3860" + tag: "cd53e9b" nodeSelector: {} tolerations: [] affinity: {} @@ -472,17 +472,17 @@ app-proxy: reportImage: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info - tag: 1.1.28-main + tag: 1.1.29-main # Git enrichment task image gitEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info - tag: 1.1.28-main + tag: 1.1.29-main # Jira enrichment task image jiraEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info - tag: 1.1.28-main + tag: 1.1.29-main image: repository: quay.io/codefresh/cap-app-proxy tag: 1.4114.0 @@ -673,7 +673,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: c03bf91 + tag: c0ef368 env: !!merge <<: - *otel-config @@ -705,7 +705,7 @@ argo-gateway: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: "73334da" + tag: "cd53e9b" nodeSelector: {} tolerations: [] affinity: {} From 3f90257d8d1adc50bd84de3ec3cd38fe99fdc32d Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 06:35:59 +0000 Subject: [PATCH 2/4] 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 cc96ff15..57a3c376 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.3 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.29.18 +version: 0.29.19 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From 796992e21d5192b9c98d444dbfb5f8d159975ecc Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Fri, 10 Jul 2026 12:47:36 +0300 Subject: [PATCH 3/4] chore: fix various security vulnerabilities for cap-app-proxy --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 1cb5cad4..13b51d2f 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -485,14 +485,14 @@ app-proxy: tag: 1.1.29-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.4114.0 + tag: 1.4116.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.4114.0 + tag: 1.4116.0 pullPolicy: IfNotPresent command: - ./init.sh From a266ff35bc62a898b355e82461dfcea9059d9a2e Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Fri, 10 Jul 2026 13:15:55 +0300 Subject: [PATCH 4/4] refactoring --- 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 13b51d2f..2a725708 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -472,17 +472,17 @@ app-proxy: reportImage: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info - tag: 1.1.29-main + tag: 1.1.29 # Git enrichment task image gitEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info - tag: 1.1.29-main + tag: 1.1.29 # Jira enrichment task image jiraEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info - tag: 1.1.29-main + tag: 1.1.29 image: repository: quay.io/codefresh/cap-app-proxy tag: 1.4116.0