From 264319fa597096417f0cfa2613e44b61a66bc459 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 29 May 2025 11:01:10 +0300 Subject: [PATCH] fix: git-source detection endless recursion --- 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 c92f2136..fd148306 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -44,4 +44,4 @@ dependencies: condition: gitops-operator.enabled - name: cf-argocd-extras repository: oci://quay.io/codefresh/charts - version: 0.5.2 + version: 0.5.3