chore(talos): upgrade last node ctrl-00

Regular 'terraform apply' was enough this time

We're now on Talos 1.8.1 and Kubernetes 1.31.1
This commit is contained in:
Vegard Hagen
2024-11-17 17:03:34 +01:00
parent 4c8066a130
commit 996bf85daf
+1 -3
View File
@@ -6,7 +6,7 @@ module "talos" {
}
image = {
version = "v1.8.0-alpha.1"
version = "v1.8.1"
update_version = "v1.8.1" # renovate: github-releases=siderolabs/talos
schematic = file("${path.module}/talos/image/schematic.yaml")
}
@@ -44,7 +44,6 @@ module "talos" {
cpu = 4
ram_dedicated = 20480
igpu = true
update = true
}
"ctrl-02" = {
host_node = "cantor"
@@ -54,7 +53,6 @@ module "talos" {
vm_id = 802
cpu = 4
ram_dedicated = 4096
update = true
}
# "work-00" = {
# host_node = "abel"