Skip to content

Commit 31a3f38

Browse files
authored
Merge pull request #199 from pohly/bump-kubernetes-version
prow.sh: bump Kubernetes to v1.22.0
2 parents d29a2e7 + 7577454 commit 31a3f38

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)