From e46de4e9f2c25fcdd9c0461873c7a7096b61c023 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 8 Nov 2021 16:45:08 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../{5.1.13 => 5.1.14}/CHANGELOG.md | 18 +++++++++--------- .../postgresql/{5.1.13 => 5.1.14}/CONFIG.md | 0 .../postgresql/{5.1.13 => 5.1.14}/Chart.lock | 2 +- .../postgresql/{5.1.13 => 5.1.14}/Chart.yaml | 2 +- .../postgresql/{5.1.13 => 5.1.14}/README.md | 0 .../{5.1.13 => 5.1.14}/app-readme.md | 0 .../charts/common-8.5.3.tgz | Bin .../{5.1.13 => 5.1.14}/helm-values.md | 3 +++ .../{5.1.13 => 5.1.14}/ix_values.yaml | 5 +++++ .../{5.1.13 => 5.1.14}/questions.yaml | 0 .../templates/backup-postgres-config.yaml | 0 .../{5.1.13 => 5.1.14}/templates/common.yaml | 0 .../{5.1.13 => 5.1.14}/templates/secret.yaml | 0 .../upgrade-backup-postgres-hook.yaml | 0 .../postgresql/{5.1.13 => 5.1.14}/values.yaml | 0 15 files changed, 19 insertions(+), 11 deletions(-) rename dependency/postgresql/{5.1.13 => 5.1.14}/CHANGELOG.md (91%) rename dependency/postgresql/{5.1.13 => 5.1.14}/CONFIG.md (100%) rename dependency/postgresql/{5.1.13 => 5.1.14}/Chart.lock (78%) rename dependency/postgresql/{5.1.13 => 5.1.14}/Chart.yaml (97%) rename dependency/postgresql/{5.1.13 => 5.1.14}/README.md (100%) rename dependency/postgresql/{5.1.13 => 5.1.14}/app-readme.md (100%) rename dependency/postgresql/{5.1.13 => 5.1.14}/charts/common-8.5.3.tgz (100%) rename dependency/postgresql/{5.1.13 => 5.1.14}/helm-values.md (86%) rename dependency/postgresql/{5.1.13 => 5.1.14}/ix_values.yaml (83%) rename dependency/postgresql/{5.1.13 => 5.1.14}/questions.yaml (100%) rename dependency/postgresql/{5.1.13 => 5.1.14}/templates/backup-postgres-config.yaml (100%) rename dependency/postgresql/{5.1.13 => 5.1.14}/templates/common.yaml (100%) rename dependency/postgresql/{5.1.13 => 5.1.14}/templates/secret.yaml (100%) rename dependency/postgresql/{5.1.13 => 5.1.14}/templates/upgrade-backup-postgres-hook.yaml (100%) rename dependency/postgresql/{5.1.13 => 5.1.14}/values.yaml (100%) diff --git a/dependency/postgresql/5.1.13/CHANGELOG.md b/dependency/postgresql/5.1.14/CHANGELOG.md similarity index 91% rename from dependency/postgresql/5.1.13/CHANGELOG.md rename to dependency/postgresql/5.1.14/CHANGELOG.md index 80ab95f9c63..ea0d37a7495 100644 --- a/dependency/postgresql/5.1.13/CHANGELOG.md +++ b/dependency/postgresql/5.1.14/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-5.1.14](https://github.com/truecharts/apps/compare/postgresql-5.1.13...postgresql-5.1.14) (2021-11-08) + +#### Feat + +* also set and remember postgresql root password + + + ### [postgresql-5.1.13](https://github.com/truecharts/apps/compare/postgresql-5.1.12...postgresql-5.1.13) (2021-11-08) @@ -88,12 +97,3 @@ * update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) - - - -### [postgresql-5.1.4](https://github.com/truecharts/apps/compare/postgresql-5.1.3...postgresql-5.1.4) (2021-10-26) - -#### Fix - -* correct group permissions on SCALE deployments of postgresql - diff --git a/dependency/postgresql/5.1.13/CONFIG.md b/dependency/postgresql/5.1.14/CONFIG.md similarity index 100% rename from dependency/postgresql/5.1.13/CONFIG.md rename to dependency/postgresql/5.1.14/CONFIG.md diff --git a/dependency/postgresql/5.1.13/Chart.lock b/dependency/postgresql/5.1.14/Chart.lock similarity index 78% rename from dependency/postgresql/5.1.13/Chart.lock rename to dependency/postgresql/5.1.14/Chart.lock index 7c5ad713d30..055d34606db 100644 --- a/dependency/postgresql/5.1.13/Chart.lock +++ b/dependency/postgresql/5.1.14/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.5.3 digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4 -generated: "2021-11-08T13:57:17.348226903Z" +generated: "2021-11-08T16:42:45.816045366Z" diff --git a/dependency/postgresql/5.1.13/Chart.yaml b/dependency/postgresql/5.1.14/Chart.yaml similarity index 97% rename from dependency/postgresql/5.1.13/Chart.yaml rename to dependency/postgresql/5.1.14/Chart.yaml index 603cb099e16..881afc333c4 100644 --- a/dependency/postgresql/5.1.13/Chart.yaml +++ b/dependency/postgresql/5.1.14/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 5.1.13 +version: 5.1.14 annotations: truecharts.org/catagories: | - database diff --git a/dependency/postgresql/5.1.13/README.md b/dependency/postgresql/5.1.14/README.md similarity index 100% rename from dependency/postgresql/5.1.13/README.md rename to dependency/postgresql/5.1.14/README.md diff --git a/dependency/postgresql/5.1.13/app-readme.md b/dependency/postgresql/5.1.14/app-readme.md similarity index 100% rename from dependency/postgresql/5.1.13/app-readme.md rename to dependency/postgresql/5.1.14/app-readme.md diff --git a/dependency/postgresql/5.1.13/charts/common-8.5.3.tgz b/dependency/postgresql/5.1.14/charts/common-8.5.3.tgz similarity index 100% rename from dependency/postgresql/5.1.13/charts/common-8.5.3.tgz rename to dependency/postgresql/5.1.14/charts/common-8.5.3.tgz diff --git a/dependency/postgresql/5.1.13/helm-values.md b/dependency/postgresql/5.1.14/helm-values.md similarity index 86% rename from dependency/postgresql/5.1.13/helm-values.md rename to dependency/postgresql/5.1.14/helm-values.md index a520aa465b8..71a8862b05c 100644 --- a/dependency/postgresql/5.1.13/helm-values.md +++ b/dependency/postgresql/5.1.14/helm-values.md @@ -14,6 +14,8 @@ You will, however, be able to use all values referenced in the common chart here | enableUpgradeBackup | bool | `false` | | | envTpl.POSTGRES_DB | string | `"{{ .Values.postgresqlDatabase }}"` | | | envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | | +| envValueFrom.POSTGRESQL_POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-postgres-password"` | | +| envValueFrom.POSTGRESQL_POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | | existingSecret | string | `""` | | @@ -26,6 +28,7 @@ You will, however, be able to use all values referenced in the common chart here | persistence.db.size | string | `"999Gi"` | | | persistence.db.type | string | `"pvc"` | | | podSecurityContext.runAsGroup | int | `0` | | +| postgrespassword | string | `"testroot"` | | | postgresqlDatabase | string | `"test"` | | | postgresqlPassword | string | `"testpass"` | | | postgresqlUsername | string | `"test"` | | diff --git a/dependency/postgresql/5.1.13/ix_values.yaml b/dependency/postgresql/5.1.14/ix_values.yaml similarity index 83% rename from dependency/postgresql/5.1.13/ix_values.yaml rename to dependency/postgresql/5.1.14/ix_values.yaml index afcef2786ec..5f80cf4a59b 100644 --- a/dependency/postgresql/5.1.13/ix_values.yaml +++ b/dependency/postgresql/5.1.14/ix_values.yaml @@ -32,6 +32,7 @@ persistence: postgresqlPassword: "testpass" postgresqlUsername: "test" postgresqlDatabase: "test" +postgrespassword: "testroot" existingSecret: "" envValueFrom: @@ -39,6 +40,10 @@ envValueFrom: secretKeyRef: name: '{{ ( tpl .Values.existingSecret $ ) | default ( include "common.names.fullname" . ) }}' key: "postgresql-password" + POSTGRESQL_POSTGRES_PASSWORD: + secretKeyRef: + name: '{{ ( tpl .Values.existingSecret $ ) | default ( include "common.names.fullname" . ) }}' + key: "postgresql-postgres-password" envTpl: POSTGRES_USER: "{{ .Values.postgresqlUsername }}" diff --git a/dependency/postgresql/5.1.13/questions.yaml b/dependency/postgresql/5.1.14/questions.yaml similarity index 100% rename from dependency/postgresql/5.1.13/questions.yaml rename to dependency/postgresql/5.1.14/questions.yaml diff --git a/dependency/postgresql/5.1.13/templates/backup-postgres-config.yaml b/dependency/postgresql/5.1.14/templates/backup-postgres-config.yaml similarity index 100% rename from dependency/postgresql/5.1.13/templates/backup-postgres-config.yaml rename to dependency/postgresql/5.1.14/templates/backup-postgres-config.yaml diff --git a/dependency/postgresql/5.1.13/templates/common.yaml b/dependency/postgresql/5.1.14/templates/common.yaml similarity index 100% rename from dependency/postgresql/5.1.13/templates/common.yaml rename to dependency/postgresql/5.1.14/templates/common.yaml diff --git a/dependency/postgresql/5.1.13/templates/secret.yaml b/dependency/postgresql/5.1.14/templates/secret.yaml similarity index 100% rename from dependency/postgresql/5.1.13/templates/secret.yaml rename to dependency/postgresql/5.1.14/templates/secret.yaml diff --git a/dependency/postgresql/5.1.13/templates/upgrade-backup-postgres-hook.yaml b/dependency/postgresql/5.1.14/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from dependency/postgresql/5.1.13/templates/upgrade-backup-postgres-hook.yaml rename to dependency/postgresql/5.1.14/templates/upgrade-backup-postgres-hook.yaml diff --git a/dependency/postgresql/5.1.13/values.yaml b/dependency/postgresql/5.1.14/values.yaml similarity index 100% rename from dependency/postgresql/5.1.13/values.yaml rename to dependency/postgresql/5.1.14/values.yaml