File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ case ${K8S_VERSION} in
101101 ;;
102102 v1.31.x)
103103 K8S_VERSION=" 1.31.12"
104- KIND_IMAGE_SHA=" sha256:0f5cc49c5e73c0c2bb6e2df56e7df189240d83cf94edfa30946482eb08ec57d "
104+ KIND_IMAGE_SHA=" sha256:0f5cc49c5e73c0c2bb6e2df56e7df189240d83cf94edfa30946482eb08ec57d2 "
105105 KIND_IMAGE=" kindest/node:${K8S_VERSION} @${KIND_IMAGE_SHA} "
106106 ;;
107107 v1.32.x)
@@ -114,6 +114,11 @@ case ${K8S_VERSION} in
114114 KIND_IMAGE_SHA=" sha256:0f5cc49c5e73c0c2bb6e2df56e7df189240d83cf94edfa30946482eb08ec57d2"
115115 KIND_IMAGE=" kindest/node:${K8S_VERSION} @${KIND_IMAGE_SHA} "
116116 ;;
117+ v1.34.x)
118+ K8S_VERSION=" 1.34.0"
119+ KIND_IMAGE_SHA=" sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a"
120+ KIND_IMAGE=" kindest/node:${K8S_VERSION} @${KIND_IMAGE_SHA} "
121+ ;;
117122 * ) abort " Unsupported version: ${K8S_VERSION} " ;;
118123esac
119124
You can’t perform that action at this time.
0 commit comments