Skip to content

Commit 9d2e2b8

Browse files
committed
Update stable charts URL
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent 91aaf58 commit 9d2e2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ helm_repo_init() {
6464

6565
if [ "$HELM" == "helm_v3" ]; then
6666
if [[ $CHART == stable/* ]]; then
67-
$HELM repo add stable https://kubernetes-charts.storage.googleapis.com/
67+
$HELM repo add stable https://charts.helm.sh/stable/
6868
$HELM repo update
6969
fi
7070
else

0 commit comments

Comments
 (0)