-
Notifications
You must be signed in to change notification settings - Fork 0
/
Taskfile.yml
executable file
·83 lines (77 loc) · 1.88 KB
/
Taskfile.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
version: "3"
env:
RELEASE_NAME: sulfoxide-iodine
includes:
util: tasks/Taskfile.util.yaml
pichu:opal:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: pichu
CLUSTER: opal
pikachu:opal:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: pikachu
CLUSTER: opal
raichu:opal:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: raichu
CLUSTER: opal
pichu:ruby:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: pichu
CLUSTER: ruby
pikachu:ruby:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: pikachu
CLUSTER: ruby
raichu:ruby:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: raichu
CLUSTER: ruby
pichu:onyx:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: pichu
CLUSTER: onyx
pikachu:onyx:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: pikachu
CLUSTER: onyx
raichu:onyx:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: raichu
CLUSTER: onyx
tasks:
# Utility
start:cluster:
desc: Starts the playground cluster to test helm charts
cmds:
- ./scripts/local/create-k3d-cluster.sh
stop:cluster:
desc: Destroys the playground cluster to test helm charts
cmds:
- ./scripts/local/delete-k3d-cluster.sh
# Helm Operations
update:
desc: Update Helm dependencies
dir: chart
cmds:
- helm dependency update
latest:
desc: Get the latest version of External Secrets Operator
silent: true
cmds:
- task: util:latest
vars:
REPO_NAME: vcluster
REPO_URL: https://charts.loft.sh
CHART_NAME: vcluster-k8s
- >-
echo "sulfoxide-bromine: $(skopeo list-tags docker://ghcr.io/atomicloud/sulfoxide.bromine/sulfoxide-bromine | jq -r '.Tags[]' | sort -V | tail -n 1)"