Skip to content

Commit 6ddb2b5

Browse files
committed
test: fix helm install
1 parent 324f3d9 commit 6ddb2b5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

hack/verify-helm-chart-files.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ echo "chart tgz files verified."
5050

5151
echo "verify helm chart index ..."
5252
echo "install helm ..."
53-
apt-key add hack/helm-signing.asc
54-
apt-get install apt-transport-https --yes
55-
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
56-
apt-get update
57-
apt-get install helm
58-
53+
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
5954
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
6055
helm search repo -l csi-driver-smb
6156
echo "helm chart index verified."

0 commit comments

Comments
 (0)