Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 3f220d2

Browse files
fix(container): update talos group to v1.7.3
1 parent 4a94fa5 commit 3f220d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kubernetes/apps/kube-system/system-upgrade-controller/plans/kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
matchExpressions:
1919
- { key: node-role.kubernetes.io/control-plane, operator: Exists }
2020
upgrade:
21-
image: ghcr.io/siderolabs/talosctl:v1.7.1
21+
image: ghcr.io/siderolabs/talosctl:v1.7.3
2222
envs:
2323
- name: NODE_IP
2424
valueFrom:

talos/talconfig.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ controlPlane:
207207
disabled: true
208208
machine:
209209
install:
210-
image: ghcr.io/siderolabs/installer:v1.7.1
210+
image: ghcr.io/siderolabs/installer:v1.7.3
211211
legacyBIOSSupport: true
212212
features:
213213
kubePrism:
@@ -244,7 +244,7 @@ worker:
244244
inlinePatch:
245245
machine:
246246
install:
247-
image: ghcr.io/siderolabs/installer:v1.7.1
247+
image: ghcr.io/siderolabs/installer:v1.7.3
248248
legacyBIOSSupport: true
249249
features:
250250
kubePrism:

0 commit comments

Comments
 (0)