fix(ci): bump clustertool version

This commit is contained in:
Kjeld Schouten
2025-04-08 09:36:36 +02:00
parent a194c264c1
commit c3b3a402bf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
- name: Install ./clustertool
shell: bash
run: |
VERSION="2.0.0-BETA-4"
VERSION="2.0.0-BETA-7"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Install ./clustertool
shell: bash
run: |
VERSION="2.0.0-BETA-4"
VERSION="2.0.0-BETA-7"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Install ./clustertool
shell: bash
run: |
VERSION="2.0.0-BETA-4"
VERSION="2.0.0-BETA-7"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"