Skip to content

Commit

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

* update chart version and helm docs

---------

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 May 3, 2024
1 parent 1f71958 commit 0454c30
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: 15.2.4
version: 15.2.8
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.1.1
digest: sha256:2eaf7653910563c821ce3a8b7c49ad1d85ca00b24fb6e90a2301674adb507918
generated: "2024-04-08T17:13:41.364190081Z"
digest: sha256:af8ca0a79072bec4790a016ca7cf6c70e2cf6f64b33cd1483fc3a2301ff29021
generated: "2024-05-01T15:46:10.328556525Z"
4 changes: 2 additions & 2 deletions charts/coturn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: "https://github.com/small-hack/coturn-chart"
version: 5.1.0

# renovate: image=coturn/coturn
appVersion: 4.6.2
appVersion: 4.6.3
sources:
- "https://github.com/small-hack/coturn-chart"

Expand All @@ -17,7 +17,7 @@ maintainers:

dependencies:
- name: postgresql
version: 15.2.4
version: 15.2.8
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: 5.1.0](https://img.shields.io/badge/Version-5.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)
![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.3](https://img.shields.io/badge/AppVersion-4.6.3-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 | 10.1.1 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.2.4 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.2.8 |

## Values

Expand Down

0 comments on commit 0454c30

Please sign in to comment.