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 324f3d9 commit 6ddb2b5Copy full SHA for 6ddb2b5
hack/verify-helm-chart-files.sh
@@ -50,12 +50,7 @@ echo "chart tgz files verified."
50
51
echo "verify helm chart index ..."
52
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
-
+curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
59
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
60
helm search repo -l csi-driver-smb
61
echo "helm chart index verified."
0 commit comments