From d51850846843643e267a2a1053e07f6b588ee421 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 16 Dec 2023 12:59:25 +0100 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 74432b866f0..418ed82dff6 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -263,7 +263,7 @@ jobs: steps.collect-changes.outputs.changesDetectedAfterTag == 'true' run: | CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }}) - ./charttool deps ${CHARTS[@]} + ./charttool deps pip install yq parthreads=$(($(nproc) * 2)) parallel -j ${parthreads} .github/scripts/build-catalog.sh '2>&1' ::: ${CHARTS[@]}