Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# 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)
|
||||
|
||||
|
||||
@@ -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` | |
|
||||
|
||||
Reference in New Issue
Block a user