Skip to content

Commit

Permalink
test: add helm chart index verification
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Feb 19, 2021
1 parent 850db40 commit a2035d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/verify-helm-chart-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ if [[ -n "${diff}" ]]; then
fi

echo "chart tgz files verified."

echo "verify helm chart index ..."
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
helm search repo -l csi-driver-smb
echo "helm chart index verified."

0 comments on commit a2035d6

Please sign in to comment.