diff --git a/dependency/postgresql/7.0.14/CHANGELOG.md b/dependency/postgresql/7.0.15/CHANGELOG.md
similarity index 90%
rename from dependency/postgresql/7.0.14/CHANGELOG.md
rename to dependency/postgresql/7.0.15/CHANGELOG.md
index 67dfce3557..d5b479a2a5 100644
--- a/dependency/postgresql/7.0.14/CHANGELOG.md
+++ b/dependency/postgresql/7.0.15/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [postgresql-7.0.15](https://github.com/truecharts/apps/compare/postgresql-7.0.14...postgresql-7.0.15) (2022-03-28)
+
+#### Feat
+
+* Add probes on standalone aswell ([#2318](https://github.com/truecharts/apps/issues/2318))
+
+
+
### [postgresql-7.0.14](https://github.com/truecharts/apps/compare/postgresql-7.0.13...postgresql-7.0.14) (2022-03-28)
@@ -88,12 +97,3 @@
### [postgresql-7.0.4](https://github.com/truecharts/apps/compare/postgresql-7.0.3...postgresql-7.0.4) (2022-03-15)
-#### Chore
-
-* update helm chart common to v9.1.4 ([#2180](https://github.com/truecharts/apps/issues/2180))
-
-
-
-
-### [postgresql-7.0.3](https://github.com/truecharts/apps/compare/postgresql-7.0.2...postgresql-7.0.3) (2022-03-15)
-
diff --git a/dependency/postgresql/7.0.14/CONFIG.md b/dependency/postgresql/7.0.15/CONFIG.md
similarity index 100%
rename from dependency/postgresql/7.0.14/CONFIG.md
rename to dependency/postgresql/7.0.15/CONFIG.md
diff --git a/dependency/postgresql/7.0.14/Chart.lock b/dependency/postgresql/7.0.15/Chart.lock
similarity index 80%
rename from dependency/postgresql/7.0.14/Chart.lock
rename to dependency/postgresql/7.0.15/Chart.lock
index 0f3d6ad79a..608823fdb9 100644
--- a/dependency/postgresql/7.0.14/Chart.lock
+++ b/dependency/postgresql/7.0.15/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 9.1.15
digest: sha256:8f13af42bdb9c005c8b99d3443c5b350c9d99c45f485e7bbcb233fd14b3ab4f4
-generated: "2022-03-28T17:13:01.145446731Z"
+generated: "2022-03-28T19:05:36.005042365Z"
diff --git a/dependency/postgresql/7.0.14/Chart.yaml b/dependency/postgresql/7.0.15/Chart.yaml
similarity index 97%
rename from dependency/postgresql/7.0.14/Chart.yaml
rename to dependency/postgresql/7.0.15/Chart.yaml
index ab794f311d..cc63f6f3f2 100644
--- a/dependency/postgresql/7.0.14/Chart.yaml
+++ b/dependency/postgresql/7.0.15/Chart.yaml
@@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
-version: 7.0.14
+version: 7.0.15
annotations:
truecharts.org/catagories: |
- database
diff --git a/dependency/postgresql/7.0.14/README.md b/dependency/postgresql/7.0.15/README.md
similarity index 100%
rename from dependency/postgresql/7.0.14/README.md
rename to dependency/postgresql/7.0.15/README.md
diff --git a/dependency/postgresql/7.0.14/app-readme.md b/dependency/postgresql/7.0.15/app-readme.md
similarity index 100%
rename from dependency/postgresql/7.0.14/app-readme.md
rename to dependency/postgresql/7.0.15/app-readme.md
diff --git a/dependency/postgresql/7.0.14/charts/common-9.1.15.tgz b/dependency/postgresql/7.0.15/charts/common-9.1.15.tgz
similarity index 100%
rename from dependency/postgresql/7.0.14/charts/common-9.1.15.tgz
rename to dependency/postgresql/7.0.15/charts/common-9.1.15.tgz
diff --git a/dependency/postgresql/7.0.14/helm-values.md b/dependency/postgresql/7.0.15/helm-values.md
similarity index 68%
rename from dependency/postgresql/7.0.14/helm-values.md
rename to dependency/postgresql/7.0.15/helm-values.md
index 702d70d0bb..4d468c142d 100644
--- a/dependency/postgresql/7.0.14/helm-values.md
+++ b/dependency/postgresql/7.0.15/helm-values.md
@@ -34,6 +34,18 @@ 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.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 |
+| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
+| probes.readiness | object | See below | Redainess probe configuration |
+| probes.readiness.custom | bool | `true` | Set this to `true` if you wish to specify your own readinessProbe |
+| probes.readiness.enabled | bool | `true` | Enable the readiness probe |
+| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. |
+| probes.startup | object | See below | Startup probe configuration |
+| probes.startup.enabled | bool | `true` | Enable the startup probe |
+| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service.main.ports.main.port | int | `5432` | |
| service.main.ports.main.targetPort | int | `5432` | |
diff --git a/dependency/postgresql/7.0.14/ix_values.yaml b/dependency/postgresql/7.0.15/ix_values.yaml
similarity index 51%
rename from dependency/postgresql/7.0.14/ix_values.yaml
rename to dependency/postgresql/7.0.15/ix_values.yaml
index 8a81dabc05..89dc7bea99 100644
--- a/dependency/postgresql/7.0.14/ix_values.yaml
+++ b/dependency/postgresql/7.0.15/ix_values.yaml
@@ -45,6 +45,58 @@ volumeClaimTemplates:
enabled: true
mountPath: "/bitnami/postgresql"
+# -- Probe configuration
+# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
+# @default -- See below
+probes:
+ # -- Liveness probe configuration
+ # @default -- See below
+ liveness:
+ # -- Enable the liveness probe
+ enabled: true
+ # -- Set this to `true` if you wish to specify your own livenessProbe
+ custom: true
+ # -- The spec field contains the values for the default livenessProbe.
+ # If you selected `custom: true`, this field holds the definition of the livenessProbe.
+ # @default -- See below
+ spec:
+ exec:
+ command:
+ - sh
+ - -c
+ - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
+
+ # -- Redainess probe configuration
+ # @default -- See below
+ readiness:
+ # -- Enable the readiness probe
+ enabled: true
+ # -- Set this to `true` if you wish to specify your own readinessProbe
+ custom: true
+ # -- The spec field contains the values for the default readinessProbe.
+ # If you selected `custom: true`, this field holds the definition of the readinessProbe.
+ # @default -- See below
+ spec:
+ exec:
+ command:
+ - sh
+ - -c
+ - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
+ # -- Startup probe configuration
+ # @default -- See below
+ startup:
+ # -- Enable the startup probe
+ enabled: true
+ custom: true
+ # -- The spec field contains the values for the default livenessProbe.
+ # If you selected `custom: true`, this field holds the definition of the livenessProbe.
+ # @default -- See below
+ spec:
+ exec:
+ command:
+ - sh
+ - -c
+ - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done"
postgresqlPassword: "testpass"
postgresqlUsername: "test"
diff --git a/dependency/postgresql/7.0.14/questions.yaml b/dependency/postgresql/7.0.15/questions.yaml
similarity index 100%
rename from dependency/postgresql/7.0.14/questions.yaml
rename to dependency/postgresql/7.0.15/questions.yaml
diff --git a/dependency/postgresql/7.0.14/security.md b/dependency/postgresql/7.0.15/security.md
similarity index 100%
rename from dependency/postgresql/7.0.14/security.md
rename to dependency/postgresql/7.0.15/security.md
diff --git a/dependency/postgresql/7.0.14/templates/backup-postgres-config.yaml b/dependency/postgresql/7.0.15/templates/backup-postgres-config.yaml
similarity index 100%
rename from dependency/postgresql/7.0.14/templates/backup-postgres-config.yaml
rename to dependency/postgresql/7.0.15/templates/backup-postgres-config.yaml
diff --git a/dependency/postgresql/7.0.14/templates/common.yaml b/dependency/postgresql/7.0.15/templates/common.yaml
similarity index 100%
rename from dependency/postgresql/7.0.14/templates/common.yaml
rename to dependency/postgresql/7.0.15/templates/common.yaml
diff --git a/dependency/postgresql/7.0.14/templates/secret.yaml b/dependency/postgresql/7.0.15/templates/secret.yaml
similarity index 100%
rename from dependency/postgresql/7.0.14/templates/secret.yaml
rename to dependency/postgresql/7.0.15/templates/secret.yaml
diff --git a/dependency/postgresql/7.0.14/templates/upgrade-backup-postgres-hook.yaml b/dependency/postgresql/7.0.15/templates/upgrade-backup-postgres-hook.yaml
similarity index 100%
rename from dependency/postgresql/7.0.14/templates/upgrade-backup-postgres-hook.yaml
rename to dependency/postgresql/7.0.15/templates/upgrade-backup-postgres-hook.yaml
diff --git a/dependency/postgresql/7.0.14/values.yaml b/dependency/postgresql/7.0.15/values.yaml
similarity index 100%
rename from dependency/postgresql/7.0.14/values.yaml
rename to dependency/postgresql/7.0.15/values.yaml