Merge pull request #4325 from jetstack-bot/cherry-pick-4306-to-release-1.5

[release-1.5] Bump k8s v1.22 test image sha
This commit is contained in:
jetstack-bot
2021-08-08 08:54:43 +01:00
committed by GitHub
+1 -1
View File
@@ -48,7 +48,7 @@ elif [[ "$K8S_VERSION" =~ 1\.20 ]] ; then
elif [[ "$K8S_VERSION" =~ 1\.21 ]] ; then
KIND_IMAGE_SHA="sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad"
elif [[ "$K8S_VERSION" =~ 1\.22 ]] ; then
KIND_IMAGE_SHA="sha256:fa600aa4b8234235e141fab085126e2a72c3d8f05eed44d38bf343091c51d192"
KIND_IMAGE_SHA="sha256:2e335fce9c7b1d9be39042e46dc604264143c349f56cd7f566b03d0ccb7bd5e2"
# Override KIND_IMAGE_REPO set in devel/lib/lib.sh till there is a 1.22 image in kindest/node.
KIND_IMAGE_REPO="eu.gcr.io/jetstack-build-infra-images/kind"
else