Switch to helm3 to publish helm chart (#500)

Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
This commit is contained in:
Prasad Ghangal 2021-07-06 17:36:48 +05:30 committed by GitHub
parent bcda42a77e
commit c0abaf72ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
- name: Install helm
if: success() && github.event_name == 'push' && endsWith(github.ref ,'develop')
run: |
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 > get_helm.sh
chmod +x get_helm.sh
./get_helm.sh
helm lint helm/botkube