diff --git a/stable/postgresql/3.0.10/CHANGELOG.md b/stable/postgresql/3.0.10/CHANGELOG.md
deleted file mode 100644
index 9d45a31855..0000000000
--- a/stable/postgresql/3.0.10/CHANGELOG.md
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-### [postgresql-3.0.10](https://github.com/truecharts/apps/compare/postgresql-3.0.9...postgresql-3.0.10) (2021-10-09)
-
diff --git a/stable/postgresql/3.0.11/CHANGELOG.md b/stable/postgresql/3.0.11/CHANGELOG.md
new file mode 100644
index 0000000000..f728ad000a
--- /dev/null
+++ b/stable/postgresql/3.0.11/CHANGELOG.md
@@ -0,0 +1,4 @@
+
+
+### [postgresql-3.0.11](https://github.com/truecharts/apps/compare/postgresql-3.0.10...postgresql-3.0.11) (2021-10-09)
+
diff --git a/stable/postgresql/3.0.10/CONFIG.md b/stable/postgresql/3.0.11/CONFIG.md
similarity index 100%
rename from stable/postgresql/3.0.10/CONFIG.md
rename to stable/postgresql/3.0.11/CONFIG.md
diff --git a/stable/postgresql/3.0.10/Chart.lock b/stable/postgresql/3.0.11/Chart.lock
similarity index 78%
rename from stable/postgresql/3.0.10/Chart.lock
rename to stable/postgresql/3.0.11/Chart.lock
index 251f3ee3f4..c7a8e88b7f 100644
--- a/stable/postgresql/3.0.10/Chart.lock
+++ b/stable/postgresql/3.0.11/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.3.1
digest: sha256:8da0f9d33aa432fe98a996cb083dae9587807b2480e5e511fefd1ea275ef36e1
-generated: "2021-10-09T20:20:31.685657141Z"
+generated: "2021-10-09T21:15:35.264119438Z"
diff --git a/stable/postgresql/3.0.10/Chart.yaml b/stable/postgresql/3.0.11/Chart.yaml
similarity index 97%
rename from stable/postgresql/3.0.10/Chart.yaml
rename to stable/postgresql/3.0.11/Chart.yaml
index e7c2c4869a..6da9289939 100644
--- a/stable/postgresql/3.0.10/Chart.yaml
+++ b/stable/postgresql/3.0.11/Chart.yaml
@@ -25,4 +25,4 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
-version: 3.0.10
+version: 3.0.11
diff --git a/stable/postgresql/3.0.10/README.md b/stable/postgresql/3.0.11/README.md
similarity index 100%
rename from stable/postgresql/3.0.10/README.md
rename to stable/postgresql/3.0.11/README.md
diff --git a/stable/postgresql/3.0.10/app-readme.md b/stable/postgresql/3.0.11/app-readme.md
similarity index 100%
rename from stable/postgresql/3.0.10/app-readme.md
rename to stable/postgresql/3.0.11/app-readme.md
diff --git a/stable/postgresql/3.0.10/charts/common-8.3.1.tgz b/stable/postgresql/3.0.11/charts/common-8.3.1.tgz
similarity index 100%
rename from stable/postgresql/3.0.10/charts/common-8.3.1.tgz
rename to stable/postgresql/3.0.11/charts/common-8.3.1.tgz
diff --git a/stable/postgresql/3.0.10/helm-values.md b/stable/postgresql/3.0.11/helm-values.md
similarity index 99%
rename from stable/postgresql/3.0.10/helm-values.md
rename to stable/postgresql/3.0.11/helm-values.md
index bbe3581c60..b21011235f 100644
--- a/stable/postgresql/3.0.10/helm-values.md
+++ b/stable/postgresql/3.0.11/helm-values.md
@@ -16,7 +16,6 @@ You will, however, be able to use all values referenced in the common chart here
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
-| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
diff --git a/stable/postgresql/3.0.10/ix_values.yaml b/stable/postgresql/3.0.11/ix_values.yaml
similarity index 100%
rename from stable/postgresql/3.0.10/ix_values.yaml
rename to stable/postgresql/3.0.11/ix_values.yaml
diff --git a/stable/postgresql/3.0.10/questions.yaml b/stable/postgresql/3.0.11/questions.yaml
similarity index 100%
rename from stable/postgresql/3.0.10/questions.yaml
rename to stable/postgresql/3.0.11/questions.yaml
diff --git a/stable/postgresql/3.0.10/templates/backup-postgres-config.yaml b/stable/postgresql/3.0.11/templates/backup-postgres-config.yaml
similarity index 100%
rename from stable/postgresql/3.0.10/templates/backup-postgres-config.yaml
rename to stable/postgresql/3.0.11/templates/backup-postgres-config.yaml
diff --git a/stable/postgresql/3.0.10/templates/common.yaml b/stable/postgresql/3.0.11/templates/common.yaml
similarity index 100%
rename from stable/postgresql/3.0.10/templates/common.yaml
rename to stable/postgresql/3.0.11/templates/common.yaml
diff --git a/stable/postgresql/3.0.10/templates/secret.yaml b/stable/postgresql/3.0.11/templates/secret.yaml
similarity index 100%
rename from stable/postgresql/3.0.10/templates/secret.yaml
rename to stable/postgresql/3.0.11/templates/secret.yaml
diff --git a/stable/postgresql/3.0.10/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/3.0.11/templates/upgrade-backup-postgres-hook.yaml
similarity index 100%
rename from stable/postgresql/3.0.10/templates/upgrade-backup-postgres-hook.yaml
rename to stable/postgresql/3.0.11/templates/upgrade-backup-postgres-hook.yaml
diff --git a/stable/postgresql/3.0.10/test_values.yaml b/stable/postgresql/3.0.11/test_values.yaml
similarity index 98%
rename from stable/postgresql/3.0.10/test_values.yaml
rename to stable/postgresql/3.0.11/test_values.yaml
index f2a6408379..5eaa03170b 100644
--- a/stable/postgresql/3.0.10/test_values.yaml
+++ b/stable/postgresql/3.0.11/test_values.yaml
@@ -66,7 +66,7 @@ persistence:
postgresqlPassword: "testpass"
postgresqlUsername: "test"
postgresqlDatabase: "test"
-existingSecret: ""
+# existingSecret: ""
envValueFrom:
POSTGRES_PASSWORD:
diff --git a/stable/postgresql/3.0.10/values.yaml b/stable/postgresql/3.0.11/values.yaml
similarity index 100%
rename from stable/postgresql/3.0.10/values.yaml
rename to stable/postgresql/3.0.11/values.yaml