k8s version

This commit is contained in:
Seth Call 2026-02-18 20:56:32 -06:00
parent b87295294a
commit f1434c84c3
1 changed files with 2 additions and 2 deletions

View File

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