From 42e579a9844158a44240deeac416e6df415ba1fb Mon Sep 17 00:00:00 2001 From: niku Date: Fri, 20 May 2022 19:00:38 +0000 Subject: [PATCH] Added longhorn repo to install_repos.sh --- install_repos.sh | 1 + 1 file changed, 1 insertion(+) 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