diff --git a/charts/coturn/Chart.yaml b/charts/coturn/Chart.yaml index d04fdb0..6acea64 100644 --- a/charts/coturn/Chart.yaml +++ b/charts/coturn/Chart.yaml @@ -3,7 +3,7 @@ name: coturn type: application description: A Helm chart to deploy coturn home: "https://github.com/small-hack/coturn-chart" -version: 6.3.4 +version: 6.3.5 # renovate: image=coturn/coturn appVersion: 4.6.2 diff --git a/charts/coturn/README.md b/charts/coturn/README.md index f673cc6..ff525f7 100644 --- a/charts/coturn/README.md +++ b/charts/coturn/README.md @@ -1,6 +1,6 @@ # coturn -![Version: 6.3.4](https://img.shields.io/badge/Version-6.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.2](https://img.shields.io/badge/AppVersion-4.6.2-informational?style=flat-square) +![Version: 6.3.5](https://img.shields.io/badge/Version-6.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.2](https://img.shields.io/badge/AppVersion-4.6.2-informational?style=flat-square) A Helm chart to deploy coturn @@ -97,4 +97,4 @@ A Helm chart to deploy coturn | service.type | string | `"ClusterIP"` | The type of service to deploy for routing Coturn traffic. ClusterIP: Recommended for DaemonSet configurations. This will create a standard Kubernetes service for Coturn within the cluster. No external networking will be configured as the DaemonSet will handle binding to each Node's host networking NodePort: Recommended for Deployment configurations. This will open TURN ports on every node and route traffic on these ports to the Coturn pods. You will need to make sure your cloud provider supports the cluster config setting, apiserver.service-node-port-range, as this range must contain the ports defined above for the service to be created. LoadBalancer: This was what was originally set for this chart in the upstream of this fork, but with no details | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/coturn/templates/configmap-extra.yaml b/charts/coturn/templates/configmap-extra.yaml index 5a42385..6e02d29 100644 --- a/charts/coturn/templates/configmap-extra.yaml +++ b/charts/coturn/templates/configmap-extra.yaml @@ -5,4 +5,4 @@ metadata: labels: {{ include "labels" . | nindent 4}} data: - turnserver.conf: {{ tpl .Values.coturn.extraTurnserverConfiguration . }} + turnserver.conf: {{ tpl .Values.coturn.extraTurnserverConfiguration . | toYaml | indent 4 }}