fix(ci): bump clustertool for daily

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-09-27 13:46:37 +02:00
committed by GitHub
parent 2859458db8
commit 3d7a16cbbd
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Install ./clustertool
shell: bash
run: |
VERSION="2.0.0-BETA-17"
VERSION="2.0.6"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/trueforge-org/truecharts/releases/download/v${VERSION}/${FILENAME}"