From ba6f739acca0c012e20b460c53d93b6fbb71274a Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Wed, 3 Jun 2020 17:11:33 +0200 Subject: [PATCH] update postgresql version --- Chart.yaml | 8 ++++---- values.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 286abce..c486b7f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: fadi -version: 0.2.1 -appVersion: 0.2.1 +version: 0.2.2 +appVersion: 0.2.2 description: FADI is a Cloud Native platform for Big Data based on mature open source tools. keywords: - fadi @@ -31,7 +31,7 @@ dependencies: repository: https://kubernetes-charts.storage.googleapis.com/ condition: superset.enabled - name: postgresql - version: ~0.1.3 + version: ~0.2.0 repository: https://cetic.github.io/helm-charts/ condition: postgresql.enabled - name: minio @@ -113,4 +113,4 @@ dependencies: - name: seldon-core-operator version: ~1.0.2 repository: https://storage.googleapis.com/seldon-charts/ - condition: seldon-core-operator.enabled \ No newline at end of file + condition: seldon-core-operator.enabled diff --git a/values.yaml b/values.yaml index 21e303f..133d026 100644 --- a/values.yaml +++ b/values.yaml @@ -412,4 +412,4 @@ zabbix: DB_SERVER_PORT: 5432 POSTGRES_USER: admin POSTGRES_PASSWORD: password1 - POSTGRES_DB: postgres \ No newline at end of file + POSTGRES_DB: postgres