diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 993c5388b0e..6c129287d2c 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 1 ref: master - + - name: Checkout uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 with: @@ -51,9 +51,9 @@ jobs: if: inputs.chartChangesDetected == 'true' shell: bash run: | - CHARTS=${{ inputs.modifiedCharts }} + CHARTS="${{ inputs.modifiedCharts }}" echo "Modified Charts: ${CHARTS}" - + EXCLUDED_JSON=$(go-yq eval -o=json '.excluded-charts // []' .github/ct-lint.yaml) CHARTS_JSON=$(echo "${CHARTS}" | jq --raw-input '.' | jq --compact-output --slurp '.') OUTPUT_JSON=$(echo "{\"excluded\": ${EXCLUDED_JSON}, \"all\": ${CHARTS_JSON}}" | jq --compact-output '.all-.excluded') diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index bfb0f579b8a..2102739ba6d 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -64,7 +64,7 @@ jobs: if: inputs.chartChangesDetected == 'true' run: | EXCLUDED=$(yq eval -o=json '.excluded-charts // []' .github/ct-install.yaml) - CHARTS=${{ inputs.modifiedCharts }} + CHARTS="${{ inputs.modifiedCharts }}" echo "Modified Charts: ${CHARTS}" CHARTS_JSON=$(echo "${CHARTS}" | jq -R -s -c 'split("\n")[:-1]') OUTPUT_JSON=$(echo "{\"excluded\": ${EXCLUDED}, \"all\": ${CHARTS_JSON}}" | jq -c '.all-.excluded') diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index d2bcdfc7272..7ab24d2de19 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - https://github.com/Jackett/Jackett type: application -version: 14.0.26 +version: 14.0.27 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index f2d940c9d42..77b58feeb9c 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr - https://github.com/Sonarr/Sonarr type: application -version: 15.0.19 +version: 15.0.20 annotations: truecharts.org/catagories: | - media