wireapp / wire-server-deploy

Code to install/deploy wire-server (on kubernetes)
https://docs.wire.com
GNU Affero General Public License v3.0
94 stars 45 forks source link

ci.sh : Add option to build from wire-builds #684

Closed smatting closed 6 months ago

smatting commented 7 months ago

This PR extends offline/ci.sh so that it can pull helm charts listed in a build.json of https://github.com/wireapp/wire-builds

To build from wire-builds release just replace

legacy_chart_release | pull_charts
# wire_build_chart_release | pull_charts

with

# legacy_chart_release | pull_charts
wire_build_chart_release | pull_charts

and adjust the URL in wire_build_chart_release()

https://wearezeta.atlassian.net/browse/WPB-6028