diff --git a/charts/coturn/Chart.lock b/charts/coturn/Chart.lock index 0b19264..91f3d8e 100644 --- a/charts/coturn/Chart.lock +++ b/charts/coturn/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 16.6.0 - name: mysql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.3.2 -digest: sha256:dd4f2ca89af5aa278be368a23acb23e122b9ca7a256c7f09bdc4540794b91637 -generated: "2025-03-31T08:28:39.782145841Z" + version: 13.0.0 +digest: sha256:3559bc72d816daf8eb5cb62ef082815b632c131173bec7e791eff2a12b11c98f +generated: "2025-05-12T13:22:43.64376967Z" diff --git a/charts/coturn/Chart.yaml b/charts/coturn/Chart.yaml index 27de773..fe4db1c 100644 --- a/charts/coturn/Chart.yaml +++ b/charts/coturn/Chart.yaml @@ -4,7 +4,7 @@ type: application description: A Helm chart to deploy coturn home: "https://github.com/small-hack/coturn-chart" -version: 8.5.0 +version: 9.0.0 # renovate: image=coturn/coturn appVersion: 4.7.0 @@ -23,6 +23,6 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: mysql - version: 12.3.2 + version: 13.0.0 repository: oci://registry-1.docker.io/bitnamicharts condition: mysql.enabled diff --git a/charts/coturn/README.md b/charts/coturn/README.md index 5ba018f..5e97adb 100644 --- a/charts/coturn/README.md +++ b/charts/coturn/README.md @@ -1,6 +1,6 @@ # coturn -![Version: 8.5.0](https://img.shields.io/badge/Version-8.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.7.0](https://img.shields.io/badge/AppVersion-4.7.0-informational?style=flat-square) +![Version: 9.0.0](https://img.shields.io/badge/Version-9.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.7.0](https://img.shields.io/badge/AppVersion-4.7.0-informational?style=flat-square) A Helm chart to deploy coturn @@ -20,7 +20,7 @@ A Helm chart to deploy coturn | Repository | Name | Version | |------------|------|---------| -| oci://registry-1.docker.io/bitnamicharts | mysql | 12.3.2 | +| oci://registry-1.docker.io/bitnamicharts | mysql | 13.0.0 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 16.6.0 | ## Values @@ -99,4 +99,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.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/coturn/charts/mysql-12.3.2.tgz b/charts/coturn/charts/mysql-12.3.2.tgz deleted file mode 100644 index 85daabb..0000000 Binary files a/charts/coturn/charts/mysql-12.3.2.tgz and /dev/null differ diff --git a/charts/coturn/charts/mysql-13.0.0.tgz b/charts/coturn/charts/mysql-13.0.0.tgz new file mode 100644 index 0000000..ab18090 Binary files /dev/null and b/charts/coturn/charts/mysql-13.0.0.tgz differ