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: 49514 Change-Id: I023428591fd8d1f65e9851c86db7db43c93da3ac Signed-off-by: Igor Soares <Igor.PiresSoares@windriver.com>
This commit is contained in:
parent
a5ae4f3f1c
commit
c3b85be3eb
@ -46,8 +46,6 @@
|
||||
- starlingx/utilities
|
||||
- starlingx/root
|
||||
nodeset: debian-bullseye
|
||||
files:
|
||||
- python3-k8sapp-intel-device-plugins-operator/*
|
||||
vars:
|
||||
tox_envlist: metadata
|
||||
tox_extra_args: -c python3-k8sapp-intel-device-plugins-operator/k8sapp_intel_device_plugins_operator/tox.ini
|
||||
|
@ -10,6 +10,9 @@ disabled_charts:
|
||||
upgrades:
|
||||
auto_update: true
|
||||
|
||||
supported_k8s_version:
|
||||
minimum: 1.24.4
|
||||
|
||||
behavior:
|
||||
evaluate_reapply:
|
||||
after:
|
||||
|
Loading…
x
Reference in New Issue
Block a user