Skip to content

Commit e4d2885

Browse files
authoredMay 23, 2024··
Bump default k8s version to v1.28.10 (#738)
Signed-off-by: Roman Hros <roman.hros@dnation.cloud>
1 parent 16db446 commit e4d2885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎terraform/files/bin/openstack-kube-versions.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# (c) Kurt Garloff <kurt@garloff.de>, 3/2022
44
# SPDX-License-Identifier: Apache-2.0
55
# Images from https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images
6-
k8s_versions=("v1.21.14" "v1.22.17" "v1.23.16" "v1.24.15" "v1.25.15" "v1.26.14" "v1.27.12" "v1.28.8" "v1.29.3")
6+
k8s_versions=("v1.21.14" "v1.22.17" "v1.23.16" "v1.24.15" "v1.25.15" "v1.26.14" "v1.27.12" "v1.28.10" "v1.29.3")
77
# OCCM, CCM-RBAC, Cinder CSI, Cinder-Snapshot (TODO: Manila CSI)
88
occm_versions=("v1.21.1" "v1.22.2" "v1.23.4" "v1.24.6" "v1.25.6" "v1.26.4" "v1.27.3" "v1.28.2" "v1.29.0")
99
#ccmr_versions=("" "v1.22.2" "v1.23.4" "v1.24.6" "v1.25.6" "v1.26.4" "v1.27.3" "v1.28.2" "v1.29.0")

0 commit comments

Comments
 (0)
Please sign in to comment.