Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3917326d00
commit
84bcda983e
|
@ -1,6 +1,24 @@
|
||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [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
|
#### 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
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.3.14
|
version: 8.3.14
|
||||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||||
generated: "2021-10-20T23:00:14.451066065Z"
|
generated: "2021-10-26T09:06:35.471227378Z"
|
|
@ -25,7 +25,7 @@ name: postgresql
|
||||||
sources:
|
sources:
|
||||||
- https://www.postgresql.org/
|
- https://www.postgresql.org/
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.3
|
version: 4.1.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- database
|
- database
|
|
@ -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"` | |
|
| initContainers.migrate-db.volumeMounts[1].name | string | `"data"` | |
|
||||||
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
| persistence.data.enabled | bool | `true` | |
|
| 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.size | string | `"999Gi"` | |
|
||||||
| persistence.data.storageClass | string | `"-"` | |
|
| persistence.data.storageClass | string | `"-"` | |
|
||||||
| persistence.data.type | string | `"pvc"` | |
|
| persistence.data.type | string | `"pvc"` | |
|
||||||
| persistence.db.accessMode | string | `"ReadWriteOnce"` | |
|
| persistence.db.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
| persistence.db.enabled | bool | `true` | |
|
| 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.size | string | `"999Gi"` | |
|
||||||
| persistence.db.type | string | `"pvc"` | |
|
| persistence.db.type | string | `"pvc"` | |
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
|
@ -46,13 +46,13 @@ podSecurityContext:
|
||||||
persistence:
|
persistence:
|
||||||
db:
|
db:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/bitnami/postgresql/old"
|
mountPath: "/bitnami/postgresql"
|
||||||
type: pvc
|
type: pvc
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: "999Gi"
|
size: "999Gi"
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/bitnami/postgresql"
|
mountPath: "/bitnami/postgresql/old"
|
||||||
type: pvc
|
type: pvc
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: "999Gi"
|
size: "999Gi"
|
Loading…
Reference in New Issue