From f59aa662bba33168c0b1acaad3633fdebad75f5a Mon Sep 17 00:00:00 2001 From: Igor Soares Date: Thu, 1 Feb 2024 10:13:52 -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: Apply application Story: 2010929 Task: 49489 Change-Id: Ie4e0c01ca8a0d4b0d71e510b486cf866d4a62745 Signed-off-by: Igor Soares --- stx-platform-helm/stx-platform-helm/files/metadata.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stx-platform-helm/stx-platform-helm/files/metadata.yaml b/stx-platform-helm/stx-platform-helm/files/metadata.yaml index 8e7e5b4..63368c8 100644 --- a/stx-platform-helm/stx-platform-helm/files/metadata.yaml +++ b/stx-platform-helm/stx-platform-helm/files/metadata.yaml @@ -6,6 +6,9 @@ maintain_user_overrides: true upgrades: auto_update: true +supported_k8s_version: + minimum: 1.24.4 + behavior: platform_managed_app: yes desired_state: applied