From df7748ca22c1a043ad67dcf2bad03465ee85c5fb Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 18 Jun 2026 16:51:41 +0300 Subject: [PATCH 1/3] 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 f402aaf8..4243091e 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 3af970258589f942144e5d4ab8d1b0890bcbdebe Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 18 Jun 2026 17:31:46 +0300 Subject: [PATCH 2/3] chore: fix various security vulnerabilities for cf-argocd-extras --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 4243091e..4c3aba93 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -705,7 +705,7 @@ argo-gateway: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: "621297b" + tag: "db849c5" nodeSelector: {} tolerations: [] affinity: {} From e26ef2f5c40c91a3a9cf9316a72d2488cfb0727a Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 18 Jun 2026 18:48:44 +0300 Subject: [PATCH 3/3] chore: fix various security vulnerabilities for codefresh-gitops-operator --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 4c3aba93..d0725214 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