Skip to content

Commit

Permalink
chore(deps): update postgresql docker tag to v15.4.2 (#96)
Browse files Browse the repository at this point in the history
* chore(deps): update postgresql docker tag to v15.4.2

* update docs

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: jessebot <jessebot@linux.com>
  • Loading branch information
3 people authored May 29, 2024
1 parent 49d97fa commit 12569b2
Show file tree
Hide file tree
Showing 5 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: 15.2.12
version: 15.4.2
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.1.0
digest: sha256:f2d0093b812debadeb201e4ac2a7c73297ffebcc548d2ca48d2750ad8d19d0f1
generated: "2024-05-29T11:16:55.333816+02:00"
digest: sha256:42e9c95cae00f35a9e68e32f73dbd391e3a170ef5f954a25a90115aa68b16a0c
generated: "2024-05-29T09:37:37.341526281Z"
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.0.1
version: 6.1.0

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

dependencies:
- name: postgresql
version: 15.2.12
version: 15.4.2
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: 6.0.1](https://img.shields.io/badge/Version-6.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)
![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.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 | 11.1.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.2.12 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.4.2 |

## Values

Expand Down
Binary file removed charts/coturn/charts/postgresql-15.2.12.tgz
Binary file not shown.
Binary file added charts/coturn/charts/postgresql-15.4.2.tgz
Binary file not shown.

0 comments on commit 12569b2

Please sign in to comment.