mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 07:04:04 -03:00
chore(ci): use BETA 17 for CI
This commit is contained in:
2
.github/workflows/charts-lint.yaml
vendored
2
.github/workflows/charts-lint.yaml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
- name: Install ./clustertool
|
||||
shell: bash
|
||||
run: |
|
||||
VERSION="2.0.0-BETA-10"
|
||||
VERSION="2.0.0-BETA-17"
|
||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||
|
||||
|
||||
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: Install ./clustertool
|
||||
shell: bash
|
||||
run: |
|
||||
VERSION="2.0.0-BETA-10"
|
||||
VERSION="2.0.0-BETA-17"
|
||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||
|
||||
|
||||
2
.github/workflows/daily.yaml
vendored
2
.github/workflows/daily.yaml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
- name: Install ./clustertool
|
||||
shell: bash
|
||||
run: |
|
||||
VERSION="2.0.0-BETA-10"
|
||||
VERSION="2.0.0-BETA-17"
|
||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||
|
||||
|
||||
@@ -36,5 +36,4 @@ sources:
|
||||
- https://github.com/vstavrinov/acestream-service
|
||||
- https://hub.docker.com/r/vstavrinov/acestream-service
|
||||
type: application
|
||||
version: 8.6.1
|
||||
|
||||
version: 8.6.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/tccr/renovate
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.0.0-BETA-10
|
||||
tag: v2.0.0-BETA-17
|
||||
|
||||
workload:
|
||||
main:
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.0.0-BETA-10
|
||||
2.0.0-BETA-17
|
||||
|
||||
@@ -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-17"
|
||||
|
||||
Reference in New Issue
Block a user