From da536ad4c73881bb92e3fe7b54a5e7a59aa1694a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 9 Apr 2021 15:24:01 +0200 Subject: [PATCH] Add linkerd to helm repos --- scripts/update-helm-repos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-helm-repos.sh b/scripts/update-helm-repos.sh index a33f624..4f58e76 100755 --- a/scripts/update-helm-repos.sh +++ b/scripts/update-helm-repos.sh @@ -8,6 +8,7 @@ repos=( "bitnami=https://charts.bitnami.com/bitnami" "minio=https://helm.min.io/" "anchore=https://charts.anchore.io" + "linkerd=https://helm.linkerd.io/stable" ) for i in ${repos[@]}; do