From 89039a98525f1ed8e2e7932b063cfdad134c4db6 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Sat, 4 May 2024 17:19:09 +0200 Subject: [PATCH] chore: upgrade worker nodes --- infrastructure/vars.tf | 2 +- infrastructure/vms.auto.tfvars | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/vars.tf b/infrastructure/vars.tf index f7ab9c0..d936d4e 100644 --- a/infrastructure/vars.tf +++ b/infrastructure/vars.tf @@ -44,7 +44,7 @@ variable "control_plane_k3s_version" { variable "worker_k3s_version" { type = string - default = "v1.29.2+k3s1" + default = "v1.29.4+k3s1" } variable "k3s_sans" { diff --git a/infrastructure/vms.auto.tfvars b/infrastructure/vms.auto.tfvars index 08e0881..dc778bc 100644 --- a/infrastructure/vms.auto.tfvars +++ b/infrastructure/vms.auto.tfvars @@ -15,7 +15,7 @@ k3s_sans = [ ] k3s_workers = { - "w1-cx21-hel1-gen2" = { + "w1-cx21-hel1" = { server_type = "cx21" generation = 2 private_ip = "172.23.2.20" @@ -23,7 +23,7 @@ k3s_workers = { storage_node = false } - "w2-cax21-hel1-gen7" = { + "w2-cax21-hel1" = { server_type = "cax21" generation = 7 private_ip = "172.23.2.21" @@ -31,7 +31,7 @@ k3s_workers = { storage_node = true } - "w3-cax21-hel1-gen7" = { + "w3-cax21-hel1" = { server_type = "cax21" generation = 7 private_ip = "172.23.2.22"