diff --git a/stable/postgresql/3.0.17/CHANGELOG.md b/stable/postgresql/3.0.17/CHANGELOG.md deleted file mode 100644 index a885cd31172..00000000000 --- a/stable/postgresql/3.0.17/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ - - -### [postgresql-3.0.17](https://github.com/truecharts/apps/compare/postgresql-3.0.16...postgresql-3.0.17) (2021-10-17) - -#### Chore - -* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160)) - -#### Fix - -* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156)) - diff --git a/stable/postgresql/3.0.17/Chart.lock b/stable/postgresql/3.0.17/Chart.lock deleted file mode 100644 index 9ca02b5d97a..00000000000 --- a/stable/postgresql/3.0.17/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.3.10 -digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a -generated: "2021-10-17T18:50:34.782574117Z" diff --git a/stable/postgresql/3.0.17/charts/common-8.3.10.tgz b/stable/postgresql/3.0.17/charts/common-8.3.10.tgz deleted file mode 100644 index 49ae41eb36f..00000000000 Binary files a/stable/postgresql/3.0.17/charts/common-8.3.10.tgz and /dev/null differ diff --git a/stable/postgresql/3.0.18/CHANGELOG.md b/stable/postgresql/3.0.18/CHANGELOG.md new file mode 100644 index 00000000000..1c9ad0f9371 --- /dev/null +++ b/stable/postgresql/3.0.18/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [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/3.0.17/CONFIG.md b/stable/postgresql/3.0.18/CONFIG.md similarity index 100% rename from stable/postgresql/3.0.17/CONFIG.md rename to stable/postgresql/3.0.18/CONFIG.md diff --git a/stable/postgresql/3.0.18/Chart.lock b/stable/postgresql/3.0.18/Chart.lock new file mode 100644 index 00000000000..79a7a6258f9 --- /dev/null +++ b/stable/postgresql/3.0.18/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.3.12 +digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c +generated: "2021-10-18T18:40:34.273560715Z" diff --git a/stable/postgresql/3.0.17/Chart.yaml b/stable/postgresql/3.0.18/Chart.yaml similarity index 94% rename from stable/postgresql/3.0.17/Chart.yaml rename to stable/postgresql/3.0.18/Chart.yaml index 9adfecfc2cb..9a6e6cccdd7 100644 --- a/stable/postgresql/3.0.17/Chart.yaml +++ b/stable/postgresql/3.0.18/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "13.4.0" dependencies: - name: common repository: https://truecharts.org - version: 8.3.10 + version: 8.3.12 deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/stable/postgres @@ -25,4 +25,4 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 3.0.17 +version: 3.0.18 diff --git a/stable/postgresql/3.0.17/README.md b/stable/postgresql/3.0.18/README.md similarity index 96% rename from stable/postgresql/3.0.17/README.md rename to stable/postgresql/3.0.18/README.md index 0635549e165..775e400e6ef 100644 --- a/stable/postgresql/3.0.17/README.md +++ b/stable/postgresql/3.0.18/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.3.10 | +| https://truecharts.org | common | 8.3.12 | ## Installing the Chart diff --git a/stable/postgresql/3.0.17/app-readme.md b/stable/postgresql/3.0.18/app-readme.md similarity index 100% rename from stable/postgresql/3.0.17/app-readme.md rename to stable/postgresql/3.0.18/app-readme.md diff --git a/stable/postgresql/3.0.18/charts/common-8.3.12.tgz b/stable/postgresql/3.0.18/charts/common-8.3.12.tgz new file mode 100644 index 00000000000..688075abdbf Binary files /dev/null and b/stable/postgresql/3.0.18/charts/common-8.3.12.tgz differ diff --git a/stable/postgresql/3.0.17/helm-values.md b/stable/postgresql/3.0.18/helm-values.md similarity index 100% rename from stable/postgresql/3.0.17/helm-values.md rename to stable/postgresql/3.0.18/helm-values.md diff --git a/stable/postgresql/3.0.17/ix_values.yaml b/stable/postgresql/3.0.18/ix_values.yaml similarity index 100% rename from stable/postgresql/3.0.17/ix_values.yaml rename to stable/postgresql/3.0.18/ix_values.yaml diff --git a/stable/postgresql/3.0.17/questions.yaml b/stable/postgresql/3.0.18/questions.yaml similarity index 100% rename from stable/postgresql/3.0.17/questions.yaml rename to stable/postgresql/3.0.18/questions.yaml diff --git a/stable/postgresql/3.0.17/templates/backup-postgres-config.yaml b/stable/postgresql/3.0.18/templates/backup-postgres-config.yaml similarity index 100% rename from stable/postgresql/3.0.17/templates/backup-postgres-config.yaml rename to stable/postgresql/3.0.18/templates/backup-postgres-config.yaml diff --git a/stable/postgresql/3.0.17/templates/common.yaml b/stable/postgresql/3.0.18/templates/common.yaml similarity index 100% rename from stable/postgresql/3.0.17/templates/common.yaml rename to stable/postgresql/3.0.18/templates/common.yaml diff --git a/stable/postgresql/3.0.17/templates/secret.yaml b/stable/postgresql/3.0.18/templates/secret.yaml similarity index 100% rename from stable/postgresql/3.0.17/templates/secret.yaml rename to stable/postgresql/3.0.18/templates/secret.yaml diff --git a/stable/postgresql/3.0.17/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/3.0.18/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from stable/postgresql/3.0.17/templates/upgrade-backup-postgres-hook.yaml rename to stable/postgresql/3.0.18/templates/upgrade-backup-postgres-hook.yaml diff --git a/stable/postgresql/3.0.17/test_values.yaml b/stable/postgresql/3.0.18/test_values.yaml similarity index 100% rename from stable/postgresql/3.0.17/test_values.yaml rename to stable/postgresql/3.0.18/test_values.yaml diff --git a/stable/postgresql/3.0.17/values.yaml b/stable/postgresql/3.0.18/values.yaml similarity index 100% rename from stable/postgresql/3.0.17/values.yaml rename to stable/postgresql/3.0.18/values.yaml