Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-09 21:16:43 +00:00
parent b2d0a46608
commit c4a5a0cb22
17 changed files with 7 additions and 8 deletions

View File

@ -1,4 +0,0 @@
<a name="postgresql-3.0.10"></a>
### [postgresql-3.0.10](https://github.com/truecharts/apps/compare/postgresql-3.0.9...postgresql-3.0.10) (2021-10-09)

View File

@ -0,0 +1,4 @@
<a name="postgresql-3.0.11"></a>
### [postgresql-3.0.11](https://github.com/truecharts/apps/compare/postgresql-3.0.10...postgresql-3.0.11) (2021-10-09)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.3.1
digest: sha256:8da0f9d33aa432fe98a996cb083dae9587807b2480e5e511fefd1ea275ef36e1
generated: "2021-10-09T20:20:31.685657141Z"
generated: "2021-10-09T21:15:35.264119438Z"

View File

@ -25,4 +25,4 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 3.0.10
version: 3.0.11

View File

@ -16,7 +16,6 @@ You will, however, be able to use all values referenced in the common chart here
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |

View File

@ -66,7 +66,7 @@ persistence:
postgresqlPassword: "testpass"
postgresqlUsername: "test"
postgresqlDatabase: "test"
existingSecret: ""
# existingSecret: ""
envValueFrom:
POSTGRES_PASSWORD: