mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 08:25:19 +00:00
Switch to helm3 to publish helm chart (#500)
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
This commit is contained in:
parent
bcda42a77e
commit
c0abaf72ca
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user