Add sysinv upgrades support for Kubernetes 1.26.1

This adds sysinv upgrades support for Kubernetes 1.25.3 to 1.26.1

Test-plan: Debian
PASS: system kube-version-list shows
      v1.26.1 available

Story: 2010368
Task: 47667

Signed-off-by: Saba Touheed Mujawar <sabatouheed.mujawar@windriver.com>
Change-Id: Ia8d7bfab558659efc385433154f44c3c4b0c763b
This commit is contained in:
Saba Touheed Mujawar 2023-03-16 10:19:38 -04:00
parent e948a02f29
commit 2d63600790
1 changed files with 6 additions and 0 deletions

View File

@ -171,6 +171,12 @@ def get_kube_versions():
'applied_patches': [],
'available_patches': [],
},
{'version': 'v1.26.1',
'upgrade_from': ['v1.25.3'],
'downgrade_to': [],
'applied_patches': [],
'available_patches': [],
},
]