Skip to content

Commit 05c57e1

Browse files
authored
charts/wire-server: add setFederationDomain (#393)
* charts/wire-server: add setFederationDomain This is a non-optional value in the next wire-server release * Add note about accidental early release
1 parent 1865039 commit 05c57e1

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# NEXT
2+
3+
A new mandatory option has been introduced to
4+
`brig` and `galley` which in the future will be used for Wire federation. This domain name
5+
is *not* optional even if federation is not used.
6+
7+
Please update your `values/wire-server/values.yaml` to set `brig.optSettings.setFederationDomain`
8+
and `galley.settings.federationDomain` (Note the slightly different option name).
9+
10+
**NOTE**: These changes apply to chart version **0.129.0** and later eventhough
11+
this release was made later than that **0.129.0** chart was published. We're sorry for the
12+
inconvenience.
13+
114
# 2020-12-07
215

316
## Update instructions

values/wire-server/demo-values.example.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ brig:
3939
teamSettings: https://teams.example.com # change this (on unset if team settings are not used)
4040
teamCreatorWelcome: https://teams.example.com/login # change this
4141
teamMemberWelcome: https://wire.example.com/download # change this
42+
optSettings:
43+
setFederationDomain: example.com # change this
4244
emailSMS:
4345
general:
4446
emailSender: email@example.com # change this
@@ -104,6 +106,7 @@ galley:
104106
host: cassandra-ephemeral
105107
replicaCount: 1
106108
settings:
109+
federationDomain: example.com # change this
107110
# prefix URI used when inviting users to a conversation by link
108111
conversationCodeURI: https://example.com/join/ # change this
109112
aws:

values/wire-server/prod-values.example.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ brig:
4040
teamSettings: https://teams.example.com # change this (or unset if team settings are not used)
4141
teamCreatorWelcome: https://teams.example.com/login # change this
4242
teamMemberWelcome: https://wire.example.com/download # change this
43+
optSettings:
44+
setFederationDomain: example.com # change this
4345
emailSMS:
4446
general:
4547
emailSender: email@example.com # change this
@@ -136,6 +138,7 @@ galley:
136138
settings:
137139
# prefix URI used when inviting users to a conversation by link
138140
conversationCodeURI: https://webapp.example.com/join/ # change this
141+
federationDomain: example.com # change this
139142
# see #RefConfigOptions in `/docs/reference` (https://github.com/wireapp/wire-server/)
140143
featureFlags:
141144
sso: disabled-by-default

0 commit comments

Comments
 (0)