Version bumps for a fresh k8s cluster for stuff

This commit is contained in:
shockrah 2024-12-08 13:16:42 -08:00
parent c2099e2133
commit a6dc2da7be
3 changed files with 2 additions and 11 deletions

View File

@ -13,7 +13,7 @@ terraform {
} }
vultr = { vultr = {
source = "vultr/vultr" source = "vultr/vultr"
version = "2.19.0" version = "2.22.1"
} }
} }
} }

View File

@ -37,8 +37,3 @@ variable cluster {
variable lab_domain { variable lab_domain {
type = string type = string
} }
variable lb_ip4 {
type = string
}

View File

@ -2,7 +2,7 @@
cluster = { cluster = {
region = "lax" region = "lax"
label = "athens-cluster" label = "athens-cluster"
version = "v1.30.0+1" version = "v1.31.2+1"
pool = { pool = {
plan = "vc2-1c-2gb" plan = "vc2-1c-2gb"
autoscale = true autoscale = true
@ -12,7 +12,3 @@ cluster = {
} }
lab_domain = "temprah-lab.xyz" lab_domain = "temprah-lab.xyz"
lb_ip4 = "45.32.68.232"