From 0c88e2d4b9e0f4cd85fabe301ad4560efcf13cfa Mon Sep 17 00:00:00 2001 From: truecharts-bot Date: Wed, 30 Mar 2022 12:00:41 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/dependency/postgresql/CHANGELOG.md | 5 +++++ charts/dependency/postgresql/helm-values.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 |