From bfa0e23468e297bb4f003badbca0951715613d78 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 10 Apr 2025 19:10:20 +0200 Subject: [PATCH] chore(ci): use BETA 17 for CI --- .github/workflows/charts-lint.yaml | 2 +- .github/workflows/charts-release.yaml | 2 +- .github/workflows/daily.yaml | 2 +- charts/stable/acestream/Chart.yaml | 3 +-- charts/stable/renovate/values.yaml | 2 +- containers/apps/renovate/VERSION | 2 +- containers/apps/renovate/latest-version.sh | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index ca6e8dd10ff..afc8b194397 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -60,7 +60,7 @@ jobs: - name: Install ./clustertool shell: bash run: | - VERSION="2.0.0-BETA-10" + VERSION="2.0.0-BETA-17" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 762a8af2f9b..6d08a6ded03 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -61,7 +61,7 @@ jobs: - name: Install ./clustertool shell: bash run: | - VERSION="2.0.0-BETA-10" + VERSION="2.0.0-BETA-17" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 020f1b8c1ed..7758e6d3f89 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -45,7 +45,7 @@ jobs: - name: Install ./clustertool shell: bash run: | - VERSION="2.0.0-BETA-10" + VERSION="2.0.0-BETA-17" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" diff --git a/charts/stable/acestream/Chart.yaml b/charts/stable/acestream/Chart.yaml index bd29939383e..3794572eb69 100644 --- a/charts/stable/acestream/Chart.yaml +++ b/charts/stable/acestream/Chart.yaml @@ -36,5 +36,4 @@ sources: - https://github.com/vstavrinov/acestream-service - https://hub.docker.com/r/vstavrinov/acestream-service type: application -version: 8.6.1 - +version: 8.6.2 diff --git a/charts/stable/renovate/values.yaml b/charts/stable/renovate/values.yaml index 9acbe881124..0244e5b7050 100644 --- a/charts/stable/renovate/values.yaml +++ b/charts/stable/renovate/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/tccr/renovate pullPolicy: IfNotPresent - tag: v2.0.0-BETA-10 + tag: v2.0.0-BETA-17 workload: main: diff --git a/containers/apps/renovate/VERSION b/containers/apps/renovate/VERSION index fb333fec847..ec96a3b4e33 100644 --- a/containers/apps/renovate/VERSION +++ b/containers/apps/renovate/VERSION @@ -1 +1 @@ -2.0.0-BETA-10 +2.0.0-BETA-17 diff --git a/containers/apps/renovate/latest-version.sh b/containers/apps/renovate/latest-version.sh index 7cd0c69a217..0b428d5eee1 100755 --- a/containers/apps/renovate/latest-version.sh +++ b/containers/apps/renovate/latest-version.sh @@ -1,2 +1,2 @@ # curl -s "https://api.github.com/repos/truecharts/clustertool/releases/latest" | jq -r '.name' | sed 's/^clustertool-v//' -echo "2.0.0-BETA-10" +echo "2.0.0-BETA-17"