Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-12 09:40:15 +00:00
parent 8d08cabc03
commit 62c5a07793
192 changed files with 1700 additions and 191 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-3.0.14"></a>
### [postgresql-3.0.14](https://github.com/truecharts/apps/compare/postgresql-3.0.13...postgresql-3.0.14) (2021-10-12)
#### Chore
* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122))
<a name="postgresql-3.0.13"></a>
### [postgresql-3.0.13](https://github.com/truecharts/apps/compare/postgresql-3.0.12...postgresql-3.0.13) (2021-10-09)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 13.4.0
appVersion: "13.4.0"
dependencies:
- name: common
repository: https://truecharts.org
+6 -2
View File
@@ -1,3 +1,7 @@
<a name="postgresql-3.0.13"></a>
### [postgresql-3.0.13](https://github.com/truecharts/apps/compare/postgresql-3.0.12...postgresql-3.0.13) (2021-10-09)
<a name="postgresql-3.0.14"></a>
### [postgresql-3.0.14](https://github.com/truecharts/apps/compare/postgresql-3.0.13...postgresql-3.0.14) (2021-10-12)
#### Chore
* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122))
+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:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
| image.tag | string | `"13.4.0@sha256:d206387b26ef8716b2c8d30eb987b58a05cca5ab735248fe21515b0f18eb01d6"` | |
| 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"` | |