Skip to content

Commit

Permalink
Update stable charts URL
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Jan 7, 2021
1 parent 91aaf58 commit 9d2e2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ helm_repo_init() {

if [ "$HELM" == "helm_v3" ]; then
if [[ $CHART == stable/* ]]; then
$HELM repo add stable https://kubernetes-charts.storage.googleapis.com/
$HELM repo add stable https://charts.helm.sh/stable/
$HELM repo update
fi
else
Expand Down

0 comments on commit 9d2e2b8

Please sign in to comment.