diff --git a/install_repos.sh b/install_repos.sh index 42663ad..ae61cd8 100644 --- a/install_repos.sh +++ b/install_repos.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash helm repo add traefik https://helm.traefik.io/traefik +helm repo add longhorn https://charts.longhorn.io helm repo update