fix(ci): correct linter clustertool use

This commit is contained in:
Kjeld Schouten
2025-04-07 23:46:15 +02:00
parent 0c8becd47f
commit 8e9f8cad6a
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
charts_path: "./"
run: |
CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]')
./temp/clustertool deps ${CHANGED}
./temp/clustertool charts deps ${CHANGED}
- name: Run Chart Linting
continue-on-error: true