Update snmp metadata for upgrade support

This change updates the metadata of the snmp application
tarball to mark the app as platform managed and eligible for automatic
upgrades. The application framework will now properly upgrade
snmp when a newer version is installed on a system.

Test plan:
PASS: Build and deploy updated snmp
PASS: Patch system to update snmp application, verify that
app is automatically upgraded.

Story: 2010628
Task: 47704

Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com>
Change-Id: I3ab7fc772114e1dab09fc44b85cdd01f3b883b25
This commit is contained in:
Enzo Candotti 2023-03-23 14:14:14 -03:00
parent 7e8fd4a6c4
commit c2c41c11b0

View File

@ -3,3 +3,7 @@ maintain_user_overrides: true
app_name: @APP_NAME@
app_version: @APP_VERSION@
helm_repo: @HELM_REPO@
upgrades:
auto_update: true
behaviour:
platform_managed_app: true