Update charts-release.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-12 16:17:43 +01:00
committed by GitHub
parent ebe4b5668a
commit bf2710da61
+1 -1
View File
@@ -142,7 +142,7 @@ jobs:
run: | run: |
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }}) CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
charts_ath="charts" charts_ath="charts"
for changed in ${CHARTS[@]; do for changed in ${CHARTS[@]}; do
.github/scripts/fetch_helm_deps.sh "${changed}" .github/scripts/fetch_helm_deps.sh "${changed}"
done done
pip install yq pip install yq