From 7f582d5c2fea4692e33363ddc7d5f62e0b5f68b4 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 09:26:35 +0000 Subject: [PATCH] Fix version for argo, main broke Signed-off-by: Martyn Ranyard --- apps-kustomized/argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-kustomized/argocd/kustomization.yaml b/apps-kustomized/argocd/kustomization.yaml index 76bcbf1..99df785 100644 --- a/apps-kustomized/argocd/kustomization.yaml +++ b/apps-kustomized/argocd/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/argoproj/argo-cd//manifests/cluster-install +- github.com/argoproj/argo-cd//manifests/cluster-install?ref=v2.10.17 patchesStrategicMerge: - service.yaml