Skip to content

Commit 187ad2d

Browse files
author
Tsotne Tabidze
committed
remove helm init (v3 migration)
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
1 parent c9a9437 commit 187ad2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/scripts/helm/install-helm.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ readonly STABLE_REPO_URL=https://charts.helm.sh/stable
66
readonly INCUBATOR_REPO_URL=https://charts.helm.sh/incubator
77
curl -s "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar -C /tmp -xz
88
sudo mv /tmp/linux-amd64/helm /usr/bin/helm
9-
helm init --client-only
10-
helm repo add incubator "$INCUBATOR_REPO_URL"
9+
helm repo add incubator "$INCUBATOR_REPO_URL"

0 commit comments

Comments
 (0)