diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index 5d6af799c3f..ee58656b437 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -26,9 +26,6 @@ jobs: common-tests: uses: ./.github/workflows/common-tests.yaml - clustertool-tests: - uses: ./.github/workflows/clustertool.tests.yaml - charts-lint: uses: ./.github/workflows/charts-lint.yaml needs: @@ -80,7 +77,6 @@ jobs: - pr-changes - charts-lint - charts-test - - clustertool-tests - website-and-docs - print_head_msg - common-tests @@ -89,7 +85,6 @@ jobs: run: | if [[ "${{ needs.pr-changes.result }}" != "success" || \ "${{ needs.charts-lint.result }}" != "success" || \ - "${{ needs.clustertool-tests.result }}" != "success" || \ "${{ needs.charts-test.result }}" != "success" || \ "${{ needs.website-and-docs.result }}" != "success" || \ "${{ needs.common-tests.result }}" != "success" || \ diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index fd122708b20..ad2b52bdaf8 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -41,5 +41,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jackett type: application -version: 25.8.4 +version: 25.8.5