You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| postgresql.envFrom | list | `[]` | Postgresql backup container env variables loaded from configmap or secret reference. |
84
84
| postgresql.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the postgresql backup. |
85
85
| postgresql.image.repository | string | `"ghcr.io/this-is-tobi/tools/pg-backup"` | Repository to use for the postgresql backup. |
86
-
| postgresql.image.tag | string | `"3.3.0"` | Tag to use for the postgresql backup. Overrides the image tag whose default is the chart appVersion. |
86
+
| postgresql.image.tag | string | `"3.4.0"` | Tag to use for the postgresql backup. Overrides the image tag whose default is the chart appVersion. |
87
87
| postgresql.job.backoffLimit | int | `3` | Specifies the number of retries before marking this job failed. |
88
88
| postgresql.job.concurrencyPolicy | string | `"Forbid"` | Specifies how to treat concurrent executions of a Job. Valid values are "Allow", "Forbid" and "Replace". |
89
89
| postgresql.job.failedJobsHistoryLimit | int | `3` | The number of failed finished jobs to retain. Value must be non-negative integer. |
@@ -168,7 +168,7 @@ backup-utils:
168
168
| vault.envFrom | list | `[]` | Vault backup container env variables loaded from configmap or secret reference. |
169
169
| vault.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the vault backup. |
170
170
| vault.image.repository | string | `"ghcr.io/this-is-tobi/tools/vault-backup"` | Repository to use for the vault backup. |
171
-
| vault.image.tag | string | `"1.5.0"` | Tag to use for the vault backup. Overrides the image tag whose default is the chart appVersion. |
171
+
| vault.image.tag | string | `"1.5.1"` | Tag to use for the vault backup. Overrides the image tag whose default is the chart appVersion. |
172
172
| vault.job.backoffLimit | int | `3` | Specifies the number of retries before marking this job failed. |
173
173
| vault.job.concurrencyPolicy | string | `"Forbid"` | Specifies how to treat concurrent executions of a Job. Valid values are "Allow", "Forbid" and "Replace". |
174
174
| vault.job.failedJobsHistoryLimit | int | `3` | The number of failed finished jobs to retain. Value must be non-negative integer. |
0 commit comments