This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-28 11:24:03 +02:00
parent 3d3d6482dd
commit fc1d584e65
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
2 changed files with 27 additions and 23 deletions

View file

@ -58,6 +58,17 @@ jobs:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install zx
shell: bash
run: |
npm i --location=global zx
npm link zx
- name: Check chart version update
shell: bash
run: |
zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.2
with:
@ -65,13 +76,6 @@ jobs:
helmv3
helm: "${{ env.HELM_VERSION }}"
- name: Check chart version update
shell: bash
run: |
npm i -g zx
npm link zx
zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1