From f355a0bab5d17f73a4779ac0483ec7540900fd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20dos=20Santos=20Fran=C3=A7a?= Date: Fri, 8 Aug 2025 10:07:41 -0300 Subject: [PATCH] Add platform managed key to harbor metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change adds "platform_managed_app: yes" to the application metadata, indicating it should be managed by the application framework. Test Plan: PASS: build-pkgs and build-image PASS: upload and apply application PASS: check auto update to next version PASS: remove and delete application Partial-bug: 2120187 Change-Id: I2d268e2f15e74ad0b72ae618f77fb76d28593c26 Signed-off-by: Eduardo dos Santos França --- stx-harbor-helm/stx-harbor-helm/files/metadata.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stx-harbor-helm/stx-harbor-helm/files/metadata.yaml b/stx-harbor-helm/stx-harbor-helm/files/metadata.yaml index a529463..aa9cec8 100644 --- a/stx-harbor-helm/stx-harbor-helm/files/metadata.yaml +++ b/stx-harbor-helm/stx-harbor-helm/files/metadata.yaml @@ -10,3 +10,6 @@ upgrades: supported_k8s_version: minimum: 1.24.4 + +behavior: + platform_managed_app: yes