Skip to content

Commit

Permalink
Include coturn (#677)
Browse files Browse the repository at this point in the history
* make coturn available for on-prem deployment.

* try [], instead of emptyString

* try {}, instead of emptyString
  • Loading branch information
julialongtin authored Feb 1, 2024
1 parent eb2ffa5 commit 20c7164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/scripts/list-helm-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ while IFS= read -r chart; do
# The image values are left as-is
helm template --debug "$chart" \
--set secrets.zrestSecret=emptyString \
--set secrets.zrestSecrets={} \
--set federate.dtls.tls.key=emptyString \
--set federate.dtls.tls.crt=emptyString \
$( [[ -f ./values/$(basename $chart)/prod-values.example.yaml ]] && echo "-f ./values/$(basename $chart)/prod-values.example.yaml" ) \
Expand Down
1 change: 1 addition & 0 deletions offline/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ charts=(
calling_charts=(
wire/sftd
wire/restund
wire/coturn
)

# wire_version=$(helm show chart wire/wire-server | yq -r .version)
Expand Down

0 comments on commit 20c7164

Please sign in to comment.