From 4fb519151143daae365b479865e54c26bffd5cc5 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 10 May 2026 19:15:02 +1000 Subject: [PATCH] feat: change argocd crds source to artifactapi - migrate argocd crds to come from the artifactapi service --- clusters/au-syd1/bootstrap/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/au-syd1/bootstrap/kustomization.yaml b/clusters/au-syd1/bootstrap/kustomization.yaml index 5fec74b..be67e35 100644 --- a/clusters/au-syd1/bootstrap/kustomization.yaml +++ b/clusters/au-syd1/bootstrap/kustomization.yaml @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://raw.githubusercontent.com/argoproj/argo-cd/refs/tags/v3.3.2/manifests/ha/install.yaml + - https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/github_user/argoproj/argo-cd/refs/tags/v3.3.2/manifests/ha/install.yaml - au-syd1-apps.yaml - argocd-self-app.yaml