Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/2-wire-builds/update-webapp-5.30R1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changed: webapp with 2026-06-08-production.0 to avoid domain-registration endpoint and chrome calling issues
5 changes: 3 additions & 2 deletions values/webapp/demo-values.example.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions values/webapp/prod-values.example.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
Loading