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/wsd-5.28
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changed: the wire-builds reference for 2026-q1 with 5.28 backend
2 changes: 1 addition & 1 deletion offline/tasks/proc_pull_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ pull_charts() {
#fi
}

wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/ecd204f07540e79fc1febe2483a42111129a5d0d/build.json"
wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/370a4793553377322e1ce962da106461d81c779f/build.json"
wire_build_chart_release "$wire_build" | pull_charts
4 changes: 0 additions & 4 deletions values/sftd/demo-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ host: sftd.example.com
replicaCount: 1
joinCall:
replicaCount: 1
image:
repository: docker.io/bitnamilegacy/nginx
pullPolicy: IfNotPresent
tag: "1.27.3-debian-12-r5"
tls:
issuerRef:
name: letsencrypt-http01
Expand Down
4 changes: 0 additions & 4 deletions values/sftd/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ joinCall:
# this value should be set to 3 when deployed in a full production DMZ manner
# replicaCount = 1 is to support the simple wiab-staging solution
replicaCount: 1
image:
repository: docker.io/bitnamilegacy/nginx
pullPolicy: IfNotPresent
tag: "1.27.3-debian-12-r5"

# Uncomment to enable SFT to SFT communication for federated calls
# multiSFT:
Expand Down
Loading