diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index ca6e8dd10ff..6ad2563f4aa 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-9" 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 ad95e348368..d5ff59f346b 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-9" 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..f2736763e2e 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-9" 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 9acbe881124..7795746f86f 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-9 workload: main: diff --git a/containers/apps/renovate/VERSION b/containers/apps/renovate/VERSION index fb333fec847..05a6012dfeb 100644 --- a/containers/apps/renovate/VERSION +++ b/containers/apps/renovate/VERSION @@ -1 +1 @@ -2.0.0-BETA-10 +2.0.0-BETA-9 diff --git a/containers/apps/renovate/latest-version.sh b/containers/apps/renovate/latest-version.sh index 7cd0c69a217..942dd220242 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-9"