diff --git a/charts/dependency/postgresql/CHANGELOG.md b/charts/dependency/postgresql/CHANGELOG.md
index 5cd072af9ff..56054cdda46 100644
--- a/charts/dependency/postgresql/CHANGELOG.md
+++ b/charts/dependency/postgresql/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [postgresql-7.0.24](https://github.com/truecharts/apps/compare/postgresql-7.0.23...postgresql-7.0.24) (2022-03-30)
+
+
+
### [postgresql-7.0.22](https://github.com/truecharts/apps/compare/postgresql-7.0.21...postgresql-7.0.22) (2022-03-30)
diff --git a/charts/dependency/postgresql/helm-values.md b/charts/dependency/postgresql/helm-values.md
index 36853e673a2..6b2a2914a8b 100644
--- a/charts/dependency/postgresql/helm-values.md
+++ b/charts/dependency/postgresql/helm-values.md
@@ -34,7 +34,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresqlDatabase | string | `"test"` | |
| postgresqlPassword | string | `"testpass"` | |
| postgresqlUsername | string | `"test"` | |
-| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
+| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
| probes.liveness.custom | bool | `true` | Set this to `true` if you wish to specify your own livenessProbe |
| probes.liveness.enabled | bool | `true` | Enable the liveness probe |