Skip to content

Commit

Permalink
Update mysql Docker tag to v9.23.0 (#80)
Browse files Browse the repository at this point in the history
* Update mysql Docker tag to v9.23.0

* update helm chart version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jessebot <[email protected]>
  • Loading branch information
renovate[bot] and jessebot authored Mar 27, 2024
1 parent a4286cd commit f9bfb2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 12.9.0
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 9.16.1
digest: sha256:ec1829403d0fae04c3f8f8de1afc32a87a11cfe2c6f6e30a6d55beca39109b4b
generated: "2024-01-14T15:04:22.9580318+09:00"
version: 9.23.0
digest: sha256:1c61809d04dd6d96adca78a6258b1f46163a82cb78383d46e2eaddb381e9793c
generated: "2024-03-27T10:03:02.489702535Z"
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: 4.4.0
version: 4.5.0

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

![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-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: 4.5.0](https://img.shields.io/badge/Version-4.5.0-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 | 9.16.1 |
| oci://registry-1.docker.io/bitnamicharts | mysql | 9.23.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.9.0 |

## Values
Expand Down

0 comments on commit f9bfb2f

Please sign in to comment.