Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 3c421cf

Browse files
authored
Merge pull request #40 from wlan0/master
update kubernetes version to v1.24.0
2 parents 06cda61 + 09c54a6 commit 3c421cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: release-tools/prow.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ configvar COSI_PROW_BUILD_JOB true "building code in repo enabled"
127127
# use the same settings as for "latest" Kubernetes. This works
128128
# as long as there are no breaking changes in Kubernetes, like
129129
# deprecating or changing the implementation of an alpha feature.
130-
configvar COSI_PROW_KUBERNETES_VERSION 1.17.0 "Kubernetes"
130+
configvar COSI_PROW_KUBERNETES_VERSION 1.24.0 "Kubernetes"
131131

132132
# This is a hack to workaround the issue that each version
133133
# of kind currently only supports specific patch versions of
@@ -137,7 +137,7 @@ configvar COSI_PROW_KUBERNETES_VERSION 1.17.0 "Kubernetes"
137137
#
138138
# If the version is prefixed with "release-", then nothing
139139
# is overridden.
140-
override_k8s_version "1.19.3"
140+
override_k8s_version "1.24.0"
141141

142142
# COSI_PROW_KUBERNETES_VERSION reduced to first two version numbers and
143143
# with underscore (1_13 instead of 1.13.3) and in uppercase (LATEST

0 commit comments

Comments
 (0)