Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump apps, remove duplicates and move incubator to stable for RC1
|
||||
|
||||
#### Fix
|
||||
|
||||
* reenable postgresql migration scripting and bump all to force update
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-4.0.1"></a>
|
||||
### [postgresql-4.0.1](https://github.com/truecharts/apps/compare/postgresql-4.0.0...postgresql-4.0.1) (2021-10-20)
|
||||
|
||||
|
||||
@@ -20,21 +20,29 @@ 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 | `"13.4.0@sha256:6ae26c46c20358fb2889a759d11d237b1d6d5f73ba206ef3d66f95448a859382"` | |
|
||||
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
|
||||
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
|
||||
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | |
|
||||
| initContainers.migrate-db.image | string | `"{{ .Values.alpineImage.repository}}:{{ .Values.alpineImage.tag }}"` | |
|
||||
| initContainers.migrate-db.imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| initContainers.migrate-db.securityContext.privileged | bool | `true` | |
|
||||
| initContainers.migrate-db.securityContext.runAsNonRoot | bool | `false` | |
|
||||
| initContainers.migrate-db.securityContext.runAsUser | int | `0` | |
|
||||
| initContainers.migrate-db.volumeMounts[0].mountPath | string | `"/bitnami/postgresql"` | |
|
||||
| initContainers.migrate-db.volumeMounts[0].name | string | `"db"` | |
|
||||
| initContainers.migrate-db.volumeMounts[1].mountPath | string | `"/bitnami/postgresql/old"` | |
|
||||
| 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.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.size | string | `"999Gi"` | |
|
||||
| persistence.db.type | string | `"pvc"` | |
|
||||
| persistence.dbbackups.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.dbbackups.enabled | bool | `true` | |
|
||||
| persistence.dbbackups.mountPath | string | `"/dbbackups"` | |
|
||||
| persistence.dbbackups.size | string | `"999Gi"` | |
|
||||
| persistence.dbbackups.type | string | `"pvc"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| postgresqlDatabase | string | `"test"` | |
|
||||
| postgresqlPassword | string | `"testpass"` | |
|
||||
|
||||
Reference in New Issue
Block a user