We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aaf58 commit 9d2e2b8Copy full SHA for 9d2e2b8
1 file changed
entry
@@ -64,7 +64,7 @@ helm_repo_init() {
64
65
if [ "$HELM" == "helm_v3" ]; then
66
if [[ $CHART == stable/* ]]; then
67
- $HELM repo add stable https://kubernetes-charts.storage.googleapis.com/
+ $HELM repo add stable https://charts.helm.sh/stable/
68
$HELM repo update
69
fi
70
else
0 commit comments