Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v10.1.1 (#87)
Browse files Browse the repository at this point in the history
* chore(deps): update mysql docker tag to v10.1.1

* update chart version and helm docs

* fix chart version

* update zipped chart for mysql

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jessebot <jessebot@linux.com>
  • Loading branch information
renovate[bot] and jessebot authored Apr 8, 2024
1 parent 7ec9a3c commit d06768e
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.1.4
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.1.0
digest: sha256:a60b40b982497a287b33a639cb4416e1687a25323fb291b9754337a2d0a96e0a
generated: "2024-03-27T12:12:51.984853928+01:00"
version: 10.1.1
digest: sha256:1df4f8fd7df0a3e6a2f13b32b4ffd0725ec2484a0cd23668357abff895b67dd1
generated: "2024-04-02T13:31:36.100066978Z"
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: 5.0.0
version: 5.0.1

# 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: 10.1.0
version: 10.1.1
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: 5.0.0](https://img.shields.io/badge/Version-5.0.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: 5.0.1](https://img.shields.io/badge/Version-5.0.1-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 | 10.1.0 |
| oci://registry-1.docker.io/bitnamicharts | mysql | 10.1.1 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.1.4 |

## Values
Expand Down Expand Up @@ -82,7 +82,7 @@ A Helm chart to deploy coturn
| postgresql.global.postgresql.auth.secretKeys.userPasswordKey | string | `"password"` | key in existing Secret to use for coturn user's password |
| postgresql.global.postgresql.auth.secretKeys.username | string | `"username"` | key in exsiting Secret to use for the coturn user |
| postgresql.global.postgresql.auth.username | string | `"coturn"` | username for database, ignored if existingSecret is passed in |
| postgresql.primary.initdb.scriptsConfigMap | string | `"initdb-scripts-config"` | ConfigMap with scripts to be run at first boot |
| postgresql.primary.initdb.scriptsConfigMap | string | `""` | ConfigMap with scripts to be run at first boot |
| replicas | int | `1` | |
| resources | object | `{}` | ref: kubernetes.io/docs/concepts/configuration/manage-resources-containers |
| securityContext.allowPrivilegeEscalation | bool | `true` | allow priviledged access |
Expand Down
Binary file removed charts/coturn/charts/mysql-10.1.0.tgz
Binary file not shown.
Binary file added charts/coturn/charts/mysql-10.1.1.tgz
Binary file not shown.

0 comments on commit d06768e

Please sign in to comment.