From 0b71ae283c5600ea05ab359a1c7f2db57cabcea9 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Tue, 8 Aug 2023 09:59:23 +0200 Subject: [PATCH] Update postgresql Docker tag to v12.7.3 (#18) * Update postgresql Docker tag to v12.7.3 * Update Chart.yaml - bump coturn chart to 4.1.3 --------- Co-authored-by: Renovate Bot --- charts/coturn/Chart.lock | 6 +++--- charts/coturn/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/coturn/Chart.lock b/charts/coturn/Chart.lock index ee0dc9d..513d986 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.7.1 -digest: sha256:b1c77bb32a70a9b12bb917c0aba26e50749955f61dcad378f7c142fb3679f9f5 -generated: "2023-07-29T11:05:10.201677411Z" + version: 12.7.3 +digest: sha256:ef98198a4db7338f7334bb51d2e86f696aed3cc855b7dc4da9c25f7e9cbcd721 +generated: "2023-07-31T20:05:52.682959681Z" diff --git a/charts/coturn/Chart.yaml b/charts/coturn/Chart.yaml index 5048c8d..902e1c0 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.1.2 +version: 4.1.3 # renovate: image=coturn/coturn appVersion: 4.6.2 @@ -17,6 +17,6 @@ maintainers: dependencies: - name: postgresql - version: 12.7.1 + version: 12.7.3 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled