-
Notifications
You must be signed in to change notification settings - Fork 0
/
Taskfile.helm.yml
48 lines (46 loc) · 1.32 KB
/
Taskfile.helm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
version: "3"
includes:
lapras:
taskfile: tasks/Taskfile.helm.yml
vars:
LANDSCAPE: ".lapras"
tauros:
taskfile: tasks/Taskfile.helm.yml
vars:
LANDSCAPE: ".tauros"
pinsir:
taskfile: tasks/Taskfile.helm.yml
vars:
LANDSCAPE: ".pinsir"
absol:
taskfile: tasks/Taskfile.helm.yml
vars:
LANDSCAPE: ".absol"
raichu:
taskfile: tasks/Taskfile.helm.yml
vars:
LANDSCAPE: ".raichu"
pichu:
taskfile: tasks/Taskfile.helm.yml
vars:
LANDSCAPE: ".pichu"
pikachu:
taskfile: tasks/Taskfile.helm.yml
vars:
LANDSCAPE: ".pikachu"
tasks:
latest:
desc: Get latest helm chart dependency versions
cmds:
- >-
echo "sulfoxide-bromine: $(skopeo list-tags docker://ghcr.io/atomicloud/sulfoxide.bromine/sulfoxide-bromine
| jq -r '.Tags[]' | sort -V | tail -n 1)"
- >-
echo "postgresql: $(skopeo list-tags docker://registry-1.docker.io/bitnamicharts/postgresql
| jq -r '.Tags[]' | sort -V | tail -n 1)"
- >-
echo "minio: $(skopeo list-tags docker://registry-1.docker.io/bitnamicharts/minio
| jq -r '.Tags[]' | sort -V | tail -n 1)"
- >-
echo "dragonfly: $(skopeo list-tags docker://ghcr.io/dragonflydb/dragonfly/helm/dragonfly
| jq -r '.Tags[]' | sort -V | tail -n 1)"