From f5ef4340b7d2ffbd40f6dbfaeb93415d570588f6 Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Thu, 15 Feb 2024 12:15:34 -0600 Subject: [PATCH] update: argo install to stable --- bootstrap/argo-managed/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/argo-managed/kustomization.yaml b/bootstrap/argo-managed/kustomization.yaml index 69b7b54c..5f9c6a22 100644 --- a/bootstrap/argo-managed/kustomization.yaml +++ b/bootstrap/argo-managed/kustomization.yaml @@ -4,5 +4,5 @@ kind: Kustomization resources: - ../../components/argocd/projects/overlays/default - ../../components/operators/openshift-gitops-operator/instance/overlays/default - - ../../components/operators/openshift-gitops-operator/operator/overlays/latest + - ../../components/operators/openshift-gitops-operator/operator/overlays/stable - ../../clusters/argo-managed/overlays/default