We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a9437 commit 187ad2dCopy full SHA for 187ad2d
infra/scripts/helm/install-helm.sh
@@ -6,5 +6,4 @@ readonly STABLE_REPO_URL=https://charts.helm.sh/stable
6
readonly INCUBATOR_REPO_URL=https://charts.helm.sh/incubator
7
curl -s "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar -C /tmp -xz
8
sudo mv /tmp/linux-amd64/helm /usr/bin/helm
9
-helm init --client-only
10
-helm repo add incubator "$INCUBATOR_REPO_URL"
+helm repo add incubator "$INCUBATOR_REPO_URL"
0 commit comments