This commit is contained in:
Kjeld Schouten
2025-04-09 15:00:46 +02:00
parent bb991743f2
commit 2ec6932556
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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}"
+1 -1
View File
@@ -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}"
+1 -1
View File
@@ -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}"
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -1 +1 @@
2.0.0-BETA-10
2.0.0-BETA-9
+1 -1
View File
@@ -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"