Skip to content

Commit

Permalink
prow.sh: bump Kubernetes to v1.22.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pohly committed Aug 5, 2022
1 parent d29a2e7 commit 7577454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ configvar CSI_PROW_BUILD_JOB true "building code in repo enabled"
# use the same settings as for "latest" Kubernetes. This works
# as long as there are no breaking changes in Kubernetes, like
# deprecating or changing the implementation of an alpha feature.
configvar CSI_PROW_KUBERNETES_VERSION 1.17.0 "Kubernetes"
configvar CSI_PROW_KUBERNETES_VERSION 1.22.0 "Kubernetes"

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

0 comments on commit 7577454

Please sign in to comment.