Skip to content

Commit 33b3873

Browse files
small-hack-renovate[bot]github-actions[bot]jessebot
authored
chore(deps): update mysql docker tag to v13 (#179)
* chore(deps): update mysql docker tag to v13 * helm-docs: automated action --------- Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jesse Hitch <[email protected]>
1 parent 5490873 commit 33b3873

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

charts/coturn/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 16.6.0
55
- name: mysql
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 12.3.2
8-
digest: sha256:dd4f2ca89af5aa278be368a23acb23e122b9ca7a256c7f09bdc4540794b91637
9-
generated: "2025-03-31T08:28:39.782145841Z"
7+
version: 13.0.0
8+
digest: sha256:3559bc72d816daf8eb5cb62ef082815b632c131173bec7e791eff2a12b11c98f
9+
generated: "2025-05-12T13:22:43.64376967Z"

charts/coturn/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: application
44
description: A Helm chart to deploy coturn
55
home: "https://github.com/small-hack/coturn-chart"
66

7-
version: 8.5.0
7+
version: 9.0.0
88

99
# renovate: image=coturn/coturn
1010
appVersion: 4.7.0
@@ -23,6 +23,6 @@ dependencies:
2323
repository: oci://registry-1.docker.io/bitnamicharts
2424
condition: postgresql.enabled
2525
- name: mysql
26-
version: 12.3.2
26+
version: 13.0.0
2727
repository: oci://registry-1.docker.io/bitnamicharts
2828
condition: mysql.enabled

charts/coturn/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coturn
22

3-
![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)
3+
![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)
44

55
A Helm chart to deploy coturn
66

@@ -20,7 +20,7 @@ A Helm chart to deploy coturn
2020

2121
| Repository | Name | Version |
2222
|------------|------|---------|
23-
| oci://registry-1.docker.io/bitnamicharts | mysql | 12.3.2 |
23+
| oci://registry-1.docker.io/bitnamicharts | mysql | 13.0.0 |
2424
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.6.0 |
2525

2626
## Values
@@ -99,4 +99,4 @@ A Helm chart to deploy coturn
9999
| 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 |
100100

101101
----------------------------------------------
102-
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
102+
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
-63.1 KB
Binary file not shown.
66.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)