match lke version to what's already deployed
This commit is contained in:
parent
b0ce7099ff
commit
bfdf5f1b16
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue