Skip to content

Commit 4059e30

Browse files
committed
Update Cozystack templates (#42)
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
1 parent f291df9 commit 4059e30

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/cozystack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ templateOptions:
1212
fileValues: []
1313
jsonValues: []
1414
literalValues: []
15-
talosVersion: "v1.8"
15+
talosVersion: "v1.9"
1616
withSecrets: "secrets.yaml"
1717
kubernetesVersion: ""
1818
full: false

charts/cozystack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
endpoint: "https://192.168.100.10:6443"
22
clusterDomain: cozy.local
33
floatingIP: 192.168.100.10
4-
image: "ghcr.io/aenix-io/cozystack/talos:v1.9.3"
4+
image: "ghcr.io/cozystack/cozystack/talos:v1.9.3"
55
podSubnets:
66
- 10.244.0.0/16
77
serviceSubnets:

pkg/generated/presets.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ templateOptions:
1515
fileValues: []
1616
jsonValues: []
1717
literalValues: []
18-
talosVersion: "v1.8"
18+
talosVersion: "v1.9"
1919
withSecrets: "secrets.yaml"
2020
kubernetesVersion: ""
2121
full: false
@@ -135,7 +135,7 @@ cluster:
135135
"cozystack/values.yaml": `endpoint: "https://192.168.100.10:6443"
136136
clusterDomain: cozy.local
137137
floatingIP: 192.168.100.10
138-
image: "ghcr.io/aenix-io/cozystack/talos:v1.9.3"
138+
image: "ghcr.io/cozystack/cozystack/talos:v1.9.3"
139139
podSubnets:
140140
- 10.244.0.0/16
141141
serviceSubnets:

0 commit comments

Comments
 (0)