
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: Ib918d7695ace57257da796ad89dffea6c398fcf3 Signed-off-by: Eduardo dos Santos França <Eduardo.dosSantosFranca@windriver.com>
15 lines
232 B
YAML
15 lines
232 B
YAML
maintain_user_overrides: true
|
|
|
|
app_name: APP_REPLACE_NAME
|
|
app_version: APP_REPLACE_VERSION
|
|
helm_repo: HELM_REPLACE_REPO
|
|
|
|
upgrades:
|
|
auto_update: true
|
|
|
|
supported_k8s_version:
|
|
minimum: 1.24.4
|
|
|
|
behavior:
|
|
platform_managed_app: yes
|