From 796ad2846ac8d4b149e6eb9ba28610c9236cfc35 Mon Sep 17 00:00:00 2001 From: Michel Thebeau Date: Fri, 24 Mar 2023 17:24:45 -0400 Subject: [PATCH] add auto_update to app metadata.yaml Instruct the platform to automatically apply the application when patching. Test Plan: PASS - sw-patch upload/apply/install/remove PASS - manual revert to original tarball (system application-update) Story: 2010393 Task: 47731 Change-Id: I478995b70bffd9c3568c9eb2a4861b9b90bd32da Signed-off-by: Michel Thebeau --- stx-vault-helm/stx-vault-helm/files/metadata.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stx-vault-helm/stx-vault-helm/files/metadata.yaml b/stx-vault-helm/stx-vault-helm/files/metadata.yaml index 8a9e1c8..3e5d0cc 100644 --- a/stx-vault-helm/stx-vault-helm/files/metadata.yaml +++ b/stx-vault-helm/stx-vault-helm/files/metadata.yaml @@ -4,3 +4,5 @@ app_name: @APP_NAME@ app_version: @APP_VERSION@ helm_repo: @HELM_REPO@ +upgrades: + auto_update: true