From c6651375853d45d3faea60f15428f58fe60e8cfe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Aug 2023 03:04:10 +0000 Subject: [PATCH] chore(deps): update helm release postgresql to v12 --- charts/kubezero-auth/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kubezero-auth/Chart.yaml b/charts/kubezero-auth/Chart.yaml index 452a186..df12443 100644 --- a/charts/kubezero-auth/Chart.yaml +++ b/charts/kubezero-auth/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kubezero-auth description: KubeZero umbrella chart for all things Authentication and Identity management type: application -version: 0.3.5 +version: 0.3.6 appVersion: 21.1.1 home: https://kubezero.com icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png @@ -17,7 +17,7 @@ dependencies: version: ">= 0.1.6" repository: https://cdn.zero-downtime.net/charts/ - name: postgresql - version: 11.8.1 + version: 12.10.0 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled kubeVersion: ">= 1.25.0"