diff --git a/stable/postgresql/4.0.0/Chart.lock b/stable/postgresql/4.0.0/Chart.lock deleted file mode 100644 index 75f97e5661f..00000000000 --- a/stable/postgresql/4.0.0/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.3.13 -digest: sha256:38521d8871083b8bc3f8ca0a196265462c48e7a063b592146533b04bf32d4838 -generated: "2021-10-20T13:56:47.636618385Z" diff --git a/stable/postgresql/4.0.0/charts/common-8.3.13.tgz b/stable/postgresql/4.0.0/charts/common-8.3.13.tgz deleted file mode 100644 index b53f0b5937f..00000000000 Binary files a/stable/postgresql/4.0.0/charts/common-8.3.13.tgz and /dev/null differ diff --git a/stable/postgresql/4.0.0/CHANGELOG.md b/stable/postgresql/4.0.1/CHANGELOG.md similarity index 89% rename from stable/postgresql/4.0.0/CHANGELOG.md rename to stable/postgresql/4.0.1/CHANGELOG.md index f92965d0763..a8e20eb018a 100644 --- a/stable/postgresql/4.0.0/CHANGELOG.md +++ b/stable/postgresql/4.0.1/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [postgresql-4.0.1](https://github.com/truecharts/apps/compare/postgresql-4.0.0...postgresql-4.0.1) (2021-10-20) + +#### Chore + +* bump common on postgresql + +#### Fix + +* use correct PVC storageClass when using postgresql as a dependency on SCALE ([#1212](https://github.com/truecharts/apps/issues/1212)) + + + ### [postgresql-4.0.0](https://github.com/truecharts/apps/compare/postgresql-3.0.21...postgresql-4.0.0) (2021-10-20) @@ -84,16 +97,3 @@ #### Fix * force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156)) - - - - -### [postgresql-3.0.16](https://github.com/truecharts/apps/compare/postgresql-3.0.15...postgresql-3.0.16) (2021-10-13) - -#### Chore - -* bump common - - - - diff --git a/stable/postgresql/4.0.0/CONFIG.md b/stable/postgresql/4.0.1/CONFIG.md similarity index 100% rename from stable/postgresql/4.0.0/CONFIG.md rename to stable/postgresql/4.0.1/CONFIG.md diff --git a/stable/postgresql/4.0.1/Chart.lock b/stable/postgresql/4.0.1/Chart.lock new file mode 100644 index 00000000000..73390291ccc --- /dev/null +++ b/stable/postgresql/4.0.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.3.14 +digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367 +generated: "2021-10-20T18:07:30.778499635Z" diff --git a/stable/postgresql/4.0.0/Chart.yaml b/stable/postgresql/4.0.1/Chart.yaml similarity index 95% rename from stable/postgresql/4.0.0/Chart.yaml rename to stable/postgresql/4.0.1/Chart.yaml index 7e1ca0d93b4..aedc4bb654e 100644 --- a/stable/postgresql/4.0.0/Chart.yaml +++ b/stable/postgresql/4.0.1/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "13.4.0" dependencies: - name: common repository: https://truecharts.org - version: 8.3.13 + version: 8.3.14 deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/stable/postgres @@ -25,10 +25,9 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - database - truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/stable/postgresql/4.0.0/README.md b/stable/postgresql/4.0.1/README.md similarity index 96% rename from stable/postgresql/4.0.0/README.md rename to stable/postgresql/4.0.1/README.md index f1ccda6b6a8..cb204bf5010 100644 --- a/stable/postgresql/4.0.0/README.md +++ b/stable/postgresql/4.0.1/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.3.13 | +| https://truecharts.org | common | 8.3.14 | ## Installing the Chart diff --git a/stable/postgresql/4.0.0/app-readme.md b/stable/postgresql/4.0.1/app-readme.md similarity index 100% rename from stable/postgresql/4.0.0/app-readme.md rename to stable/postgresql/4.0.1/app-readme.md diff --git a/stable/postgresql/4.0.1/charts/common-8.3.14.tgz b/stable/postgresql/4.0.1/charts/common-8.3.14.tgz new file mode 100644 index 00000000000..433c2b8196b Binary files /dev/null and b/stable/postgresql/4.0.1/charts/common-8.3.14.tgz differ diff --git a/stable/postgresql/4.0.0/helm-values.md b/stable/postgresql/4.0.1/helm-values.md similarity index 100% rename from stable/postgresql/4.0.0/helm-values.md rename to stable/postgresql/4.0.1/helm-values.md diff --git a/stable/postgresql/4.0.0/ix_values.yaml b/stable/postgresql/4.0.1/ix_values.yaml similarity index 100% rename from stable/postgresql/4.0.0/ix_values.yaml rename to stable/postgresql/4.0.1/ix_values.yaml diff --git a/stable/postgresql/4.0.0/questions.yaml b/stable/postgresql/4.0.1/questions.yaml similarity index 99% rename from stable/postgresql/4.0.0/questions.yaml rename to stable/postgresql/4.0.1/questions.yaml index 350e5c36058..f6ed8ac972f 100644 --- a/stable/postgresql/4.0.0/questions.yaml +++ b/stable/postgresql/4.0.1/questions.yaml @@ -39,6 +39,19 @@ questions: editable: false type: boolean default: false + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true - variable: controller group: "Controller" label: "" diff --git a/stable/postgresql/4.0.0/templates/backup-postgres-config.yaml b/stable/postgresql/4.0.1/templates/backup-postgres-config.yaml similarity index 100% rename from stable/postgresql/4.0.0/templates/backup-postgres-config.yaml rename to stable/postgresql/4.0.1/templates/backup-postgres-config.yaml diff --git a/stable/postgresql/4.0.0/templates/common.yaml b/stable/postgresql/4.0.1/templates/common.yaml similarity index 100% rename from stable/postgresql/4.0.0/templates/common.yaml rename to stable/postgresql/4.0.1/templates/common.yaml diff --git a/stable/postgresql/4.0.0/templates/secret.yaml b/stable/postgresql/4.0.1/templates/secret.yaml similarity index 100% rename from stable/postgresql/4.0.0/templates/secret.yaml rename to stable/postgresql/4.0.1/templates/secret.yaml diff --git a/stable/postgresql/4.0.0/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/4.0.1/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from stable/postgresql/4.0.0/templates/upgrade-backup-postgres-hook.yaml rename to stable/postgresql/4.0.1/templates/upgrade-backup-postgres-hook.yaml diff --git a/stable/postgresql/4.0.0/values.yaml b/stable/postgresql/4.0.1/values.yaml similarity index 100% rename from stable/postgresql/4.0.0/values.yaml rename to stable/postgresql/4.0.1/values.yaml