From 996bf85dafbfd63155ea4a939fdc5fe354cb6751 Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Thu, 10 Oct 2024 23:00:46 +0200 Subject: [PATCH] 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 --- tofu/kubernetes/main.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tofu/kubernetes/main.tf b/tofu/kubernetes/main.tf index 72e696a..ac7c289 100644 --- a/tofu/kubernetes/main.tf +++ b/tofu/kubernetes/main.tf @@ -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"