This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-28 11:40:08 +02:00
parent fc1d584e65
commit c598d8a00a
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC

View file

@ -67,7 +67,9 @@ jobs:
- name: Check chart version update
shell: bash
run: |
zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
if ! zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}" ; then
echo "::error::Chart version has not been updated!" && exit 1
fi
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.2