Skip to content

Commit 7577454

Browse files
committed
prow.sh: bump Kubernetes to v1.22.0
This update is necessary because the default driver version (csi-driver-host-path v1.8.0) no longer supports Kubernetes v1.17.0 (it needs the v1 CSIDriver API). 1.22 is the oldest supported version at this point. This matches what we are using as base in Prow at the moment. v1.22.0 is what the current kind has pre-built images for.
1 parent d29a2e7 commit 7577454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ configvar CSI_PROW_BUILD_JOB true "building code in repo enabled"
121121
# use the same settings as for "latest" Kubernetes. This works
122122
# as long as there are no breaking changes in Kubernetes, like
123123
# deprecating or changing the implementation of an alpha feature.
124-
configvar CSI_PROW_KUBERNETES_VERSION 1.17.0 "Kubernetes"
124+
configvar CSI_PROW_KUBERNETES_VERSION 1.22.0 "Kubernetes"
125125

126126
# CSI_PROW_KUBERNETES_VERSION reduced to first two version numbers and
127127
# with underscore (1_13 instead of 1.13.3) and in uppercase (LATEST

0 commit comments

Comments
 (0)