Add sysinv upgrades support for Kubernetes 1.29.2

This adds sysinv upgrades support for Kubernetes 1.28.4 to 1.29.2

Test Plan:
PASS: system kube-version-list shows v1.29.2 available

Story: 2011047
Task: 49664

Depends-On: https://review.opendev.org/c/starlingx/integ/+/910791

Change-Id: I1d9d214d30813a57515a1f7f0ffa626a2227adba
Signed-off-by: rakshith mr <rakshith.mr@windriver.com>
This commit is contained in:
rakshith mr 2024-03-05 05:57:36 -05:00
parent e8d60f1eae
commit 622df50566
1 changed files with 6 additions and 0 deletions

View File

@ -247,6 +247,12 @@ def get_kube_versions():
'applied_patches': [],
'available_patches': [],
},
{'version': 'v1.29.2',
'upgrade_from': ['v1.28.4'],
'downgrade_to': [],
'applied_patches': [],
'available_patches': [],
},
]