bump to 32 k8s

This commit is contained in:
Seth Call 2025-11-11 15:40:01 -06:00
parent 1e42282754
commit 712e13d234
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
resource "linode_lke_cluster" "stg-video-cluster" { resource "linode_lke_cluster" "stg-video-cluster" {
label = "stg-video-cluster" label = "stg-video-cluster"
k8s_version = "1.31" k8s_version = "1.32"
region = "us-central" region = "us-central"
tags = ["staging"] tags = ["staging"]
@ -32,7 +32,7 @@ provider "kubernetes" {
resource "linode_lke_cluster" "prd-video-cluster" { resource "linode_lke_cluster" "prd-video-cluster" {
label = "prd-video-cluster" label = "prd-video-cluster"
k8s_version = "1.31" k8s_version = "1.32"
region = "us-central" region = "us-central"
tags = ["production"] tags = ["production"]