From 73e26421c5ae15ad6853b7e278e560392949c8e8 Mon Sep 17 00:00:00 2001 From: Igor Soares Date: Thu, 1 Feb 2024 11:54:26 -0300 Subject: [PATCH] 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: Fresh AIO-SX install PASS: Apply application Story: 2010929 Task: 49490 Change-Id: Ibd009ec004fdc666937de4bc004c732ed01eecba Signed-off-by: Igor Soares --- stx-oidc-auth-helm/stx-oidc-auth-helm/files/metadata.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stx-oidc-auth-helm/stx-oidc-auth-helm/files/metadata.yaml b/stx-oidc-auth-helm/stx-oidc-auth-helm/files/metadata.yaml index d08cae2..47e83e5 100644 --- a/stx-oidc-auth-helm/stx-oidc-auth-helm/files/metadata.yaml +++ b/stx-oidc-auth-helm/stx-oidc-auth-helm/files/metadata.yaml @@ -7,6 +7,9 @@ maintain_user_overrides: true upgrades: auto_update: true +supported_k8s_version: + minimum: 1.24.4 + behavior: platform_managed_app: yes desired_state: uploaded