diff --git a/dependency/postgresql/6.0.0/CHANGELOG.md b/dependency/postgresql/6.0.1/CHANGELOG.md
similarity index 92%
rename from dependency/postgresql/6.0.0/CHANGELOG.md
rename to dependency/postgresql/6.0.1/CHANGELOG.md
index 0ad77b58d3d..22067a37487 100644
--- a/dependency/postgresql/6.0.0/CHANGELOG.md
+++ b/dependency/postgresql/6.0.1/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [postgresql-6.0.1](https://github.com/truecharts/apps/compare/postgresql-6.0.0...postgresql-6.0.1) (2021-11-16)
+
+#### Fix
+
+* correct mistake in VCT
+
+
+
### [postgresql-6.0.0](https://github.com/truecharts/apps/compare/postgresql-5.2.2...postgresql-6.0.0) (2021-11-16)
@@ -88,12 +97,3 @@
* update non-major ([#1296](https://github.com/truecharts/apps/issues/1296))
#### Fix
-
-* correct mistake in service definition
-
-
-
-
-### [postgresql-5.1.14](https://github.com/truecharts/apps/compare/postgresql-5.1.13...postgresql-5.1.14) (2021-11-08)
-
-#### Feat
diff --git a/dependency/postgresql/6.0.0/CONFIG.md b/dependency/postgresql/6.0.1/CONFIG.md
similarity index 100%
rename from dependency/postgresql/6.0.0/CONFIG.md
rename to dependency/postgresql/6.0.1/CONFIG.md
diff --git a/dependency/postgresql/6.0.0/Chart.lock b/dependency/postgresql/6.0.1/Chart.lock
similarity index 78%
rename from dependency/postgresql/6.0.0/Chart.lock
rename to dependency/postgresql/6.0.1/Chart.lock
index 6444d0b89e1..aa54990dad1 100644
--- a/dependency/postgresql/6.0.0/Chart.lock
+++ b/dependency/postgresql/6.0.1/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.2
digest: sha256:a51372b1a3825449ce6a676567ebac86608ddcf2ff797443073dfcc2d601c75b
-generated: "2021-11-16T15:08:45.302703687Z"
+generated: "2021-11-16T15:40:00.097333746Z"
diff --git a/dependency/postgresql/6.0.0/Chart.yaml b/dependency/postgresql/6.0.1/Chart.yaml
similarity index 97%
rename from dependency/postgresql/6.0.0/Chart.yaml
rename to dependency/postgresql/6.0.1/Chart.yaml
index d502a66ab5e..bfdda47016c 100644
--- a/dependency/postgresql/6.0.0/Chart.yaml
+++ b/dependency/postgresql/6.0.1/Chart.yaml
@@ -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
diff --git a/dependency/postgresql/6.0.0/README.md b/dependency/postgresql/6.0.1/README.md
similarity index 100%
rename from dependency/postgresql/6.0.0/README.md
rename to dependency/postgresql/6.0.1/README.md
diff --git a/dependency/postgresql/6.0.0/app-readme.md b/dependency/postgresql/6.0.1/app-readme.md
similarity index 100%
rename from dependency/postgresql/6.0.0/app-readme.md
rename to dependency/postgresql/6.0.1/app-readme.md
diff --git a/dependency/postgresql/6.0.0/charts/common-8.6.2.tgz b/dependency/postgresql/6.0.1/charts/common-8.6.2.tgz
similarity index 100%
rename from dependency/postgresql/6.0.0/charts/common-8.6.2.tgz
rename to dependency/postgresql/6.0.1/charts/common-8.6.2.tgz
diff --git a/dependency/postgresql/6.0.0/helm-values.md b/dependency/postgresql/6.0.1/helm-values.md
similarity index 95%
rename from dependency/postgresql/6.0.0/helm-values.md
rename to dependency/postgresql/6.0.1/helm-values.md
index 88d65db12b9..f8463b632be 100644
--- a/dependency/postgresql/6.0.0/helm-values.md
+++ b/dependency/postgresql/6.0.1/helm-values.md
@@ -29,8 +29,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"14.1.0@sha256:ed5305053c28f397ade50f5fa48e7f73dd1402bc20dcccf1978b3a5ff243f9dd"` | |
-| persistence.db.enabled | bool | `true` | |
-| persistence.db.mountPath | string | `"/bitnami/postgresql"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |
@@ -40,5 +38,7 @@ You will, however, be able to use all values referenced in the common chart here
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `5432` | |
| service.main.ports.main.targetPort | int | `5432` | |
+| volumeClaimTemplates.db.enabled | bool | `true` | |
+| volumeClaimTemplates.db.mountPath | string | `"/bitnami/postgresql"` | |
All Rights Reserved - The TrueCharts Project
diff --git a/dependency/postgresql/6.0.0/ix_values.yaml b/dependency/postgresql/6.0.1/ix_values.yaml
similarity index 98%
rename from dependency/postgresql/6.0.0/ix_values.yaml
rename to dependency/postgresql/6.0.1/ix_values.yaml
index 25a53cb1731..8f586f6afe0 100644
--- a/dependency/postgresql/6.0.0/ix_values.yaml
+++ b/dependency/postgresql/6.0.1/ix_values.yaml
@@ -41,7 +41,7 @@ enableUpgradeBackup: false
podSecurityContext:
runAsGroup: 0
-persistence:
+volumeClaimTemplates:
db:
enabled: true
mountPath: "/bitnami/postgresql"
diff --git a/dependency/postgresql/6.0.0/questions.yaml b/dependency/postgresql/6.0.1/questions.yaml
similarity index 100%
rename from dependency/postgresql/6.0.0/questions.yaml
rename to dependency/postgresql/6.0.1/questions.yaml
diff --git a/dependency/postgresql/6.0.0/templates/backup-postgres-config.yaml b/dependency/postgresql/6.0.1/templates/backup-postgres-config.yaml
similarity index 100%
rename from dependency/postgresql/6.0.0/templates/backup-postgres-config.yaml
rename to dependency/postgresql/6.0.1/templates/backup-postgres-config.yaml
diff --git a/dependency/postgresql/6.0.0/templates/common.yaml b/dependency/postgresql/6.0.1/templates/common.yaml
similarity index 100%
rename from dependency/postgresql/6.0.0/templates/common.yaml
rename to dependency/postgresql/6.0.1/templates/common.yaml
diff --git a/dependency/postgresql/6.0.0/templates/secret.yaml b/dependency/postgresql/6.0.1/templates/secret.yaml
similarity index 100%
rename from dependency/postgresql/6.0.0/templates/secret.yaml
rename to dependency/postgresql/6.0.1/templates/secret.yaml
diff --git a/dependency/postgresql/6.0.0/templates/upgrade-backup-postgres-hook.yaml b/dependency/postgresql/6.0.1/templates/upgrade-backup-postgres-hook.yaml
similarity index 100%
rename from dependency/postgresql/6.0.0/templates/upgrade-backup-postgres-hook.yaml
rename to dependency/postgresql/6.0.1/templates/upgrade-backup-postgres-hook.yaml
diff --git a/dependency/postgresql/6.0.0/values.yaml b/dependency/postgresql/6.0.1/values.yaml
similarity index 100%
rename from dependency/postgresql/6.0.0/values.yaml
rename to dependency/postgresql/6.0.1/values.yaml