match lke version to what's already deployed

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

View File

@ -2,7 +2,7 @@
resource "linode_lke_cluster" "stg-video-cluster" {
label = "stg-video-cluster"
k8s_version = "1.21"
k8s_version = "1.31"
region = "us-central"
tags = ["staging"]