From 6c57567b9b40e52ca21db771d59627f69bca0b10 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 26 Nov 2025 17:46:26 +0200 Subject: [PATCH] fix: update image tag for cf-argocd-extras to latest version Updated the image tag for the cf-argocd-extras in both global and argo-gateway sections to ensure the use of the latest version. This change addresses potential issues with outdated images and improves stability. --- 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 316b89fd..c9a4c15d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -143,7 +143,7 @@ global: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: 2cb6f85 + tag: 5a1f27d nodeSelector: {} tolerations: [] affinity: {} @@ -715,7 +715,7 @@ argo-gateway: image: registry: quay.io repository: codefresh/cf-argocd-extras - tag: 2cb6f85 + tag: 5a1f27d nodeSelector: {} tolerations: [] affinity: {}