chore(github): bump lint container for arm/M1 macs (#1411)

This commit is contained in:
Luke 2022-08-23 05:09:44 -06:00 committed by GitHub
parent b029a6dde3
commit f4501b21db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -20,7 +20,10 @@ jobs:
- name: Setup Chart Linting - name: Setup Chart Linting
id: lint id: lint
uses: helm/chart-testing-action@v2.2.1 uses: helm/chart-testing-action@v2.3.0
with:
# Note: Also update in scripts/lint.sh
version: v3.7.0
- name: List changed charts - name: List changed charts
id: list-changed id: list-changed

View file

@ -9,7 +9,7 @@ echo -e "\n-- Linting all Helm Charts --\n"
docker run \ docker run \
-v "$SRCROOT:/workdir" \ -v "$SRCROOT:/workdir" \
--entrypoint /bin/sh \ --entrypoint /bin/sh \
quay.io/helmpack/chart-testing:v3.3.1 \ quay.io/helmpack/chart-testing:v3.7.0 \
-c cd /workdir \ -c cd /workdir \
ct lint \ ct lint \
--config .github/configs/ct-lint.yaml \ --config .github/configs/ct-lint.yaml \