Skip to content

Commit

Permalink
chore(deps): update postgresql docker tag to v16.3.2 (#150)
Browse files Browse the repository at this point in the history
* chore(deps): update postgresql docker tag to v16.3.2

* helm-docs: automated action

---------

Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e2387f2 commit 012470f
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: 16.3.1
version: 16.3.2
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.2.0
digest: sha256:8fad0950febe4c4f761b833f148d8b4262c22ed6682a049cc8c677caeb536d8d
generated: "2024-12-15T14:52:07.916400067Z"
digest: sha256:3d44d2a336fd7b8fc19c1e4aa78169ad36a8c465d056bd70780b46c41dbc1194
generated: "2024-12-16T20:22:51.36586303Z"
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: 8.0.0
version: 8.0.1

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

dependencies:
- name: postgresql
version: 16.3.1
version: 16.3.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: 8.0.0](https://img.shields.io/badge/Version-8.0.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)
![Version: 8.0.1](https://img.shields.io/badge/Version-8.0.1-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 | 12.2.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.3.1 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.3.2 |

## Values

Expand Down
Binary file removed charts/coturn/charts/postgresql-16.3.1.tgz
Binary file not shown.
Binary file added charts/coturn/charts/postgresql-16.3.2.tgz
Binary file not shown.

0 comments on commit 012470f

Please sign in to comment.