Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v11.1.17 (#120)
Browse files Browse the repository at this point in the history
* chore(deps): update mysql docker tag to v11.1.17

* helm-docs: automated action

* helm-docs: automated action

* update chart.lock for latest digest date

---------

Co-authored-by: jessebot <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 20, 2024
1 parent a9dbba6 commit b2d5cb5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/coturn/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 15.5.35
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.1.12
digest: sha256:46639a895f4ac4b97af3cffb438fd66320504d54f9fea1179e092bb55a899adb
generated: "2024-09-26T10:41:53.847888859Z"
version: 11.1.17
digest: sha256:06a351fcace9efcccbbdf8d27669261ba5b5bfb1828148e4a4d2e6388e6fac02
generated: "2024-10-20T10:53:15.151174+02:00"
4 changes: 2 additions & 2 deletions charts/coturn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 6.3.6

# renovate: image=coturn/coturn
appVersion: 4.6.2
Expand All @@ -22,6 +22,6 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: mysql
version: 11.1.12
version: 11.1.17
repository: oci://registry-1.docker.io/bitnamicharts
condition: mysql.enabled
6 changes: 3 additions & 3 deletions charts/coturn/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coturn

![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)
![Version: 6.3.6](https://img.shields.io/badge/Version-6.3.6-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

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

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | mysql | 11.1.12 |
| oci://registry-1.docker.io/bitnamicharts | mysql | 11.1.17 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.35 |

## Values
Expand Down Expand Up @@ -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.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)
Binary file removed charts/coturn/charts/mysql-11.1.12.tgz
Binary file not shown.
Binary file added charts/coturn/charts/mysql-11.1.17.tgz
Binary file not shown.

0 comments on commit b2d5cb5

Please sign in to comment.