This commit is contained in:
parent
b2c2a8a0da
commit
27ac839440
@ -17,6 +17,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # all history for all branches and tags
|
||||
- run: apt install helm -y
|
||||
- run: helm lint .
|
||||
- run: helm package .
|
||||
- name: Install Helm
|
||||
run: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
- name: Lint Helm Chart
|
||||
run: helm lint .
|
||||
- name: pack helm release
|
||||
run: helm package .
|
Loading…
x
Reference in New Issue
Block a user