chore: update clustertool version everywhere
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
- name: Install ./clustertool
|
- name: Install ./clustertool
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
VERSION="2.0.0-BETA-8"
|
VERSION="2.0.0-BETA-10"
|
||||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
- name: Install ./clustertool
|
- name: Install ./clustertool
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
VERSION="2.0.0-BETA-8"
|
VERSION="2.0.0-BETA-10"
|
||||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Install ./clustertool
|
- name: Install ./clustertool
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
VERSION="2.0.0-BETA-8"
|
VERSION="2.0.0-BETA-10"
|
||||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: tccr.io/tccr/renovate
|
repository: tccr.io/tccr/renovate
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2.0.0-BETA-8
|
tag: v2.0.0-BETA-10
|
||||||
|
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.0.0-BETA-8
|
2.0.0-BETA-10
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# curl -s "https://api.github.com/repos/truecharts/clustertool/releases/latest" | jq -r '.name' | sed 's/^clustertool-v//'
|
# curl -s "https://api.github.com/repos/truecharts/clustertool/releases/latest" | jq -r '.name' | sed 's/^clustertool-v//'
|
||||||
echo "2.0.0-BETA-8"
|
echo "2.0.0-BETA-10"
|
||||||
|
|||||||
Reference in New Issue
Block a user