match lke version to what's already deployed

This commit is contained in:
Seth Call 2025-07-19 17:07:53 -05:00
parent bfdf5f1b16
commit d070494cd3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ provider "kubernetes" {
resource "linode_lke_cluster" "prd-video-cluster" {
label = "prd-video-cluster"
k8s_version = "1.21"
k8s_version = "1.31"
region = "us-central"
tags = ["production"]