From bcea7df925e63121e82fff3fa1dd02a22ada3dd1 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 3 May 2026 16:49:53 +1000 Subject: [PATCH] chore: swap vso to virtual helm repo (#109) - testing if there will be any changes after merging, before merging all of them Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/109 --- apps/overlays/au-syd1/vso-system/kustomization.yaml | 2 +- argocd/projects/platform.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/overlays/au-syd1/vso-system/kustomization.yaml b/apps/overlays/au-syd1/vso-system/kustomization.yaml index 83aceaa..551104c 100644 --- a/apps/overlays/au-syd1/vso-system/kustomization.yaml +++ b/apps/overlays/au-syd1/vso-system/kustomization.yaml @@ -9,7 +9,7 @@ resources: helmCharts: - name: vault-secrets-operator - repo: https://helm.releases.hashicorp.com + repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm version: "1.2.0" releaseName: vault-secrets-operator namespace: vso-system diff --git a/argocd/projects/platform.yaml b/argocd/projects/platform.yaml index 0e10530..3befc09 100644 --- a/argocd/projects/platform.yaml +++ b/argocd/projects/platform.yaml @@ -8,6 +8,7 @@ spec: description: Platform infrastructure and core services sourceRepos: - https://git.unkin.net/unkin/argocd-apps + - https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm - https://charts.jetstack.io - https://cloudnative-pg.github.io/charts - https://helm.elastic.co