Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-26 09:10:08 +00:00
parent 3917326d00
commit 84bcda983e
15 changed files with 24 additions and 24 deletions

View File

@ -1,6 +1,24 @@
# Changelog<br>
<a name="postgresql-4.1.0"></a>
### [postgresql-4.1.0](https://github.com/truecharts/apps/compare/postgresql-5.0.0...postgresql-4.1.0) (2021-10-26)
#### Fix
* fix migration scripting for new major
<a name="postgresql-5.0.0"></a>
### [postgresql-5.0.0](https://github.com/truecharts/apps/compare/postgresql-4.0.3...postgresql-5.0.0) (2021-10-25)
#### Chore
* Adapt for TrueNAS SCALE RC1
<a name="postgresql-4.0.3"></a>
### [postgresql-4.0.3](https://github.com/truecharts/apps/compare/postgresql-4.0.1...postgresql-4.0.3) (2021-10-20)
@ -79,21 +97,3 @@
#### Chore
* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
#### Fix
* Solve issues regarding ix_values.yaml not containing the image and tag definitions. ([#1176](https://github.com/truecharts/apps/issues/1176))
#### Refactor
* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
<a name="postgresql-3.0.18"></a>
### [postgresql-3.0.18](https://github.com/truecharts/apps/compare/postgresql-3.0.17...postgresql-3.0.18) (2021-10-18)
#### Chore
* bump common on postgresql

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.3.14
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
generated: "2021-10-20T23:00:14.451066065Z"
generated: "2021-10-26T09:06:35.471227378Z"

View File

@ -25,7 +25,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 4.0.3
version: 4.1.0
annotations:
truecharts.org/catagories: |
- database

View File

@ -34,13 +34,13 @@ You will, however, be able to use all values referenced in the common chart here
| initContainers.migrate-db.volumeMounts[1].name | string | `"data"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/bitnami/postgresql"` | |
| persistence.data.mountPath | string | `"/bitnami/postgresql/old"` | |
| persistence.data.size | string | `"999Gi"` | |
| persistence.data.storageClass | string | `"-"` | |
| persistence.data.type | string | `"pvc"` | |
| persistence.db.accessMode | string | `"ReadWriteOnce"` | |
| persistence.db.enabled | bool | `true` | |
| persistence.db.mountPath | string | `"/bitnami/postgresql/old"` | |
| persistence.db.mountPath | string | `"/bitnami/postgresql"` | |
| persistence.db.size | string | `"999Gi"` | |
| persistence.db.type | string | `"pvc"` | |
| podSecurityContext.runAsGroup | int | `0` | |

View File

@ -46,13 +46,13 @@ podSecurityContext:
persistence:
db:
enabled: true
mountPath: "/bitnami/postgresql/old"
mountPath: "/bitnami/postgresql"
type: pvc
accessMode: ReadWriteOnce
size: "999Gi"
data:
enabled: true
mountPath: "/bitnami/postgresql"
mountPath: "/bitnami/postgresql/old"
type: pvc
accessMode: ReadWriteOnce
size: "999Gi"