From 848f655155129130d47c17cb13b8e0b0e78805b1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Jul 2023 11:05:12 +0000 Subject: [PATCH 1/2] Update postgresql Docker tag to v12.7.1 --- charts/coturn/Chart.lock | 6 +++--- charts/coturn/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/coturn/Chart.lock b/charts/coturn/Chart.lock index cc974f2..ee0dc9d 100644 --- a/charts/coturn/Chart.lock +++ b/charts/coturn/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.6.9 -digest: sha256:0d93f55709bcdb12520e9f798313a42b96f51986281b0060355a9982af314864 -generated: "2023-07-26T13:17:49.818492+02:00" + version: 12.7.1 +digest: sha256:b1c77bb32a70a9b12bb917c0aba26e50749955f61dcad378f7c142fb3679f9f5 +generated: "2023-07-29T11:05:10.201677411Z" diff --git a/charts/coturn/Chart.yaml b/charts/coturn/Chart.yaml index 612051f..f323e7d 100644 --- a/charts/coturn/Chart.yaml +++ b/charts/coturn/Chart.yaml @@ -15,6 +15,6 @@ maintainers: dependencies: - name: postgresql - version: 12.6.9 + version: 12.7.1 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled From 36bf53d08dc1148c548d7a7b98de1101dc72ccf2 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Sat, 29 Jul 2023 14:54:18 +0200 Subject: [PATCH 2/2] Update Chart.yaml - bump chart version --- charts/coturn/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/coturn/Chart.yaml b/charts/coturn/Chart.yaml index f323e7d..d90874b 100644 --- a/charts/coturn/Chart.yaml +++ b/charts/coturn/Chart.yaml @@ -3,7 +3,7 @@ name: coturn type: application description: A Helm chart to deploy coturn home: "https://github.com/jessebot/coturn-chart" -version: 4.0.0 +version: 4.1.0 appVersion: 4.6.2 sources: - "https://github.com/jessebot/coturn-chart"