From 23f9c09612a092f2b101579910685bbebdb12304 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 10:26:46 -0500 Subject: [PATCH] [statping] Update helm chart postgresql to v9.8.12 (#203) 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 6db92e16..fce57563 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.0.1 +version: 1.1.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: 9.4.0 + version: 9.8.12 condition: postgres.posgresql.enabled