Update to Talos v1.11

This commit is contained in:
Marcel Straub
2025-09-13 21:13:10 +02:00
parent ea1b7d8df0
commit d4d327a3d0
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ talos_cluster_config = {
mtu = 9000
vip = "10.51.10.100"
kubernetes_version = "v1.33.3"
kubernetes_version = "v1.34.0"
gateway_api_version = "v1.3.0"
cilium = {

View File

@@ -1,6 +1,6 @@
talos_image = {
version = "v1.10.7"
update_version = "v1.10.7"
version = "v1.11.0"
update_version = "v1.11.0"
schematic_path = "talos/image/schematic.yaml"
#update_schematic_path = "talos/image/schematic.yaml"
}