Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-21 09:06:41 +00:00
parent a52bc98bdf
commit 2c4bff1441
42 changed files with 456 additions and 50 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-2.2.4"></a>
### [postgresql-2.2.4](https://github.com/truecharts/apps/compare/postgresql-2.2.3...postgresql-2.2.4) (2021-09-21)
#### Chore
* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015))
<a name="postgresql-2.2.3"></a>
### [postgresql-2.2.3](https://github.com/truecharts/apps/compare/postgresql-2.2.2...postgresql-2.2.3) (2021-09-21)
+3 -3
View File
@@ -1,7 +1,7 @@
<a name="postgresql-2.2.3"></a>
### [postgresql-2.2.3](https://github.com/truecharts/apps/compare/postgresql-2.2.2...postgresql-2.2.3) (2021-09-21)
<a name="postgresql-2.2.4"></a>
### [postgresql-2.2.4](https://github.com/truecharts/apps/compare/postgresql-2.2.3...postgresql-2.2.4) (2021-09-21)
#### Chore
* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013))
* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015))
+1 -1
View File
@@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"13.4.0@sha256:5a50f847555436a100f1b9653a5d50677e2a8e509779b80fd99217f16b35a19f"` | |
| image.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | |
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | |