From 84bcda983ef8f7a64ff241553ecbc62394c3f5bf Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 26 Oct 2021 09:10:08 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../postgresql/{4.0.3 => 4.1.0}/CHANGELOG.md | 36 +++++++++--------- stable/postgresql/{4.0.3 => 4.1.0}/CONFIG.md | 0 stable/postgresql/{4.0.3 => 4.1.0}/Chart.lock | 2 +- stable/postgresql/{4.0.3 => 4.1.0}/Chart.yaml | 2 +- stable/postgresql/{4.0.3 => 4.1.0}/README.md | 0 .../postgresql/{4.0.3 => 4.1.0}/app-readme.md | 0 .../{4.0.3 => 4.1.0}/charts/common-8.3.14.tgz | Bin .../{4.0.3 => 4.1.0}/helm-values.md | 4 +- .../{4.0.3 => 4.1.0}/ix_values.yaml | 4 +- .../{4.0.3 => 4.1.0}/questions.yaml | 0 .../templates/backup-postgres-config.yaml | 0 .../{4.0.3 => 4.1.0}/templates/common.yaml | 0 .../{4.0.3 => 4.1.0}/templates/secret.yaml | 0 .../upgrade-backup-postgres-hook.yaml | 0 .../postgresql/{4.0.3 => 4.1.0}/values.yaml | 0 15 files changed, 24 insertions(+), 24 deletions(-) rename stable/postgresql/{4.0.3 => 4.1.0}/CHANGELOG.md (82%) rename stable/postgresql/{4.0.3 => 4.1.0}/CONFIG.md (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/Chart.lock (78%) rename stable/postgresql/{4.0.3 => 4.1.0}/Chart.yaml (98%) rename stable/postgresql/{4.0.3 => 4.1.0}/README.md (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/app-readme.md (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/charts/common-8.3.14.tgz (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/helm-values.md (96%) rename stable/postgresql/{4.0.3 => 4.1.0}/ix_values.yaml (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/questions.yaml (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/templates/backup-postgres-config.yaml (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/templates/common.yaml (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/templates/secret.yaml (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/templates/upgrade-backup-postgres-hook.yaml (100%) rename stable/postgresql/{4.0.3 => 4.1.0}/values.yaml (100%) diff --git a/stable/postgresql/4.0.3/CHANGELOG.md b/stable/postgresql/4.1.0/CHANGELOG.md similarity index 82% rename from stable/postgresql/4.0.3/CHANGELOG.md rename to stable/postgresql/4.1.0/CHANGELOG.md index 4dfcdf8f31d..138b058d44e 100644 --- a/stable/postgresql/4.0.3/CHANGELOG.md +++ b/stable/postgresql/4.1.0/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog
+ +### [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 + + + + +### [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 + + + ### [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)) - - - - -### [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 diff --git a/stable/postgresql/4.0.3/CONFIG.md b/stable/postgresql/4.1.0/CONFIG.md similarity index 100% rename from stable/postgresql/4.0.3/CONFIG.md rename to stable/postgresql/4.1.0/CONFIG.md diff --git a/stable/postgresql/4.0.3/Chart.lock b/stable/postgresql/4.1.0/Chart.lock similarity index 78% rename from stable/postgresql/4.0.3/Chart.lock rename to stable/postgresql/4.1.0/Chart.lock index 8bd12bf59fd..332559e3886 100644 --- a/stable/postgresql/4.0.3/Chart.lock +++ b/stable/postgresql/4.1.0/Chart.lock @@ -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" diff --git a/stable/postgresql/4.0.3/Chart.yaml b/stable/postgresql/4.1.0/Chart.yaml similarity index 98% rename from stable/postgresql/4.0.3/Chart.yaml rename to stable/postgresql/4.1.0/Chart.yaml index 98aae673999..98ffb486351 100644 --- a/stable/postgresql/4.0.3/Chart.yaml +++ b/stable/postgresql/4.1.0/Chart.yaml @@ -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 diff --git a/stable/postgresql/4.0.3/README.md b/stable/postgresql/4.1.0/README.md similarity index 100% rename from stable/postgresql/4.0.3/README.md rename to stable/postgresql/4.1.0/README.md diff --git a/stable/postgresql/4.0.3/app-readme.md b/stable/postgresql/4.1.0/app-readme.md similarity index 100% rename from stable/postgresql/4.0.3/app-readme.md rename to stable/postgresql/4.1.0/app-readme.md diff --git a/stable/postgresql/4.0.3/charts/common-8.3.14.tgz b/stable/postgresql/4.1.0/charts/common-8.3.14.tgz similarity index 100% rename from stable/postgresql/4.0.3/charts/common-8.3.14.tgz rename to stable/postgresql/4.1.0/charts/common-8.3.14.tgz diff --git a/stable/postgresql/4.0.3/helm-values.md b/stable/postgresql/4.1.0/helm-values.md similarity index 96% rename from stable/postgresql/4.0.3/helm-values.md rename to stable/postgresql/4.1.0/helm-values.md index ab84972c3ce..6de3346c9de 100644 --- a/stable/postgresql/4.0.3/helm-values.md +++ b/stable/postgresql/4.1.0/helm-values.md @@ -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` | | diff --git a/stable/postgresql/4.0.3/ix_values.yaml b/stable/postgresql/4.1.0/ix_values.yaml similarity index 100% rename from stable/postgresql/4.0.3/ix_values.yaml rename to stable/postgresql/4.1.0/ix_values.yaml index f1e0daaa5c3..b9700ba7132 100644 --- a/stable/postgresql/4.0.3/ix_values.yaml +++ b/stable/postgresql/4.1.0/ix_values.yaml @@ -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" diff --git a/stable/postgresql/4.0.3/questions.yaml b/stable/postgresql/4.1.0/questions.yaml similarity index 100% rename from stable/postgresql/4.0.3/questions.yaml rename to stable/postgresql/4.1.0/questions.yaml diff --git a/stable/postgresql/4.0.3/templates/backup-postgres-config.yaml b/stable/postgresql/4.1.0/templates/backup-postgres-config.yaml similarity index 100% rename from stable/postgresql/4.0.3/templates/backup-postgres-config.yaml rename to stable/postgresql/4.1.0/templates/backup-postgres-config.yaml diff --git a/stable/postgresql/4.0.3/templates/common.yaml b/stable/postgresql/4.1.0/templates/common.yaml similarity index 100% rename from stable/postgresql/4.0.3/templates/common.yaml rename to stable/postgresql/4.1.0/templates/common.yaml diff --git a/stable/postgresql/4.0.3/templates/secret.yaml b/stable/postgresql/4.1.0/templates/secret.yaml similarity index 100% rename from stable/postgresql/4.0.3/templates/secret.yaml rename to stable/postgresql/4.1.0/templates/secret.yaml diff --git a/stable/postgresql/4.0.3/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/4.1.0/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from stable/postgresql/4.0.3/templates/upgrade-backup-postgres-hook.yaml rename to stable/postgresql/4.1.0/templates/upgrade-backup-postgres-hook.yaml diff --git a/stable/postgresql/4.0.3/values.yaml b/stable/postgresql/4.1.0/values.yaml similarity index 100% rename from stable/postgresql/4.0.3/values.yaml rename to stable/postgresql/4.1.0/values.yaml