From fee10f59d177ab215a239bbad335bdebb771f027 Mon Sep 17 00:00:00 2001 From: Enzo Candotti Date: Tue, 23 Apr 2024 13:07:30 -0300 Subject: [PATCH] Fix app metadata mispelling The snmp app have 'behaviour' in metadata.yaml instead of 'behavior'. This is causing the app to omit 'platform_managed_app' option. This commit fixes this issue. Test Plan: PASS: Build and deploy updated snmp PASS: Patch system to update snmp application, verify that app is automatically upgraded. Closes-bug: 2063224 Signed-off-by: Enzo Candotti Change-Id: I1f44243316eb884a2dabfad13c2f1341b9154be8 --- stx-snmp-helm/stx-snmp-helm/files/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stx-snmp-helm/stx-snmp-helm/files/metadata.yaml b/stx-snmp-helm/stx-snmp-helm/files/metadata.yaml index c3fd877..2629982 100644 --- a/stx-snmp-helm/stx-snmp-helm/files/metadata.yaml +++ b/stx-snmp-helm/stx-snmp-helm/files/metadata.yaml @@ -10,5 +10,5 @@ upgrades: supported_k8s_version: minimum: 1.24.4 -behaviour: +behavior: platform_managed_app: true