AppManager: improve installation status page
* Status is refreshed in the background
* Render release item infos instead of internal names
Change-Id: I63a6082656e4e6772a4b5c734c5dd5c23141f70b
diff --git a/core/installer/values-tmpl/matrix.cue b/core/installer/values-tmpl/matrix.cue
index 37103b7..ba2627d 100644
--- a/core/installer/values-tmpl/matrix.cue
+++ b/core/installer/values-tmpl/matrix.cue
@@ -52,6 +52,7 @@
helm: {
"oauth2-client": {
chart: charts.oauth2Client
+ info: "Creating OAuth2 client"
values: {
name: "oauth2-client"
secretName: _oauth2ClientSecretName
@@ -68,6 +69,7 @@
namespace: release.namespace
}]
chart: charts.matrix
+ info: "Installing Synapse server"
values: {
domain: global.domain
subdomain: input.subdomain
@@ -97,6 +99,7 @@
}
postgres: {
chart: charts.postgres
+ info: "Installing PostgreSQL"
values: {
fullnameOverride: "postgres"
image: {