From bf36461187ddb3606fe5945e1772271c50740797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:15:38 -0700 Subject: [PATCH] chore(deps): update helm release postgresql to ~18.6.0 (#405) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- deploy/helm/turnstone/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/turnstone/Chart.yaml b/deploy/helm/turnstone/Chart.yaml index 3e16775a..f1680f0d 100644 --- a/deploy/helm/turnstone/Chart.yaml +++ b/deploy/helm/turnstone/Chart.yaml @@ -7,6 +7,6 @@ appVersion: "0.3.0" dependencies: - name: postgresql - version: ~18.5.0 + version: ~18.6.0 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled