Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
rebootMode: powercycle
talos:
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
version: v1.12.0
version: v1.12.1
2 changes: 1 addition & 1 deletion talos/machineconfig.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ machine:
noatime=True
install:
diskSelector: []
image: factory.talos.dev/installer/c4bb4fd007801d9db1492d85067f5624d9df03e6b27ac61e5bed9837dea5cb99:v1.12.0
image: factory.talos.dev/installer/c4bb4fd007801d9db1492d85067f5624d9df03e6b27ac61e5bed9837dea5cb99:v1.12.1
wipe: false
kernel:
modules:
Expand Down
2 changes: 1 addition & 1 deletion talos/nodes/worker/10.0.30.6.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ machine:
- 10.0.30.6
install:
# Using your custom NVIDIA/Intel schematic
image: factory.talos.dev/installer/1a45a19fd1e3d4eba81a2dc53c8874f5a92d1dc5184d29615bef438479f2ec61:v1.12.0
image: factory.talos.dev/installer/1a45a19fd1e3d4eba81a2dc53c8874f5a92d1dc5184d29615bef438479f2ec61:v1.12.1
diskSelector:
wwid: "eui.0025388a81b3ccee"
# Needed for NVIDIA GPU Gen 3+ support
Expand Down
2 changes: 1 addition & 1 deletion talos/workerconfig.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ machine:
vm.nr_hugepages: "1024"
install:
diskSelector: []
image: factory.talos.dev/installer/c4bb4fd007801d9db1492d85067f5624d9df03e6b27ac61e5bed9837dea5cb99:v1.12.0
image: factory.talos.dev/installer/c4bb4fd007801d9db1492d85067f5624d9df03e6b27ac61e5bed9837dea5cb99:v1.12.1
wipe: false
kernel:
modules:
Expand Down