Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
255a94c041
commit
b6bcbf92ae
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="postgresql-5.1.4"></a>
|
||||
### [postgresql-5.1.4](https://github.com/truecharts/apps/compare/postgresql-5.1.3...postgresql-5.1.4) (2021-10-26)
|
||||
|
||||
#### Fix
|
||||
|
||||
* correct group permissions on SCALE deployments of postgresql
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-5.1.3"></a>
|
||||
### [postgresql-5.1.3](https://github.com/truecharts/apps/compare/postgresql-5.1.2...postgresql-5.1.3) (2021-10-26)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
* update non-major ([#1185](https://github.com/truecharts/apps/issues/1185))
|
||||
|
||||
#### Security
|
||||
|
||||
* Improve Snyk hardening advisory ([#1208](https://github.com/truecharts/apps/issues/1208))
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-3.0.21"></a>
|
||||
### [postgresql-3.0.21](https://github.com/truecharts/apps/compare/postgresql-3.0.20...postgresql-3.0.21) (2021-10-19)
|
||||
|
||||
#### Change
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.3.16
|
||||
digest: sha256:6c16b453aa059cb6d78f591974e7f24b3a90cbe0381df81e252905a8b3f3007f
|
||||
generated: "2021-10-26T19:59:56.301820779Z"
|
||||
generated: "2021-10-26T21:23:08.721141598Z"
|
|
@ -22,7 +22,7 @@ name: postgresql
|
|||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 5.1.3
|
||||
version: 5.1.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -1286,7 +1286,7 @@ questions:
|
|||
description: The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
default: 0
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
Loading…
Reference in New Issue