Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-16 15:42:31 +00:00
parent 665cf908d9
commit 462cf4f089
15 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-6.0.1"></a>
### [postgresql-6.0.1](https://github.com/truecharts/apps/compare/postgresql-6.0.0...postgresql-6.0.1) (2021-11-16)
#### Fix
* correct mistake in VCT
<a name="postgresql-6.0.0"></a>
### [postgresql-6.0.0](https://github.com/truecharts/apps/compare/postgresql-5.2.2...postgresql-6.0.0) (2021-11-16)
@@ -88,12 +97,3 @@
* update non-major ([#1296](https://github.com/truecharts/apps/issues/1296))
#### Fix
* correct mistake in service definition
<a name="postgresql-5.1.14"></a>
### [postgresql-5.1.14](https://github.com/truecharts/apps/compare/postgresql-5.1.13...postgresql-5.1.14) (2021-11-08)
#### Feat

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.2
digest: sha256:a51372b1a3825449ce6a676567ebac86608ddcf2ff797443073dfcc2d601c75b
generated: "2021-11-16T15:08:45.302703687Z"
generated: "2021-11-16T15:40:00.097333746Z"

View File

@@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 6.0.0
version: 6.0.1
annotations:
truecharts.org/catagories: |
- database

View File

@@ -29,8 +29,6 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"14.1.0@sha256:ed5305053c28f397ade50f5fa48e7f73dd1402bc20dcccf1978b3a5ff243f9dd"` | |
| persistence.db.enabled | bool | `true` | |
| persistence.db.mountPath | string | `"/bitnami/postgresql"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |
@@ -40,5 +38,7 @@ You will, however, be able to use all values referenced in the common chart here
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `5432` | |
| service.main.ports.main.targetPort | int | `5432` | |
| volumeClaimTemplates.db.enabled | bool | `true` | |
| volumeClaimTemplates.db.mountPath | string | `"/bitnami/postgresql"` | |
All Rights Reserved - The TrueCharts Project

View File

@@ -41,7 +41,7 @@ enableUpgradeBackup: false
podSecurityContext:
runAsGroup: 0
persistence:
volumeClaimTemplates:
db:
enabled: true
mountPath: "/bitnami/postgresql"