Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPB-14931 change coturn defaults, bump charts version #28

Open
wants to merge 2 commits into
base: wireapp/4.6.2-federation
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion charts/coturn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ version: 0.0.42
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.6.2-federation-wireapp.16
appVersion: 4.6.2-federation-wireapp.2i
6 changes: 3 additions & 3 deletions charts/coturn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ coturnTurnListenPort: 3478
coturnMetricsListenPort: 9641
coturnTurnTlsListenPort: 5349

# coturnTurnListenIP: "1.2.3.4" # can also be __COTURN_EXT_IP__, __COTURN_POD_IP__,__COTURN_HOST_IP__
coturnTurnExternalIP: null
# coturnTurnRelayIP:
coturnTurnListenIP: "__COTURN_POD_IP__" # "1.2.3.4" # can also be __COTURN_EXT_IP__, __COTURN_POD_IP__,__COTURN_HOST_IP__
coturnTurnRelayIP: "__COTURN_POD_IP__"
coturnTurnExternalIP: "__COTURN_EXT_IP__"
# coturnPrometheusIP:
# coturnFederationListeningIP:

Expand Down
2 changes: 1 addition & 1 deletion src/ns_turn_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#ifndef __IOADEFS__
#define __IOADEFS__

#define TURN_SERVER_VERSION "wireapp/4.6.2h"
#define TURN_SERVER_VERSION "wireapp/4.6.2i"
#define TURN_SERVER_VERSION_NAME "Gorst"
#ifndef TURN_SERVER_BUILD_INFO
#define TURN_SERVER_BUILD_INFO ""
Expand Down