From 89b5c5f90fe744b228589fbc9cc8cc23a9ead87d Mon Sep 17 00:00:00 2001 From: Hussein Al Abry Date: Fri, 10 Jul 2020 20:01:51 +0400 Subject: [PATCH] misc: update postgresql chart dependency (#2163) ***NO_CI*** --- dev/helm/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/helm/Chart.yaml b/dev/helm/Chart.yaml index d81bd456..e284c368 100644 --- a/dev/helm/Chart.yaml +++ b/dev/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: wiki # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.0.1 +version: 2.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. AppVersion: latest @@ -25,8 +25,8 @@ keywords: type: application dependencies: - name: postgresql - version: 6.5.0 - repository: https://kubernetes-charts.storage.googleapis.com/ + version: 8.10.14 + repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled home: https://wiki.js.org icon: https://github.com/Requarks/wiki/raw/master/client/static/favicons/android-chrome-192x192.png