fix: update oceanbox repo in init.sh

This commit is contained in:
Jonas Juselius
2024-06-05 12:48:29 +02:00
parent 1fd1c78eb9
commit 501d6bbe7d
9 changed files with 2 additions and 2 deletions
@@ -0,0 +1,14 @@
#!/bin/sh
export HOME=/helm-working-dir
helm repo add --username argocd-helm --password "$OCEANBOX_HELM_ACCESS_TOKEN" oceanbox \
https://gitlab.com/api/v4/projects/54396343/packages/helm/stable
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add cerbos https://download.cerbos.dev/helm-charts
helm repo add dapr https://dapr.github.io/helm-charts/
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts
helm repo add dex https://charts.dexidp.io
helm repo update