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 in the near future.

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: 49506

Change-Id: I2658804ad77b60d556dd1f4827bdb71fbc47e3cc
Signed-off-by: Igor Soares <Igor.PiresSoares@windriver.com>
This commit is contained in:
Igor Soares 2024-02-02 09:31:59 -03:00
parent 091445062b
commit 16db7b80ad
2 changed files with 3 additions and 2 deletions

View File

@ -48,8 +48,6 @@
- starlingx/update
- starlingx/utilities
- starlingx/root
files:
- python3-k8sapp-sts-silicom/*
vars:
tox_envlist: metadata
tox_extra_args: -c python3-k8sapp-sts-silicom/k8sapp_sts_silicom/tox.ini

View File

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