From e96de43613418bd52e1016213d999f10a8102bd1 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 8 Apr 2025 12:25:25 +0200 Subject: [PATCH] fix(ci): bump clustertool on ci --- .github/workflows/charts-lint.yaml | 2 +- .github/workflows/charts-release.yaml | 2 +- .github/workflows/daily.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 63a29179baf..ae3070b1d32 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-7" + VERSION="2.0.0-BETA-8" 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 bd0b0c9c018..8b8dcb3b427 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-7" + VERSION="2.0.0-BETA-8" 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 859f78b8eff..0bd321fdcac 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-7" + VERSION="2.0.0-BETA-8" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"