Add minimum Kubernetes version supported

Add the supported minimum Kubernetes version into the application
metadata file.

The minimum Kubernetes version is set to 1.24.4 and should be changed
accordingly for future application updates.

The "supported_k8s_version:minimum" field is optional but it will become
mandatory as specified by task 49538 from this same story.

This also contains a fix to properly trigger the Tox metadata checks.

Test Plan
PASS: build-pkgs && build-image
PASS: Apply application

Story: 2010929
Task: 49495

Change-Id: I434531b6797c1c9fe0af2d2ce9ab59e4fb3f16df
Signed-off-by: Igor Soares <Igor.PiresSoares@windriver.com>
This commit is contained in:
Igor Soares 2024-02-01 12:58:43 -03:00
parent f2c343fb10
commit 766d8e1440
2 changed files with 3 additions and 2 deletions

View File

@ -60,8 +60,6 @@
- starlingx/update
- starlingx/utilities
nodeset: debian-bullseye
files:
- python3-k8sapp-kubevirt/*
vars:
tox_envlist: metadata
tox_extra_args: -c python3-k8sapp-kubevirt/k8sapp_kubevirt/tox.ini

View File

@ -5,3 +5,6 @@ maintain_user_overrides: true
upgrades:
auto_update: true
supported_k8s_version:
minimum: 1.24.4