From 21f8d9930288cf97f7a00a6ec6aa7c0ed1929df4 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 6 Nov 2023 19:19:57 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../cloudnative-pg/2.0.6/app-changelog.md | 9 --------- .../{2.0.6 => 2.0.7}/CHANGELOG.md | 18 +++++++++--------- .../{2.0.6 => 2.0.7}/Chart.yaml | 4 ++-- .../cloudnative-pg/{2.0.6 => 2.0.7}/LICENSE | 0 .../cloudnative-pg/{2.0.6 => 2.0.7}/README.md | 0 .../cloudnative-pg/2.0.7/app-changelog.md | 9 +++++++++ .../{2.0.6 => 2.0.7}/app-readme.md | 0 .../{2.0.6 => 2.0.7}/charts/common-14.2.3.tgz | Bin .../{2.0.6 => 2.0.7}/ix_values.yaml | 2 +- .../{2.0.6 => 2.0.7}/questions.yaml | 0 .../{2.0.6 => 2.0.7}/templates/NOTES.txt | 0 .../_mutatingwebhookconfiguration.tpl | 0 .../_validatingwebhookconfiguration.tpl | 0 .../{2.0.6 => 2.0.7}/templates/common.yaml | 0 .../{2.0.6 => 2.0.7}/templates/crds.yaml | 0 .../{2.0.6 => 2.0.7}/values.yaml | 0 16 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 operators/cloudnative-pg/2.0.6/app-changelog.md rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/CHANGELOG.md (91%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/Chart.yaml (95%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/LICENSE (100%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/README.md (100%) create mode 100644 operators/cloudnative-pg/2.0.7/app-changelog.md rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/app-readme.md (100%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/charts/common-14.2.3.tgz (100%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/ix_values.yaml (99%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/questions.yaml (100%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/templates/NOTES.txt (100%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/templates/_mutatingwebhookconfiguration.tpl (100%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/templates/_validatingwebhookconfiguration.tpl (100%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/templates/common.yaml (100%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/templates/crds.yaml (100%) rename operators/cloudnative-pg/{2.0.6 => 2.0.7}/values.yaml (100%) diff --git a/operators/cloudnative-pg/2.0.6/app-changelog.md b/operators/cloudnative-pg/2.0.6/app-changelog.md deleted file mode 100644 index 3c80958883..0000000000 --- a/operators/cloudnative-pg/2.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cloudnative-pg-2.0.6](https://github.com/truecharts/charts/compare/cloudnative-pg-2.0.5...cloudnative-pg-2.0.6) (2023-11-05) - -### Chore - -- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365)) - - \ No newline at end of file diff --git a/operators/cloudnative-pg/2.0.6/CHANGELOG.md b/operators/cloudnative-pg/2.0.7/CHANGELOG.md similarity index 91% rename from operators/cloudnative-pg/2.0.6/CHANGELOG.md rename to operators/cloudnative-pg/2.0.7/CHANGELOG.md index 898f79bab9..14a49440a5 100644 --- a/operators/cloudnative-pg/2.0.6/CHANGELOG.md +++ b/operators/cloudnative-pg/2.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cloudnative-pg-2.0.7](https://github.com/truecharts/charts/compare/cloudnative-pg-2.0.6...cloudnative-pg-2.0.7) (2023-11-06) + +### Chore + +- update container image tccr.io/truecharts/cloudnative-pg to v1.21.1 ([#13655](https://github.com/truecharts/charts/issues/13655)) + + + + ## [cloudnative-pg-2.0.6](https://github.com/truecharts/charts/compare/cloudnative-pg-2.0.5...cloudnative-pg-2.0.6) (2023-11-05) ### Chore @@ -88,12 +97,3 @@ ## [cloudnative-pg-1.0.2](https://github.com/truecharts/charts/compare/cloudnative-pg-1.0.1...cloudnative-pg-1.0.2) (2023-06-11) - -### Chore - -- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558)) - - pin dependencies ([#9468](https://github.com/truecharts/charts/issues/9468)) - - - - diff --git a/operators/cloudnative-pg/2.0.6/Chart.yaml b/operators/cloudnative-pg/2.0.7/Chart.yaml similarity index 95% rename from operators/cloudnative-pg/2.0.6/Chart.yaml rename to operators/cloudnative-pg/2.0.7/Chart.yaml index cbc085856d..6615b8d6b8 100644 --- a/operators/cloudnative-pg/2.0.6/Chart.yaml +++ b/operators/cloudnative-pg/2.0.7/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.20.2" +appVersion: "1.21.1" deprecated: false description: CloudNativePG is a clustered postgresql database operator home: https://truecharts.org/charts/operators/cloudnative-pg @@ -23,7 +23,7 @@ sources: - https://github.com/cloudnative-pg - https://cloudnative-pg.io/ type: application -version: 2.0.6 +version: 2.0.7 annotations: truecharts.org/category: operators truecharts.org/SCALE-support: "true" diff --git a/operators/cloudnative-pg/2.0.6/LICENSE b/operators/cloudnative-pg/2.0.7/LICENSE similarity index 100% rename from operators/cloudnative-pg/2.0.6/LICENSE rename to operators/cloudnative-pg/2.0.7/LICENSE diff --git a/operators/cloudnative-pg/2.0.6/README.md b/operators/cloudnative-pg/2.0.7/README.md similarity index 100% rename from operators/cloudnative-pg/2.0.6/README.md rename to operators/cloudnative-pg/2.0.7/README.md diff --git a/operators/cloudnative-pg/2.0.7/app-changelog.md b/operators/cloudnative-pg/2.0.7/app-changelog.md new file mode 100644 index 0000000000..f016b5f09e --- /dev/null +++ b/operators/cloudnative-pg/2.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudnative-pg-2.0.7](https://github.com/truecharts/charts/compare/cloudnative-pg-2.0.6...cloudnative-pg-2.0.7) (2023-11-06) + +### Chore + +- update container image tccr.io/truecharts/cloudnative-pg to v1.21.1 ([#13655](https://github.com/truecharts/charts/issues/13655)) + + \ No newline at end of file diff --git a/operators/cloudnative-pg/2.0.6/app-readme.md b/operators/cloudnative-pg/2.0.7/app-readme.md similarity index 100% rename from operators/cloudnative-pg/2.0.6/app-readme.md rename to operators/cloudnative-pg/2.0.7/app-readme.md diff --git a/operators/cloudnative-pg/2.0.6/charts/common-14.2.3.tgz b/operators/cloudnative-pg/2.0.7/charts/common-14.2.3.tgz similarity index 100% rename from operators/cloudnative-pg/2.0.6/charts/common-14.2.3.tgz rename to operators/cloudnative-pg/2.0.7/charts/common-14.2.3.tgz diff --git a/operators/cloudnative-pg/2.0.6/ix_values.yaml b/operators/cloudnative-pg/2.0.7/ix_values.yaml similarity index 99% rename from operators/cloudnative-pg/2.0.6/ix_values.yaml rename to operators/cloudnative-pg/2.0.7/ix_values.yaml index 62f14e26d9..f9aa8f6203 100644 --- a/operators/cloudnative-pg/2.0.6/ix_values.yaml +++ b/operators/cloudnative-pg/2.0.7/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/cloudnative-pg - tag: "v1.20.2@sha256:07121d674c1de587044746f92cc3bccb4576f2fc125f6f2f5bcaa582dad3e3ad" + tag: "v1.21.1@sha256:163bc6e7f03c15fb0c68a14ff30c8f9f6e2a990d7c1034df0e2b473c5116cab5" pullPolicy: workload: diff --git a/operators/cloudnative-pg/2.0.6/questions.yaml b/operators/cloudnative-pg/2.0.7/questions.yaml similarity index 100% rename from operators/cloudnative-pg/2.0.6/questions.yaml rename to operators/cloudnative-pg/2.0.7/questions.yaml diff --git a/operators/cloudnative-pg/2.0.6/templates/NOTES.txt b/operators/cloudnative-pg/2.0.7/templates/NOTES.txt similarity index 100% rename from operators/cloudnative-pg/2.0.6/templates/NOTES.txt rename to operators/cloudnative-pg/2.0.7/templates/NOTES.txt diff --git a/operators/cloudnative-pg/2.0.6/templates/_mutatingwebhookconfiguration.tpl b/operators/cloudnative-pg/2.0.7/templates/_mutatingwebhookconfiguration.tpl similarity index 100% rename from operators/cloudnative-pg/2.0.6/templates/_mutatingwebhookconfiguration.tpl rename to operators/cloudnative-pg/2.0.7/templates/_mutatingwebhookconfiguration.tpl diff --git a/operators/cloudnative-pg/2.0.6/templates/_validatingwebhookconfiguration.tpl b/operators/cloudnative-pg/2.0.7/templates/_validatingwebhookconfiguration.tpl similarity index 100% rename from operators/cloudnative-pg/2.0.6/templates/_validatingwebhookconfiguration.tpl rename to operators/cloudnative-pg/2.0.7/templates/_validatingwebhookconfiguration.tpl diff --git a/operators/cloudnative-pg/2.0.6/templates/common.yaml b/operators/cloudnative-pg/2.0.7/templates/common.yaml similarity index 100% rename from operators/cloudnative-pg/2.0.6/templates/common.yaml rename to operators/cloudnative-pg/2.0.7/templates/common.yaml diff --git a/operators/cloudnative-pg/2.0.6/templates/crds.yaml b/operators/cloudnative-pg/2.0.7/templates/crds.yaml similarity index 100% rename from operators/cloudnative-pg/2.0.6/templates/crds.yaml rename to operators/cloudnative-pg/2.0.7/templates/crds.yaml diff --git a/operators/cloudnative-pg/2.0.6/values.yaml b/operators/cloudnative-pg/2.0.7/values.yaml similarity index 100% rename from operators/cloudnative-pg/2.0.6/values.yaml rename to operators/cloudnative-pg/2.0.7/values.yaml