Skip to content

Commit 2dd562a

Browse files
fix: WPB-25755 remove old images not in use anymore (#909)
* fix: WPB-25755 remove old images not in use anymore from proc_system_containers.sh * fix: WPB-25755 keeping nginx 1.25.4 alpine image used by k8s cluster * Enable MLS protocol in production values (#884) * Enable MLS protocol in production values Mohit had me deploy a wire-server (wire in a box) install following the current instructions. The install itself went mostly well, but recently I tried to set up a new user and log into the webapp, and that produced an error related to MLS/Proteus. The fix was to change the brig config `setEnableMLS` to `true`, which caused the backend and frontend to "match". This is a commit aimed at creating a PR that fixes this issue moving forward. * fix: WPB-25755 Enable MLS protocol in production values for brig * fix: WPB-25755 Enable MLS protocol in dev values for brig --------- Co-authored-by: mohitrajain <mohit.rajain@wire.com> --------- Co-authored-by: Arthur Wolf <wolf.arthur@gmail.com>
1 parent 3ad5284 commit 2dd562a

5 files changed

Lines changed: 4 additions & 9 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed: old images not in use anymore from proc_system_containers.sh
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed: Enable MLS protocol in production and dev values for brig

offline/tasks/proc_system_containers.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ quay.io/calico/pod2daemon-flexvol:v3.27.4
3232
quay.io/calico/kube-controllers:v3.27.4
3333
quay.io/calico/typha:v3.27.4
3434
quay.io/calico/apiserver:v3.27.4
35-
quay.io/jetstack/cert-manager-controller:v1.16.3
36-
quay.io/jetstack/cert-manager-cainjector:v1.16.3
37-
quay.io/jetstack/cert-manager-webhook:v1.16.3
38-
quay.io/jetstack/cert-manager-startupapicheck:v1.16.3
3935
docker.io/library/nginx:1.25.4-alpine
40-
bats/bats:1.11.1
41-
cr.step.sm/smallstep/step-ca:0.25.3-rc7
42-
registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
4336
EOF
4437
}
4538

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ brig:
5555
teamMemberWelcome: https://wire.example.com/download # change this
5656
enableFederation: false # Keep false unless federation is explicitly configured
5757
optSettings:
58-
setEnableMLS: false # Enable for MLS protocol use
58+
setEnableMLS: true # Enable for MLS protocol use
5959
setFederationDomain: example.com # change this per host deployment
6060
# Sync the domain with the 'host' variable in the sftd chart
6161
# Comment the next line (by adding '#' before it) if conference calling is not used

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ brig:
5555
teamMemberWelcome: https://wire.example.com/download # change this
5656
enableFederation: false # Keep false unless federation is explicitly configured
5757
optSettings:
58-
setEnableMLS: false # Enable for MLS protocol use
58+
setEnableMLS: true # Enable for MLS protocol use
5959
setFederationDomain: example.com # change this per host deployment
6060
# Sync the domain with the 'host' variable in the sftd chart
6161
# Comment the next line (by adding '#' before it) if conference calling is not used

0 commit comments

Comments
 (0)