Skip to content
Open
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
6 changes: 3 additions & 3 deletions tasks/talos/compose-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ volumes:

services:
talos-controlplane1:
image: ghcr.io/siderolabs/talos:v1.11.5
image: ghcr.io/siderolabs/talos:v1.13.2
hostname: talos-controlplane1
container_name: talos-controlplane1
environment:
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
ipv4_address: 192.168.250.11

talos-controlplane2:
image: ghcr.io/siderolabs/talos:v1.11.5
image: ghcr.io/siderolabs/talos:v1.13.2
hostname: talos-controlplane2
container_name: talos-controlplane2
environment:
Expand All @@ -97,7 +97,7 @@ services:
ipv4_address: 192.168.250.12

talos-controlplane3:
image: ghcr.io/siderolabs/talos:v1.11.5
image: ghcr.io/siderolabs/talos:v1.13.2
hostname: talos-controlplane3
container_name: talos-controlplane3
environment:
Expand Down
2 changes: 1 addition & 1 deletion tasks/talos/compose-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ volumes:

services:
talos-controlplane1:
image: ghcr.io/siderolabs/talos:v1.11.5
image: ghcr.io/siderolabs/talos:v1.13.2
hostname: talos-controlplane1
container_name: talos-controlplane1
environment:
Expand Down