Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
update postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jun 3, 2020
1 parent 26e475f commit ba6f739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
condition: seldon-core-operator.enabled
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,4 @@ zabbix:
DB_SERVER_PORT: 5432
POSTGRES_USER: admin
POSTGRES_PASSWORD: password1
POSTGRES_DB: postgres
POSTGRES_DB: postgres

0 comments on commit ba6f739

Please sign in to comment.