Add minimum Kubernetes version supported

Add the minimum Kubernetes version supported to 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.

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

Story: 2010929
Task: 49493

Change-Id: Iebfb924c5cc06e061192d73822e4fd209aae8ead
Signed-off-by: Igor Soares <Igor.PiresSoares@windriver.com>
This commit is contained in:
Igor Soares 2024-02-01 12:37:48 -03:00
parent 19932a2c3a
commit ecf8d6f60e

View File

@ -1,7 +1,12 @@
app_name: APP_REPLACE_NAME
app_version: APP_REPLACE_VERSION
helm_repo: HELM_REPLACE_REPO
maintain_user_overrides: true
maintain_attributes: true
upgrades:
auto_update: true
supported_k8s_version:
minimum: 1.24.4