Archived
1
0

fixup!: move helm step

This commit is contained in:
Joe Previte 2022-09-19 12:58:50 -07:00
parent f339d0d47a
commit 614f047e53
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -35,14 +35,6 @@ jobs:
with: with:
node-version: "16" node-version: "16"
- name: Install helm
uses: azure/setup-helm@v3.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install helm kubeval plugin
run: helm plugin install https://github.com/instrumenta/helm-kubeval
- name: Fetch dependencies from cache - name: Fetch dependencies from cache
id: cache-node-modules id: cache-node-modules
uses: actions/cache@v3 uses: actions/cache@v3
@ -83,6 +75,9 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Install helm kubeval plugin
run: helm plugin install https://github.com/instrumenta/helm-kubeval
- name: Lint Helm chart - name: Lint Helm chart
if: steps.changed-files.outputs.any_changed == 'true' if: steps.changed-files.outputs.any_changed == 'true'
run: ./ci/dev/helm.sh run: ./ci/dev/helm.sh