diff --git a/stable/postgresql/5.1.3/CHANGELOG.md b/stable/postgresql/5.1.4/CHANGELOG.md similarity index 90% rename from stable/postgresql/5.1.3/CHANGELOG.md rename to stable/postgresql/5.1.4/CHANGELOG.md index fdd00a0ec0d..8307fbf12be 100644 --- a/stable/postgresql/5.1.3/CHANGELOG.md +++ b/stable/postgresql/5.1.4/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [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 + + + ### [postgresql-5.1.3](https://github.com/truecharts/apps/compare/postgresql-5.1.2...postgresql-5.1.3) (2021-10-26) @@ -88,12 +97,3 @@ * update non-major ([#1185](https://github.com/truecharts/apps/issues/1185)) #### Security - -* Improve Snyk hardening advisory ([#1208](https://github.com/truecharts/apps/issues/1208)) - - - - -### [postgresql-3.0.21](https://github.com/truecharts/apps/compare/postgresql-3.0.20...postgresql-3.0.21) (2021-10-19) - -#### Change diff --git a/stable/postgresql/5.1.3/CONFIG.md b/stable/postgresql/5.1.4/CONFIG.md similarity index 100% rename from stable/postgresql/5.1.3/CONFIG.md rename to stable/postgresql/5.1.4/CONFIG.md diff --git a/stable/postgresql/5.1.3/Chart.lock b/stable/postgresql/5.1.4/Chart.lock similarity index 78% rename from stable/postgresql/5.1.3/Chart.lock rename to stable/postgresql/5.1.4/Chart.lock index 5e9e3671d05..34a6b4d90f2 100644 --- a/stable/postgresql/5.1.3/Chart.lock +++ b/stable/postgresql/5.1.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.3.16 digest: sha256:6c16b453aa059cb6d78f591974e7f24b3a90cbe0381df81e252905a8b3f3007f -generated: "2021-10-26T19:59:56.301820779Z" +generated: "2021-10-26T21:23:08.721141598Z" diff --git a/stable/postgresql/5.1.3/Chart.yaml b/stable/postgresql/5.1.4/Chart.yaml similarity index 97% rename from stable/postgresql/5.1.3/Chart.yaml rename to stable/postgresql/5.1.4/Chart.yaml index dae5ce1af0c..a48f5c82806 100644 --- a/stable/postgresql/5.1.3/Chart.yaml +++ b/stable/postgresql/5.1.4/Chart.yaml @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 5.1.3 +version: 5.1.4 annotations: truecharts.org/catagories: | - database diff --git a/stable/postgresql/5.1.3/README.md b/stable/postgresql/5.1.4/README.md similarity index 100% rename from stable/postgresql/5.1.3/README.md rename to stable/postgresql/5.1.4/README.md diff --git a/stable/postgresql/5.1.3/app-readme.md b/stable/postgresql/5.1.4/app-readme.md similarity index 100% rename from stable/postgresql/5.1.3/app-readme.md rename to stable/postgresql/5.1.4/app-readme.md diff --git a/stable/postgresql/5.1.3/charts/common-8.3.16.tgz b/stable/postgresql/5.1.4/charts/common-8.3.16.tgz similarity index 100% rename from stable/postgresql/5.1.3/charts/common-8.3.16.tgz rename to stable/postgresql/5.1.4/charts/common-8.3.16.tgz diff --git a/stable/postgresql/5.1.3/helm-values.md b/stable/postgresql/5.1.4/helm-values.md similarity index 100% rename from stable/postgresql/5.1.3/helm-values.md rename to stable/postgresql/5.1.4/helm-values.md diff --git a/stable/postgresql/5.1.3/ix_values.yaml b/stable/postgresql/5.1.4/ix_values.yaml similarity index 100% rename from stable/postgresql/5.1.3/ix_values.yaml rename to stable/postgresql/5.1.4/ix_values.yaml diff --git a/stable/postgresql/5.1.3/questions.yaml b/stable/postgresql/5.1.4/questions.yaml similarity index 99% rename from stable/postgresql/5.1.3/questions.yaml rename to stable/postgresql/5.1.4/questions.yaml index f6ed8ac972f..d8db52c4101 100644 --- a/stable/postgresql/5.1.3/questions.yaml +++ b/stable/postgresql/5.1.4/questions.yaml @@ -1286,7 +1286,7 @@ questions: description: The groupID this App of the user running the application" schema: type: int - default: 568 + default: 0 - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage." diff --git a/stable/postgresql/5.1.3/templates/backup-postgres-config.yaml b/stable/postgresql/5.1.4/templates/backup-postgres-config.yaml similarity index 100% rename from stable/postgresql/5.1.3/templates/backup-postgres-config.yaml rename to stable/postgresql/5.1.4/templates/backup-postgres-config.yaml diff --git a/stable/postgresql/5.1.3/templates/common.yaml b/stable/postgresql/5.1.4/templates/common.yaml similarity index 100% rename from stable/postgresql/5.1.3/templates/common.yaml rename to stable/postgresql/5.1.4/templates/common.yaml diff --git a/stable/postgresql/5.1.3/templates/secret.yaml b/stable/postgresql/5.1.4/templates/secret.yaml similarity index 100% rename from stable/postgresql/5.1.3/templates/secret.yaml rename to stable/postgresql/5.1.4/templates/secret.yaml diff --git a/stable/postgresql/5.1.3/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/5.1.4/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from stable/postgresql/5.1.3/templates/upgrade-backup-postgres-hook.yaml rename to stable/postgresql/5.1.4/templates/upgrade-backup-postgres-hook.yaml diff --git a/stable/postgresql/5.1.3/values.yaml b/stable/postgresql/5.1.4/values.yaml similarity index 100% rename from stable/postgresql/5.1.3/values.yaml rename to stable/postgresql/5.1.4/values.yaml