Skip to content

Commit f8a39ef

Browse files
committed
chore: revert to correct k8s versions
Accidental bump from #14176 cherry-pick Signed-off-by: Alan Clucas <[email protected]>
1 parent 0128fef commit f8a39ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/k8s-versions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Centralized config to define the minimum and maximum tested Kubernetes versions.
44
# This is used in the CI workflow for e2e tests, the devcontainer, and to generate docs.
55
declare -A K8S_VERSIONS=(
6-
[min]=v1.29.13
7-
[max]=v1.32.1
8-
)
6+
[min]=v1.28.13
7+
[max]=v1.31.0
8+
)

0 commit comments

Comments
 (0)