From 78a4fd6104213ca919abb6276bb12d21c41a5fbd Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 18 Jun 2026 16:48:04 +0300 Subject: [PATCH 1/2] chore: fix various security vulnerabilities for cap-app-proxy, csdp-image-enrichers --- charts/gitops-runtime/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 46792884..4243f77a 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -472,27 +472,27 @@ app-proxy: reportImage: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-report-image-info - tag: 1.1.27-main + tag: 1.1.28-main # Git enrichment task image gitEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info - tag: 1.1.27-main + tag: 1.1.28-main # Jira enrichment task image jiraEnrichment: registry: quay.io repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info - tag: 1.1.27-main + tag: 1.1.28-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.4093.0 + tag: 1.4103.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.4093.0 + tag: 1.4103.0 pullPolicy: IfNotPresent command: - ./init.sh From 00a4c7e18841b6346e270e07e4f83392b007e4cd Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 18 Jun 2026 19:47:50 +0300 Subject: [PATCH 2/2] chore: fix various security vulnerabilities for codefresh-gitops-operator, argo-gateway --- 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 4243f77a..c7c5602c 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -673,7 +673,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: 79a7f3b + tag: c03bf91 env: !!merge <<: - *otel-config @@ -705,7 +705,7 @@ argo-gateway: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: "71b7e7c" + tag: "3683869" nodeSelector: {} tolerations: [] affinity: {}