From 6992adc50bf77dca276c6223fdf60b447890d2cc Mon Sep 17 00:00:00 2001 From: Johannes Edmeier Date: Thu, 21 Dec 2023 14:07:15 +0100 Subject: [PATCH] chore: update to postgres:15 --- charts/steadybit-platform/Chart.lock | 4 ++-- charts/steadybit-platform/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/steadybit-platform/Chart.lock b/charts/steadybit-platform/Chart.lock index 13e1870b..cd964d62 100644 --- a/charts/steadybit-platform/Chart.lock +++ b/charts/steadybit-platform/Chart.lock @@ -2,5 +2,5 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami version: 12.12.10 -digest: sha256:0b336e2b27d818d888be52e27832f1816cda5647b9ba222775dcea4cb1513f4b -generated: "2023-12-21T12:32:51.121641+01:00" +digest: sha256:18aa37deaef5785b570a05cab0ccdbd33cdde3c950c1e81d5d390c7ad90fa4ad +generated: "2023-12-21T14:06:51.083615+01:00" diff --git a/charts/steadybit-platform/Chart.yaml b/charts/steadybit-platform/Chart.yaml index 3db101af..ab930bdf 100644 --- a/charts/steadybit-platform/Chart.yaml +++ b/charts/steadybit-platform/Chart.yaml @@ -21,6 +21,6 @@ annotations: url: https://github.com/steadybit/helm-charts dependencies: - name: postgresql - version: 12.X.X + version: ^12.0.0 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled