helm-charts/.taskfiles/charts.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs f5a67d0150
ci: 🧠
2022-07-26 21:57:26 +02:00

15 lines
456 B
YAML

---
version: "3"
tasks:
lint:
desc: Run ct-lint on charts
cmds:
- docker run --rm -it --workdir=/data --volume $(pwd):/data quay.io/helmpack/chart-testing:v3.6.0 ct lint --config .ci/ct/ct-lint.yaml
silent: true
lint-all:
desc: Run ct-lint on all charts
cmds:
- docker run --rm -it --workdir=/data --volume $(pwd):/data quay.io/helmpack/chart-testing:v3.6.0 ct lint --config .ci/ct/ct-lint.yaml --all
silent: true