Skip to content

Commit

Permalink
Update postgresql Docker tag to v12.12.10 (#82)
Browse files Browse the repository at this point in the history
* Update postgresql Docker tag to v12.12.10

* bump chart version for postgresql

---------

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 Mar 27, 2024
1 parent f9bfb2f commit e5ae383
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
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.9.0
version: 12.12.10
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 9.23.0
digest: sha256:1c61809d04dd6d96adca78a6258b1f46163a82cb78383d46e2eaddb381e9793c
generated: "2024-03-27T10:03:02.489702535Z"
digest: sha256:102ccf3fc259df23f941d18e283a8f4c36bb0618e4e0a02532e804589ba067b2
generated: "2024-03-27T10:06:57.562909967Z"
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.5.0
version: 4.6.0

# renovate: image=coturn/coturn
appVersion: 4.6.2
Expand All @@ -17,7 +17,7 @@ maintainers:

dependencies:
- name: postgresql
version: 12.9.0
version: 12.12.10
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: mysql
Expand Down
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.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)
![Version: 4.6.0](https://img.shields.io/badge/Version-4.6.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 @@ -21,7 +21,7 @@ A Helm chart to deploy coturn
| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | mysql | 9.23.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.9.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.12.10 |

## Values

Expand Down

0 comments on commit e5ae383

Please sign in to comment.