diff --git a/buckets.tf b/buckets.tf
deleted file mode 100644
index 1ad9d49..0000000
--- a/buckets.tf
+++ /dev/null
@@ -1,17 +0,0 @@
-resource "cloudflare_r2_bucket" "csi" {
-  account_id = var.cloudflare_account_id
-  name       = "csi"
-  location   = "WEUR"
-}
-
-resource "cloudflare_r2_bucket" "gitea" {
-  account_id = var.cloudflare_account_id
-  name       = "gitea"
-  location   = "WEUR"
-}
-
-resource "cloudflare_r2_bucket" "tfstate" {
-  account_id = var.cloudflare_account_id
-  name       = "tfstate"
-  location   = "WEUR"
-}
diff --git a/vars.tf b/vars.tf
index c4732b9..b2e08bc 100644
--- a/vars.tf
+++ b/vars.tf
@@ -44,12 +44,12 @@ variable "spin_shim_version" {
 
 variable "control_plane_k3s_version" {
   type    = string
-  default = "v1.31.5+k3s1"
+  default = "v1.32.1+k3s1"
 }
 
 variable "worker_k3s_version" {
   type    = string
-  default = "v1.31.5+k3s1"
+  default = "v1.32.1+k3s1"
 }
 
 variable "forgejo_runner_secret" {
diff --git a/vms.auto.tfvars b/vms.auto.tfvars
index 2194a67..e59b6dd 100644
--- a/vms.auto.tfvars
+++ b/vms.auto.tfvars
@@ -15,21 +15,21 @@ k3s_sans = [
 ]
 
 k3s_workers = {
-  "w1-cax11-hel1-gen6" = {
+  "w1-cax11-hel1-gen7" = {
     server_type = "cax21"
     generation  = 1
     private_ip  = "172.23.2.20"
     location    = "hel1"
   }
 
-  "w2-cax11-hel1-gen6" = {
+  "w2-cax11-hel1-gen7" = {
     server_type = "cax21"
     generation  = 1
     private_ip  = "172.23.2.21"
     location    = "hel1"
   }
 
-  "w3-cax11-hel1-gen5" = {
+  "w3-cax11-hel1-gen7" = {
     server_type = "cax21"
     generation  = 1
     private_ip  = "172.23.2.22"