Update supported k8s versions on deploy-precheck

Due to [1] and other commits that enabled kubernetes v1.29.2
on StarlingX, the deploy-precheck script needs to be updated
or else it may fail with an invalid k8s version health check.

[1] https://review.opendev.org/c/starlingx/ansible-playbooks/+/921415

Test Plan
PASS: run deploy precheck successfully with k8s v1.29.2 active

Story: 2010676
Task: 50326

Signed-off-by: Heitor Matsui <heitorvieira.matsui@windriver.com>
Change-Id: I3994880d4d700f0433f001c73b1cdb54bdcb0fdc
This commit is contained in:
Heitor Matsui 2024-06-12 16:27:24 -03:00
parent 35431eb665
commit d569dd8254

View File

@ -33,6 +33,7 @@ SUPPORTED_K8S_VERSIONS = [
"v1.26.1",
"v1.27.5",
"v1.28.4",
"v1.29.2",
]
RC_SUCCESS = 0