From 2cdbb6f13f43acf152a768b5c60d27f88274a6d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:55:05 +0000 Subject: [PATCH] chore(deps): update postgresql docker tag to v15.5.24 --- charts/cdviz/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cdviz/Chart.yaml b/charts/cdviz/Chart.yaml index 766c4f3..258b46c 100644 --- a/charts/cdviz/Chart.yaml +++ b/charts/cdviz/Chart.yaml @@ -7,7 +7,7 @@ appVersion: 0.1.0 # TODO Change this to a version number on release dependencies: - name: postgresql - version: 15.5.22 + version: 15.5.24 # repository: https://charts.bitnami.com/bitnami repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled