Skip to content

Commit 9a7c8a3

Browse files
author
homelab-runner-sbbh[bot]
authored
fix(container): update talos group ( v1.11.1 ➔ v1.11.3 )
1 parent 6d85b26 commit 9a7c8a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
- key: node-role.kubernetes.io/control-plane
2121
operator: Exists
2222
upgrade:
23-
image: ghcr.io/siderolabs/talosctl:v1.11.1
23+
image: ghcr.io/siderolabs/talosctl:v1.11.3
2424
args:
2525
- --nodes=$(SYSTEM_UPGRADE_NODE_NAME)
2626
- upgrade-k8s

k8s/apps/system-upgrade/system-upgrade-controller/plans/talos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: talos
77
spec:
88
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
9-
version: v1.11.0
9+
version: v1.11.3
1010
concurrency: 1
1111
postCompleteDelay: 2m
1212
exclusive: true

k8s/talos/talenv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
3-
talosVersion: v1.11.1
3+
talosVersion: v1.11.3
44
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
55
kubernetesVersion: v1.34.0

0 commit comments

Comments
 (0)