From bb991743f2c9d580bc4097334aebe393333dc6d7 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 9 Apr 2025 14:15:45 +0200 Subject: [PATCH] chore: update clustertool version everywhere --- .github/workflows/charts-lint.yaml | 2 +- .github/workflows/charts-release.yaml | 2 +- .github/workflows/daily.yaml | 2 +- charts/stable/renovate/values.yaml | 2 +- containers/apps/renovate/VERSION | 2 +- containers/apps/renovate/latest-version.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index ae3070b1d32..ca6e8dd10ff 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-8" + VERSION="2.0.0-BETA-10" 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 8b8dcb3b427..ad95e348368 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-8" + VERSION="2.0.0-BETA-10" 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 0bd321fdcac..020f1b8c1ed 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-8" + VERSION="2.0.0-BETA-10" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" diff --git a/charts/stable/renovate/values.yaml b/charts/stable/renovate/values.yaml index 3acd86bec69..9acbe881124 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-8 + tag: v2.0.0-BETA-10 workload: main: diff --git a/containers/apps/renovate/VERSION b/containers/apps/renovate/VERSION index 15a5b1d3102..fb333fec847 100644 --- a/containers/apps/renovate/VERSION +++ b/containers/apps/renovate/VERSION @@ -1 +1 @@ -2.0.0-BETA-8 +2.0.0-BETA-10 diff --git a/containers/apps/renovate/latest-version.sh b/containers/apps/renovate/latest-version.sh index 734133f04f3..7cd0c69a217 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-8" +echo "2.0.0-BETA-10"