From 435f6b36c02a55d85de5783502f5a984ca01937f Mon Sep 17 00:00:00 2001 From: 4censord Date: Mon, 30 Sep 2024 23:14:55 +0200 Subject: [PATCH 1/3] fix(extraConfig): Dont fail with multiple lines This fixes #125 --- charts/coturn/templates/configmap-extra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From 73577aeb57a839dfdff8aef9a70f068e9471923c Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sun, 20 Oct 2024 09:45:38 +0200 Subject: [PATCH 2/3] Update Chart.yaml - update chart version --- charts/coturn/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/coturn/Chart.yaml b/charts/coturn/Chart.yaml index f69ff5a..5837f91 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.3 +version: 6.3.4 # renovate: image=coturn/coturn appVersion: 4.6.2 From 58ac18d61754218861c68a7b7a91ccf89a9719dc Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 20 Oct 2024 09:50:00 +0200 Subject: [PATCH 3/3] fix chart version and update docs --- charts/coturn/Chart.yaml | 2 +- charts/coturn/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/coturn/Chart.yaml b/charts/coturn/Chart.yaml index 5837f91..251246d 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 ecd0fdf..bffe3dd 100644 --- a/charts/coturn/README.md +++ b/charts/coturn/README.md @@ -1,6 +1,6 @@ # coturn -![Version: 6.3.3](https://img.shields.io/badge/Version-6.3.3-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)