Files
manifests/argo/kustomize-helm-with-rewrite/init.sh
T
2024-01-31 20:17:29 +01:00

13 lines
327 B
Bash

#!/bin/sh
export HOME=/tmp
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