Enable automatic app update
This allows oidc-auth-apps to be automatically updated. This is helpful when providing patches, removing the need for manual intervention. Test Plan: PASS: Check if the kube_app table had the app_metadata field updated to account for the "auto_update: true" inclusion. PASS: Rebuild oidc-auth-apps containing "auto_update: true" then manually update. Created another designer tarball with version bumped and observed the auto update process be triggered automatically and finished successfully. Story: 2010628 Task: 47605 Signed-off-by: Igor Soares <Igor.PiresSoares@windriver.com> Change-Id: Iafcc3a80b121c3d7cb93fa61714e208001595365
This commit is contained in:
parent
82db09f19c
commit
e9b21d51d1
@ -2,6 +2,10 @@ app_name: @APP_NAME@
|
||||
app_version: @APP_VERSION@
|
||||
helm_repo: @HELM_REPO@
|
||||
maintain_user_overrides: true
|
||||
|
||||
upgrades:
|
||||
auto_update: true
|
||||
|
||||
behavior:
|
||||
platform_managed_app: yes
|
||||
desired_state: uploaded
|
||||
|
Loading…
x
Reference in New Issue
Block a user