fix(postgresql): correct mistake in VCT

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-16 16:37:35 +01:00
parent 6eaa22b5c4
commit ef94aae653
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 6.0.0
version: 6.0.1
annotations:
truecharts.org/catagories: |
- database
+1 -1
View File
@@ -41,7 +41,7 @@ enableUpgradeBackup: false
podSecurityContext:
runAsGroup: 0
persistence:
volumeClaimTemplates:
db:
enabled: true
mountPath: "/bitnami/postgresql"