From b91b73ad0f6d85639f3f04e62003c1b46a9ee8a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 10:33:12 -0500 Subject: [PATCH] [statping] Update helm chart postgresql to v10.1.4 (#342) Co-authored-by: Renovate Bot --- charts/statping/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/statping/Chart.yaml b/charts/statping/Chart.yaml index 69690113..fe2e0801 100644 --- a/charts/statping/Chart.yaml +++ b/charts/statping/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: statping description: Status page for monitoring your websites and applications type: application -version: 1.4.0 +version: 1.5.0 appVersion: v0.90.65 keywords: - statping @@ -18,5 +18,5 @@ icon: https://github.com/statping/statping/blob/dev/frontend/src/assets/logo.png dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 10.1.3 + version: 10.1.4 condition: postgres.posgresql.enabled