From 101be3e86cf4046ebf9037d15a7bf8953bb6c955 Mon Sep 17 00:00:00 2001 From: mohitrajain Date: Thu, 23 Jul 2026 11:15:01 +0200 Subject: [PATCH] fix WPB-27292: update webapp and create a release for 5.30R1 --- changelog.d/2-wire-builds/update-webapp-5.30R1 | 1 + values/webapp/demo-values.example.yaml | 5 +++-- values/webapp/prod-values.example.yaml | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 changelog.d/2-wire-builds/update-webapp-5.30R1 diff --git a/changelog.d/2-wire-builds/update-webapp-5.30R1 b/changelog.d/2-wire-builds/update-webapp-5.30R1 new file mode 100644 index 000000000..710869ae4 --- /dev/null +++ b/changelog.d/2-wire-builds/update-webapp-5.30R1 @@ -0,0 +1 @@ +Changed: webapp with 2026-06-08-production.0 to avoid domain-registration endpoint and chrome calling issues diff --git a/values/webapp/demo-values.example.yaml b/values/webapp/demo-values.example.yaml index 97a45fb7a..2e42f37f0 100644 --- a/values/webapp/demo-values.example.yaml +++ b/values/webapp/demo-values.example.yaml @@ -1,6 +1,6 @@ replicaCount: 1 -# image: -# tag: some-tag (only override if you want a newer/different version than what is in the chart) +image: + tag: 2026-06-08-production.0 config: externalUrls: backendRest: nginz-https.example.com @@ -10,6 +10,7 @@ config: appHost: webapp.example.com # See full list of available environment variables: https://github.com/wireapp/wire-web-config-default/blob/master/wire-webapp/.env.defaults envVars: + BRAND_NAME: "Wire" APP_NAME: "Webapp" ENFORCE_HTTPS: "true" FEATURE_CHECK_CONSENT: "false" diff --git a/values/webapp/prod-values.example.yaml b/values/webapp/prod-values.example.yaml index 0d6286cd1..8cf25344f 100644 --- a/values/webapp/prod-values.example.yaml +++ b/values/webapp/prod-values.example.yaml @@ -1,6 +1,6 @@ replicaCount: 3 -# image: -# tag: some-tag (only override if you want a newer/different version than what is in the chart) +image: + tag: 2026-06-08-production.0 config: externalUrls: backendRest: nginz-https.example.com @@ -10,6 +10,7 @@ config: appHost: webapp.example.com # See full list of available environment variables: https://github.com/wireapp/wire-web-config-default/blob/master/wire-webapp/.env.defaults envVars: + BRAND_NAME: "Wire" APP_NAME: "Webapp" ENFORCE_HTTPS: "true" FEATURE_CHECK_CONSENT: "false"