Skip to content

Commit 252c5cb

Browse files
authored
Upgrade Kind supported k8s version (#3081)
1 parent 4679c3a commit 252c5cb

File tree

1 file changed

+1
-1
lines changed
  • src/_nebari/stages/infrastructure/template/local

1 file changed

+1
-1
lines changed

src/_nebari/stages/infrastructure/template/local/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "kind_cluster" "default" {
4848

4949
node {
5050
role = "general"
51-
image = "kindest/node:v1.29.2"
51+
image = "kindest/node:v1.32.0"
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)