Skip to content

Commit

Permalink
Merge pull request #199 from pohly/bump-kubernetes-version
Browse files Browse the repository at this point in the history
prow.sh: bump Kubernetes to v1.22.0
  • Loading branch information
k8s-ci-robot authored Aug 5, 2022
2 parents d29a2e7 + 7577454 commit 31a3f38
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 31a3f38

Please sign in to comment.