diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 9b21e78f799..de40d0fcd6f 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="1.0.4" + VERSION="2.0.0-BETA-4" 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 c97562f6184..567e51cabfa 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -45,7 +45,7 @@ jobs: - name: Install ./clustertool shell: bash run: | - VERSION="1.0.4" + VERSION="2.0.0-BETA-4" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"