fix(postgresql): fix migration scripting for new major

This commit is contained in:
kjeld Schouten-Lebbing 2021-10-26 11:04:33 +02:00
parent 5bc4e90876
commit 41f212af99
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 5.0.0
version: 4.1.0
annotations:
truecharts.org/catagories: |
- database

View File

@ -46,13 +46,13 @@ podSecurityContext:
persistence:
db:
enabled: true
mountPath: "/bitnami/postgresql/old"
mountPath: "/bitnami/postgresql"
type: pvc
accessMode: ReadWriteOnce
size: "999Gi"
data:
enabled: true
mountPath: "/bitnami/postgresql"
mountPath: "/bitnami/postgresql/old"
type: pvc
accessMode: ReadWriteOnce
size: "999Gi"