From 530e32ded76faf8939ed5183a94b4b0a6e35745c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 26 Oct 2021 16:20:00 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../postgresql/{5.1.1 => 5.1.2}/CHANGELOG.md | 18 +++++++++--------- stable/postgresql/{5.1.1 => 5.1.2}/CONFIG.md | 0 stable/postgresql/{5.1.1 => 5.1.2}/Chart.lock | 2 +- stable/postgresql/{5.1.1 => 5.1.2}/Chart.yaml | 2 +- stable/postgresql/{5.1.1 => 5.1.2}/README.md | 0 .../postgresql/{5.1.1 => 5.1.2}/app-readme.md | 0 .../{5.1.1 => 5.1.2}/charts/common-8.3.15.tgz | Bin .../{5.1.1 => 5.1.2}/helm-values.md | 2 +- .../{5.1.1 => 5.1.2}/ix_values.yaml | 2 +- .../{5.1.1 => 5.1.2}/questions.yaml | 0 .../templates/backup-postgres-config.yaml | 0 .../{5.1.1 => 5.1.2}/templates/common.yaml | 0 .../{5.1.1 => 5.1.2}/templates/secret.yaml | 0 .../upgrade-backup-postgres-hook.yaml | 0 .../postgresql/{5.1.1 => 5.1.2}/values.yaml | 0 15 files changed, 13 insertions(+), 13 deletions(-) rename stable/postgresql/{5.1.1 => 5.1.2}/CHANGELOG.md (90%) rename stable/postgresql/{5.1.1 => 5.1.2}/CONFIG.md (100%) rename stable/postgresql/{5.1.1 => 5.1.2}/Chart.lock (78%) rename stable/postgresql/{5.1.1 => 5.1.2}/Chart.yaml (97%) rename stable/postgresql/{5.1.1 => 5.1.2}/README.md (100%) rename stable/postgresql/{5.1.1 => 5.1.2}/app-readme.md (100%) rename stable/postgresql/{5.1.1 => 5.1.2}/charts/common-8.3.15.tgz (100%) rename stable/postgresql/{5.1.1 => 5.1.2}/helm-values.md (94%) rename stable/postgresql/{5.1.1 => 5.1.2}/ix_values.yaml (91%) rename stable/postgresql/{5.1.1 => 5.1.2}/questions.yaml (100%) rename stable/postgresql/{5.1.1 => 5.1.2}/templates/backup-postgres-config.yaml (100%) rename stable/postgresql/{5.1.1 => 5.1.2}/templates/common.yaml (100%) rename stable/postgresql/{5.1.1 => 5.1.2}/templates/secret.yaml (100%) rename stable/postgresql/{5.1.1 => 5.1.2}/templates/upgrade-backup-postgres-hook.yaml (100%) rename stable/postgresql/{5.1.1 => 5.1.2}/values.yaml (100%) diff --git a/stable/postgresql/5.1.1/CHANGELOG.md b/stable/postgresql/5.1.2/CHANGELOG.md similarity index 90% rename from stable/postgresql/5.1.1/CHANGELOG.md rename to stable/postgresql/5.1.2/CHANGELOG.md index d63265007b6..1863f30f11b 100644 --- a/stable/postgresql/5.1.1/CHANGELOG.md +++ b/stable/postgresql/5.1.2/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-5.1.2](https://github.com/truecharts/apps/compare/postgresql-5.1.1...postgresql-5.1.2) (2021-10-26) + +#### Chore + +* update bitnami/postgresql:14.0.0 docker digest to 6737f46 ([#1243](https://github.com/truecharts/apps/issues/1243)) + + + ### [postgresql-5.1.1](https://github.com/truecharts/apps/compare/postgresql-5.1.0...postgresql-5.1.1) (2021-10-26) @@ -88,12 +97,3 @@ * Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173)) * update helm chart common to v8.3.13 ([#1184](https://github.com/truecharts/apps/issues/1184)) * update non-major ([#1174](https://github.com/truecharts/apps/issues/1174)) - -#### Feat - -* Project-Eclipse 4, Add App grading annotations to Chart.yaml ([#1180](https://github.com/truecharts/apps/issues/1180)) - -#### Refactor - -* Project Eclipse Part 6, move questions.yaml to root App folder ([#1182](https://github.com/truecharts/apps/issues/1182)) - diff --git a/stable/postgresql/5.1.1/CONFIG.md b/stable/postgresql/5.1.2/CONFIG.md similarity index 100% rename from stable/postgresql/5.1.1/CONFIG.md rename to stable/postgresql/5.1.2/CONFIG.md diff --git a/stable/postgresql/5.1.1/Chart.lock b/stable/postgresql/5.1.2/Chart.lock similarity index 78% rename from stable/postgresql/5.1.1/Chart.lock rename to stable/postgresql/5.1.2/Chart.lock index 306c0472823..70b365bcc50 100644 --- a/stable/postgresql/5.1.1/Chart.lock +++ b/stable/postgresql/5.1.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.3.15 digest: sha256:98b77714b4ddcc395d24a02b65dcba7617822061b516e18a33ff758f7cdcaee4 -generated: "2021-10-26T15:28:55.55810516Z" +generated: "2021-10-26T16:16:32.396710686Z" diff --git a/stable/postgresql/5.1.1/Chart.yaml b/stable/postgresql/5.1.2/Chart.yaml similarity index 97% rename from stable/postgresql/5.1.1/Chart.yaml rename to stable/postgresql/5.1.2/Chart.yaml index 05af542e5a9..d4bc3472168 100644 --- a/stable/postgresql/5.1.1/Chart.yaml +++ b/stable/postgresql/5.1.2/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 5.1.1 +version: 5.1.2 annotations: truecharts.org/catagories: | - database diff --git a/stable/postgresql/5.1.1/README.md b/stable/postgresql/5.1.2/README.md similarity index 100% rename from stable/postgresql/5.1.1/README.md rename to stable/postgresql/5.1.2/README.md diff --git a/stable/postgresql/5.1.1/app-readme.md b/stable/postgresql/5.1.2/app-readme.md similarity index 100% rename from stable/postgresql/5.1.1/app-readme.md rename to stable/postgresql/5.1.2/app-readme.md diff --git a/stable/postgresql/5.1.1/charts/common-8.3.15.tgz b/stable/postgresql/5.1.2/charts/common-8.3.15.tgz similarity index 100% rename from stable/postgresql/5.1.1/charts/common-8.3.15.tgz rename to stable/postgresql/5.1.2/charts/common-8.3.15.tgz diff --git a/stable/postgresql/5.1.1/helm-values.md b/stable/postgresql/5.1.2/helm-values.md similarity index 94% rename from stable/postgresql/5.1.1/helm-values.md rename to stable/postgresql/5.1.2/helm-values.md index 6c5c195cbff..dfe10a418b7 100644 --- a/stable/postgresql/5.1.1/helm-values.md +++ b/stable/postgresql/5.1.2/helm-values.md @@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | -| image.tag | string | `"14.0.0@sha256:3076561d591ccd3a3629851997bef40a92eee9e7686de33b586efc8d35e7d9ca"` | | +| image.tag | string | `"14.0.0@sha256:6737f46e3ffebbf384e9f4024120844dae9b270454954243dbf98cca41b3e17c"` | | | persistence.db.accessMode | string | `"ReadWriteOnce"` | | | persistence.db.enabled | bool | `true` | | | persistence.db.mountPath | string | `"/bitnami/postgresql"` | | diff --git a/stable/postgresql/5.1.1/ix_values.yaml b/stable/postgresql/5.1.2/ix_values.yaml similarity index 91% rename from stable/postgresql/5.1.1/ix_values.yaml rename to stable/postgresql/5.1.2/ix_values.yaml index c88368dd54a..1ae0aafd2f4 100644 --- a/stable/postgresql/5.1.1/ix_values.yaml +++ b/stable/postgresql/5.1.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 14.0.0@sha256:3076561d591ccd3a3629851997bef40a92eee9e7686de33b586efc8d35e7d9ca + tag: 14.0.0@sha256:6737f46e3ffebbf384e9f4024120844dae9b270454954243dbf98cca41b3e17c securityContext: readOnlyRootFilesystem: false diff --git a/stable/postgresql/5.1.1/questions.yaml b/stable/postgresql/5.1.2/questions.yaml similarity index 100% rename from stable/postgresql/5.1.1/questions.yaml rename to stable/postgresql/5.1.2/questions.yaml diff --git a/stable/postgresql/5.1.1/templates/backup-postgres-config.yaml b/stable/postgresql/5.1.2/templates/backup-postgres-config.yaml similarity index 100% rename from stable/postgresql/5.1.1/templates/backup-postgres-config.yaml rename to stable/postgresql/5.1.2/templates/backup-postgres-config.yaml diff --git a/stable/postgresql/5.1.1/templates/common.yaml b/stable/postgresql/5.1.2/templates/common.yaml similarity index 100% rename from stable/postgresql/5.1.1/templates/common.yaml rename to stable/postgresql/5.1.2/templates/common.yaml diff --git a/stable/postgresql/5.1.1/templates/secret.yaml b/stable/postgresql/5.1.2/templates/secret.yaml similarity index 100% rename from stable/postgresql/5.1.1/templates/secret.yaml rename to stable/postgresql/5.1.2/templates/secret.yaml diff --git a/stable/postgresql/5.1.1/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/5.1.2/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from stable/postgresql/5.1.1/templates/upgrade-backup-postgres-hook.yaml rename to stable/postgresql/5.1.2/templates/upgrade-backup-postgres-hook.yaml diff --git a/stable/postgresql/5.1.1/values.yaml b/stable/postgresql/5.1.2/values.yaml similarity index 100% rename from stable/postgresql/5.1.1/values.yaml rename to stable/postgresql/5.1.2/values.yaml