diff --git a/dependency/clickhouse/5.0.22/app-changelog.md b/dependency/clickhouse/5.0.22/app-changelog.md deleted file mode 100644 index 9208a038a4..0000000000 --- a/dependency/clickhouse/5.0.22/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clickhouse-5.0.22](https://github.com/truecharts/charts/compare/clickhouse-5.0.21...clickhouse-5.0.22) (2023-05-07) - -### Chore - -- update container image tccr.io/truecharts/clickhouse to v23.4.2.11 ([#8814](https://github.com/truecharts/charts/issues/8814)) - - \ No newline at end of file diff --git a/dependency/clickhouse/5.0.22/charts/common-12.6.6.tgz b/dependency/clickhouse/5.0.22/charts/common-12.6.6.tgz deleted file mode 100644 index 250a939fa5..0000000000 Binary files a/dependency/clickhouse/5.0.22/charts/common-12.6.6.tgz and /dev/null differ diff --git a/dependency/clickhouse/5.0.22/CHANGELOG.md b/dependency/clickhouse/5.0.23/CHANGELOG.md similarity index 92% rename from dependency/clickhouse/5.0.22/CHANGELOG.md rename to dependency/clickhouse/5.0.23/CHANGELOG.md index a8b2646270..8b24bd00f3 100644 --- a/dependency/clickhouse/5.0.22/CHANGELOG.md +++ b/dependency/clickhouse/5.0.23/CHANGELOG.md @@ -4,6 +4,15 @@ +## [clickhouse-5.0.23](https://github.com/truecharts/charts/compare/clickhouse-5.0.22...clickhouse-5.0.23) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + + + ## [clickhouse-5.0.22](https://github.com/truecharts/charts/compare/clickhouse-5.0.21...clickhouse-5.0.22) (2023-05-07) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/clickhouse to v23.2.6.34 ([#8438](https://github.com/truecharts/charts/issues/8438)) - - -## [clickhouse-5.0.15](https://github.com/truecharts/charts/compare/clickhouse-5.0.14...clickhouse-5.0.15) (2023-04-25) - -### Chore - -- update helm chart common to 12.6.1 ([#8152](https://github.com/truecharts/charts/issues/8152)) - - diff --git a/dependency/clickhouse/5.0.22/Chart.yaml b/dependency/clickhouse/5.0.23/Chart.yaml similarity index 95% rename from dependency/clickhouse/5.0.22/Chart.yaml rename to dependency/clickhouse/5.0.23/Chart.yaml index cb9eddbd04..b794df9b5b 100644 --- a/dependency/clickhouse/5.0.22/Chart.yaml +++ b/dependency/clickhouse/5.0.23/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.4.2.11" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.6.6 + version: 12.7.0 deprecated: false description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). home: https://truecharts.org/charts/dependency/clickhouse @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse - https://clickhouse.com/ type: application -version: 5.0.22 +version: 5.0.23 annotations: truecharts.org/catagories: | - database diff --git a/dependency/clickhouse/5.0.22/README.md b/dependency/clickhouse/5.0.23/README.md similarity index 100% rename from dependency/clickhouse/5.0.22/README.md rename to dependency/clickhouse/5.0.23/README.md diff --git a/dependency/clickhouse/5.0.23/app-changelog.md b/dependency/clickhouse/5.0.23/app-changelog.md new file mode 100644 index 0000000000..9077fd1883 --- /dev/null +++ b/dependency/clickhouse/5.0.23/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clickhouse-5.0.23](https://github.com/truecharts/charts/compare/clickhouse-5.0.22...clickhouse-5.0.23) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + \ No newline at end of file diff --git a/dependency/clickhouse/5.0.22/app-readme.md b/dependency/clickhouse/5.0.23/app-readme.md similarity index 100% rename from dependency/clickhouse/5.0.22/app-readme.md rename to dependency/clickhouse/5.0.23/app-readme.md diff --git a/dependency/clickhouse/5.0.23/charts/common-12.7.0.tgz b/dependency/clickhouse/5.0.23/charts/common-12.7.0.tgz new file mode 100644 index 0000000000..e2f910868a Binary files /dev/null and b/dependency/clickhouse/5.0.23/charts/common-12.7.0.tgz differ diff --git a/dependency/clickhouse/5.0.22/ix_values.yaml b/dependency/clickhouse/5.0.23/ix_values.yaml similarity index 100% rename from dependency/clickhouse/5.0.22/ix_values.yaml rename to dependency/clickhouse/5.0.23/ix_values.yaml diff --git a/dependency/clickhouse/5.0.22/questions.yaml b/dependency/clickhouse/5.0.23/questions.yaml similarity index 99% rename from dependency/clickhouse/5.0.22/questions.yaml rename to dependency/clickhouse/5.0.23/questions.yaml index b9bc7387a1..0936116ea4 100644 --- a/dependency/clickhouse/5.0.22/questions.yaml +++ b/dependency/clickhouse/5.0.23/questions.yaml @@ -30,7 +30,19 @@ groups: - name: Documentation description: Documentation questions: - + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false - variable: workload group: "Workload Settings" label: "" diff --git a/dependency/clickhouse/5.0.22/templates/NOTES.txt b/dependency/clickhouse/5.0.23/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/5.0.22/templates/NOTES.txt rename to dependency/clickhouse/5.0.23/templates/NOTES.txt diff --git a/dependency/clickhouse/5.0.22/templates/common.yaml b/dependency/clickhouse/5.0.23/templates/common.yaml similarity index 100% rename from dependency/clickhouse/5.0.22/templates/common.yaml rename to dependency/clickhouse/5.0.23/templates/common.yaml diff --git a/dependency/clickhouse/5.0.22/values.yaml b/dependency/clickhouse/5.0.23/values.yaml similarity index 100% rename from dependency/clickhouse/5.0.22/values.yaml rename to dependency/clickhouse/5.0.23/values.yaml diff --git a/dependency/mariadb/7.0.23/app-changelog.md b/dependency/mariadb/7.0.23/app-changelog.md deleted file mode 100644 index bd4a74fe32..0000000000 --- a/dependency/mariadb/7.0.23/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mariadb-7.0.23](https://github.com/truecharts/charts/compare/mariadb-7.0.22...mariadb-7.0.23) (2023-05-12) - -### Chore - -- update container image tccr.io/truecharts/mariadb to v10.11.3 ([#8912](https://github.com/truecharts/charts/issues/8912)) - - \ No newline at end of file diff --git a/dependency/mariadb/7.0.23/charts/common-12.6.6.tgz b/dependency/mariadb/7.0.23/charts/common-12.6.6.tgz deleted file mode 100644 index 250a939fa5..0000000000 Binary files a/dependency/mariadb/7.0.23/charts/common-12.6.6.tgz and /dev/null differ diff --git a/dependency/mariadb/7.0.23/CHANGELOG.md b/dependency/mariadb/7.0.24/CHANGELOG.md similarity index 91% rename from dependency/mariadb/7.0.23/CHANGELOG.md rename to dependency/mariadb/7.0.24/CHANGELOG.md index 03dc956a8f..be8d70a0f6 100644 --- a/dependency/mariadb/7.0.23/CHANGELOG.md +++ b/dependency/mariadb/7.0.24/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mariadb-7.0.24](https://github.com/truecharts/charts/compare/mariadb-7.0.23...mariadb-7.0.24) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + + + ## [mariadb-7.0.23](https://github.com/truecharts/charts/compare/mariadb-7.0.22...mariadb-7.0.23) (2023-05-12) ### Chore @@ -88,12 +97,3 @@ ### Chore - update helm chart common to 12.6.3 ([#8629](https://github.com/truecharts/charts/issues/8629)) - - - - -## [mariadb-7.0.17](https://github.com/truecharts/charts/compare/mariadb-7.0.16...mariadb-7.0.17) (2023-04-27) - -### Chore - -- update container image tccr.io/truecharts/mariadb to 10.11.2 ([#8310](https://github.com/truecharts/charts/issues/8310)) diff --git a/dependency/mariadb/7.0.23/Chart.yaml b/dependency/mariadb/7.0.24/Chart.yaml similarity index 96% rename from dependency/mariadb/7.0.23/Chart.yaml rename to dependency/mariadb/7.0.24/Chart.yaml index ea1e7f1093..63109a7a7c 100644 --- a/dependency/mariadb/7.0.23/Chart.yaml +++ b/dependency/mariadb/7.0.24/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.11.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.6.6 + version: 12.7.0 deprecated: false description: Fast, reliable, scalable, and easy to use open-source relational database system. home: https://truecharts.org/charts/dependency/mariadb @@ -25,7 +25,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 7.0.23 +version: 7.0.24 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/7.0.23/README.md b/dependency/mariadb/7.0.24/README.md similarity index 100% rename from dependency/mariadb/7.0.23/README.md rename to dependency/mariadb/7.0.24/README.md diff --git a/dependency/mariadb/7.0.24/app-changelog.md b/dependency/mariadb/7.0.24/app-changelog.md new file mode 100644 index 0000000000..dee794c3e4 --- /dev/null +++ b/dependency/mariadb/7.0.24/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mariadb-7.0.24](https://github.com/truecharts/charts/compare/mariadb-7.0.23...mariadb-7.0.24) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + \ No newline at end of file diff --git a/dependency/mariadb/7.0.23/app-readme.md b/dependency/mariadb/7.0.24/app-readme.md similarity index 100% rename from dependency/mariadb/7.0.23/app-readme.md rename to dependency/mariadb/7.0.24/app-readme.md diff --git a/dependency/mariadb/7.0.24/charts/common-12.7.0.tgz b/dependency/mariadb/7.0.24/charts/common-12.7.0.tgz new file mode 100644 index 0000000000..e2f910868a Binary files /dev/null and b/dependency/mariadb/7.0.24/charts/common-12.7.0.tgz differ diff --git a/dependency/mariadb/7.0.23/ix_values.yaml b/dependency/mariadb/7.0.24/ix_values.yaml similarity index 100% rename from dependency/mariadb/7.0.23/ix_values.yaml rename to dependency/mariadb/7.0.24/ix_values.yaml diff --git a/dependency/mariadb/7.0.23/questions.yaml b/dependency/mariadb/7.0.24/questions.yaml similarity index 99% rename from dependency/mariadb/7.0.23/questions.yaml rename to dependency/mariadb/7.0.24/questions.yaml index ea993d2f5a..9aa022b139 100644 --- a/dependency/mariadb/7.0.23/questions.yaml +++ b/dependency/mariadb/7.0.24/questions.yaml @@ -30,7 +30,19 @@ groups: - name: Documentation description: Documentation questions: - + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false - variable: workload group: "Workload Settings" label: "" diff --git a/dependency/mariadb/7.0.23/templates/NOTES.txt b/dependency/mariadb/7.0.24/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/7.0.23/templates/NOTES.txt rename to dependency/mariadb/7.0.24/templates/NOTES.txt diff --git a/dependency/mariadb/7.0.23/templates/common.yaml b/dependency/mariadb/7.0.24/templates/common.yaml similarity index 100% rename from dependency/mariadb/7.0.23/templates/common.yaml rename to dependency/mariadb/7.0.24/templates/common.yaml diff --git a/dependency/mariadb/7.0.23/values.yaml b/dependency/mariadb/7.0.24/values.yaml similarity index 100% rename from dependency/mariadb/7.0.23/values.yaml rename to dependency/mariadb/7.0.24/values.yaml diff --git a/dependency/memcached/6.0.34/app-changelog.md b/dependency/memcached/6.0.34/app-changelog.md deleted file mode 100644 index 56baf6b636..0000000000 --- a/dependency/memcached/6.0.34/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [memcached-6.0.34](https://github.com/truecharts/charts/compare/memcached-6.0.33...memcached-6.0.34) (2023-05-05) - diff --git a/dependency/memcached/6.0.34/charts/common-12.6.6.tgz b/dependency/memcached/6.0.34/charts/common-12.6.6.tgz deleted file mode 100644 index 250a939fa5..0000000000 Binary files a/dependency/memcached/6.0.34/charts/common-12.6.6.tgz and /dev/null differ diff --git a/dependency/memcached/6.0.34/CHANGELOG.md b/dependency/memcached/6.0.35/CHANGELOG.md similarity index 91% rename from dependency/memcached/6.0.34/CHANGELOG.md rename to dependency/memcached/6.0.35/CHANGELOG.md index 9856ec8bab..0855e0d4af 100644 --- a/dependency/memcached/6.0.34/CHANGELOG.md +++ b/dependency/memcached/6.0.35/CHANGELOG.md @@ -4,6 +4,15 @@ +## [memcached-6.0.35](https://github.com/truecharts/charts/compare/memcached-6.0.34...memcached-6.0.35) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + + + ## [memcached-6.0.34](https://github.com/truecharts/charts/compare/memcached-6.0.33...memcached-6.0.34) (2023-05-05) @@ -88,12 +97,3 @@ - update helm chart common to 12.6.1 ([#8152](https://github.com/truecharts/charts/issues/8152)) - - -## [memcached-6.0.25](https://github.com/truecharts/charts/compare/memcached-6.0.24...memcached-6.0.25) (2023-04-23) - -### Chore - -- update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) - - diff --git a/dependency/memcached/6.0.34/Chart.yaml b/dependency/memcached/6.0.35/Chart.yaml similarity index 95% rename from dependency/memcached/6.0.34/Chart.yaml rename to dependency/memcached/6.0.35/Chart.yaml index 648e1d4ec8..ade5a089cc 100644 --- a/dependency/memcached/6.0.34/Chart.yaml +++ b/dependency/memcached/6.0.35/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.19" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.6.6 + version: 12.7.0 deprecated: false description: Memcached is a memory-backed database caching solution home: https://truecharts.org/charts/dependency/memcached @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 6.0.34 +version: 6.0.35 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/6.0.34/README.md b/dependency/memcached/6.0.35/README.md similarity index 100% rename from dependency/memcached/6.0.34/README.md rename to dependency/memcached/6.0.35/README.md diff --git a/dependency/memcached/6.0.35/app-changelog.md b/dependency/memcached/6.0.35/app-changelog.md new file mode 100644 index 0000000000..2cc804f66e --- /dev/null +++ b/dependency/memcached/6.0.35/app-changelog.md @@ -0,0 +1,9 @@ + + +## [memcached-6.0.35](https://github.com/truecharts/charts/compare/memcached-6.0.34...memcached-6.0.35) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + \ No newline at end of file diff --git a/dependency/memcached/6.0.34/app-readme.md b/dependency/memcached/6.0.35/app-readme.md similarity index 100% rename from dependency/memcached/6.0.34/app-readme.md rename to dependency/memcached/6.0.35/app-readme.md diff --git a/dependency/memcached/6.0.35/charts/common-12.7.0.tgz b/dependency/memcached/6.0.35/charts/common-12.7.0.tgz new file mode 100644 index 0000000000..e2f910868a Binary files /dev/null and b/dependency/memcached/6.0.35/charts/common-12.7.0.tgz differ diff --git a/dependency/memcached/6.0.34/ix_values.yaml b/dependency/memcached/6.0.35/ix_values.yaml similarity index 100% rename from dependency/memcached/6.0.34/ix_values.yaml rename to dependency/memcached/6.0.35/ix_values.yaml diff --git a/dependency/memcached/6.0.34/questions.yaml b/dependency/memcached/6.0.35/questions.yaml similarity index 99% rename from dependency/memcached/6.0.34/questions.yaml rename to dependency/memcached/6.0.35/questions.yaml index 798ff24e6c..9ed71fa9fb 100644 --- a/dependency/memcached/6.0.34/questions.yaml +++ b/dependency/memcached/6.0.35/questions.yaml @@ -30,7 +30,19 @@ groups: - name: Documentation description: Documentation questions: - + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false - variable: workload group: "Workload Settings" label: "" diff --git a/dependency/memcached/6.0.34/templates/NOTES.txt b/dependency/memcached/6.0.35/templates/NOTES.txt similarity index 100% rename from dependency/memcached/6.0.34/templates/NOTES.txt rename to dependency/memcached/6.0.35/templates/NOTES.txt diff --git a/dependency/memcached/6.0.34/templates/common.yaml b/dependency/memcached/6.0.35/templates/common.yaml similarity index 100% rename from dependency/memcached/6.0.34/templates/common.yaml rename to dependency/memcached/6.0.35/templates/common.yaml diff --git a/dependency/memcached/6.0.34/values.yaml b/dependency/memcached/6.0.35/values.yaml similarity index 100% rename from dependency/memcached/6.0.34/values.yaml rename to dependency/memcached/6.0.35/values.yaml diff --git a/dependency/mongodb/6.0.23/app-changelog.md b/dependency/mongodb/6.0.23/app-changelog.md deleted file mode 100644 index de7901bc90..0000000000 --- a/dependency/mongodb/6.0.23/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [mongodb-6.0.23](https://github.com/truecharts/charts/compare/mongodb-6.0.22...mongodb-6.0.23) (2023-05-05) - diff --git a/dependency/mongodb/6.0.23/charts/common-12.6.6.tgz b/dependency/mongodb/6.0.23/charts/common-12.6.6.tgz deleted file mode 100644 index 250a939fa5..0000000000 Binary files a/dependency/mongodb/6.0.23/charts/common-12.6.6.tgz and /dev/null differ diff --git a/dependency/mongodb/6.0.23/CHANGELOG.md b/dependency/mongodb/6.0.24/CHANGELOG.md similarity index 91% rename from dependency/mongodb/6.0.23/CHANGELOG.md rename to dependency/mongodb/6.0.24/CHANGELOG.md index 388c8df125..e94a31d622 100644 --- a/dependency/mongodb/6.0.23/CHANGELOG.md +++ b/dependency/mongodb/6.0.24/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mongodb-6.0.24](https://github.com/truecharts/charts/compare/mongodb-6.0.23...mongodb-6.0.24) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + + + ## [mongodb-6.0.23](https://github.com/truecharts/charts/compare/mongodb-6.0.22...mongodb-6.0.23) (2023-05-05) @@ -88,12 +97,3 @@ - update helm chart common to 12.6.1 ([#8152](https://github.com/truecharts/charts/issues/8152)) - - -## [mongodb-6.0.14](https://github.com/truecharts/charts/compare/mongodb-6.0.13...mongodb-6.0.14) (2023-04-23) - -### Chore - -- update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) - - diff --git a/dependency/mongodb/6.0.23/Chart.yaml b/dependency/mongodb/6.0.24/Chart.yaml similarity index 95% rename from dependency/mongodb/6.0.23/Chart.yaml rename to dependency/mongodb/6.0.24/Chart.yaml index 76267e8dc8..032b99e1d6 100644 --- a/dependency/mongodb/6.0.23/Chart.yaml +++ b/dependency/mongodb/6.0.24/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.5" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.6.6 + version: 12.7.0 deprecated: false description: Fast, reliable, scalable, and easy to use open-source no-sql database system. home: https://truecharts.org/charts/dependency/mongodb @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com type: application -version: 6.0.23 +version: 6.0.24 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/6.0.23/README.md b/dependency/mongodb/6.0.24/README.md similarity index 100% rename from dependency/mongodb/6.0.23/README.md rename to dependency/mongodb/6.0.24/README.md diff --git a/dependency/mongodb/6.0.24/app-changelog.md b/dependency/mongodb/6.0.24/app-changelog.md new file mode 100644 index 0000000000..eefdc113b8 --- /dev/null +++ b/dependency/mongodb/6.0.24/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mongodb-6.0.24](https://github.com/truecharts/charts/compare/mongodb-6.0.23...mongodb-6.0.24) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + \ No newline at end of file diff --git a/dependency/mongodb/6.0.23/app-readme.md b/dependency/mongodb/6.0.24/app-readme.md similarity index 100% rename from dependency/mongodb/6.0.23/app-readme.md rename to dependency/mongodb/6.0.24/app-readme.md diff --git a/dependency/mongodb/6.0.24/charts/common-12.7.0.tgz b/dependency/mongodb/6.0.24/charts/common-12.7.0.tgz new file mode 100644 index 0000000000..e2f910868a Binary files /dev/null and b/dependency/mongodb/6.0.24/charts/common-12.7.0.tgz differ diff --git a/dependency/mongodb/6.0.23/ix_values.yaml b/dependency/mongodb/6.0.24/ix_values.yaml similarity index 100% rename from dependency/mongodb/6.0.23/ix_values.yaml rename to dependency/mongodb/6.0.24/ix_values.yaml diff --git a/dependency/mongodb/6.0.23/questions.yaml b/dependency/mongodb/6.0.24/questions.yaml similarity index 99% rename from dependency/mongodb/6.0.23/questions.yaml rename to dependency/mongodb/6.0.24/questions.yaml index 2f792769f0..55db259379 100644 --- a/dependency/mongodb/6.0.23/questions.yaml +++ b/dependency/mongodb/6.0.24/questions.yaml @@ -30,7 +30,19 @@ groups: - name: Documentation description: Documentation questions: - + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false - variable: workload group: "Workload Settings" label: "" diff --git a/dependency/mongodb/6.0.23/templates/NOTES.txt b/dependency/mongodb/6.0.24/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/6.0.23/templates/NOTES.txt rename to dependency/mongodb/6.0.24/templates/NOTES.txt diff --git a/dependency/mongodb/6.0.23/templates/common.yaml b/dependency/mongodb/6.0.24/templates/common.yaml similarity index 100% rename from dependency/mongodb/6.0.23/templates/common.yaml rename to dependency/mongodb/6.0.24/templates/common.yaml diff --git a/dependency/mongodb/6.0.23/values.yaml b/dependency/mongodb/6.0.24/values.yaml similarity index 100% rename from dependency/mongodb/6.0.23/values.yaml rename to dependency/mongodb/6.0.24/values.yaml diff --git a/dependency/redis/6.0.39/app-changelog.md b/dependency/redis/6.0.39/app-changelog.md deleted file mode 100644 index a143190dba..0000000000 --- a/dependency/redis/6.0.39/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [redis-6.0.39](https://github.com/truecharts/charts/compare/redis-6.0.38...redis-6.0.39) (2023-05-05) - diff --git a/dependency/redis/6.0.39/charts/common-12.6.6.tgz b/dependency/redis/6.0.39/charts/common-12.6.6.tgz deleted file mode 100644 index 250a939fa5..0000000000 Binary files a/dependency/redis/6.0.39/charts/common-12.6.6.tgz and /dev/null differ diff --git a/dependency/redis/6.0.39/CHANGELOG.md b/dependency/redis/6.0.40/CHANGELOG.md similarity index 91% rename from dependency/redis/6.0.39/CHANGELOG.md rename to dependency/redis/6.0.40/CHANGELOG.md index a5e589919e..6ad32d4c09 100644 --- a/dependency/redis/6.0.39/CHANGELOG.md +++ b/dependency/redis/6.0.40/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redis-6.0.40](https://github.com/truecharts/charts/compare/redis-6.0.39...redis-6.0.40) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + + + ## [redis-6.0.39](https://github.com/truecharts/charts/compare/redis-6.0.38...redis-6.0.39) (2023-05-05) @@ -88,12 +97,3 @@ - update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) - - -## [redis-6.0.30](https://github.com/truecharts/charts/compare/redis-6.0.29...redis-6.0.30) (2023-04-21) - - - - -## [redis-6.0.29](https://github.com/truecharts/charts/compare/redis-6.0.28...redis-6.0.29) (2023-04-18) - diff --git a/dependency/redis/6.0.39/Chart.yaml b/dependency/redis/6.0.40/Chart.yaml similarity index 95% rename from dependency/redis/6.0.39/Chart.yaml rename to dependency/redis/6.0.40/Chart.yaml index e07a9c9f09..7bf7eec394 100644 --- a/dependency/redis/6.0.39/Chart.yaml +++ b/dependency/redis/6.0.40/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.11" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.6.6 + version: 12.7.0 deprecated: false description: Open source, advanced key-value store. home: https://truecharts.org/charts/dependency/redis @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 6.0.39 +version: 6.0.40 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/6.0.39/README.md b/dependency/redis/6.0.40/README.md similarity index 100% rename from dependency/redis/6.0.39/README.md rename to dependency/redis/6.0.40/README.md diff --git a/dependency/redis/6.0.40/app-changelog.md b/dependency/redis/6.0.40/app-changelog.md new file mode 100644 index 0000000000..067405a3d4 --- /dev/null +++ b/dependency/redis/6.0.40/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redis-6.0.40](https://github.com/truecharts/charts/compare/redis-6.0.39...redis-6.0.40) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + \ No newline at end of file diff --git a/dependency/redis/6.0.39/app-readme.md b/dependency/redis/6.0.40/app-readme.md similarity index 100% rename from dependency/redis/6.0.39/app-readme.md rename to dependency/redis/6.0.40/app-readme.md diff --git a/dependency/redis/6.0.40/charts/common-12.7.0.tgz b/dependency/redis/6.0.40/charts/common-12.7.0.tgz new file mode 100644 index 0000000000..e2f910868a Binary files /dev/null and b/dependency/redis/6.0.40/charts/common-12.7.0.tgz differ diff --git a/dependency/redis/6.0.39/ix_values.yaml b/dependency/redis/6.0.40/ix_values.yaml similarity index 100% rename from dependency/redis/6.0.39/ix_values.yaml rename to dependency/redis/6.0.40/ix_values.yaml diff --git a/dependency/redis/6.0.39/questions.yaml b/dependency/redis/6.0.40/questions.yaml similarity index 99% rename from dependency/redis/6.0.39/questions.yaml rename to dependency/redis/6.0.40/questions.yaml index c13361411a..c128d11a93 100644 --- a/dependency/redis/6.0.39/questions.yaml +++ b/dependency/redis/6.0.40/questions.yaml @@ -30,7 +30,19 @@ groups: - name: Documentation description: Documentation questions: - + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false - variable: workload group: "Workload Settings" label: "" diff --git a/dependency/redis/6.0.39/templates/NOTES.txt b/dependency/redis/6.0.40/templates/NOTES.txt similarity index 100% rename from dependency/redis/6.0.39/templates/NOTES.txt rename to dependency/redis/6.0.40/templates/NOTES.txt diff --git a/dependency/redis/6.0.39/templates/common.yaml b/dependency/redis/6.0.40/templates/common.yaml similarity index 100% rename from dependency/redis/6.0.39/templates/common.yaml rename to dependency/redis/6.0.40/templates/common.yaml diff --git a/dependency/redis/6.0.39/values.yaml b/dependency/redis/6.0.40/values.yaml similarity index 100% rename from dependency/redis/6.0.39/values.yaml rename to dependency/redis/6.0.40/values.yaml diff --git a/dependency/solr/4.0.22/app-changelog.md b/dependency/solr/4.0.22/app-changelog.md deleted file mode 100644 index 07a441a466..0000000000 --- a/dependency/solr/4.0.22/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [solr-4.0.22](https://github.com/truecharts/charts/compare/solr-4.0.21...solr-4.0.22) (2023-05-08) - -### Chore - -- update container image tccr.io/truecharts/solr to v9.2.1 ([#8841](https://github.com/truecharts/charts/issues/8841)) - - \ No newline at end of file diff --git a/dependency/solr/4.0.22/charts/common-12.6.6.tgz b/dependency/solr/4.0.22/charts/common-12.6.6.tgz deleted file mode 100644 index 250a939fa5..0000000000 Binary files a/dependency/solr/4.0.22/charts/common-12.6.6.tgz and /dev/null differ diff --git a/dependency/solr/4.0.22/CHANGELOG.md b/dependency/solr/4.0.23/CHANGELOG.md similarity index 91% rename from dependency/solr/4.0.22/CHANGELOG.md rename to dependency/solr/4.0.23/CHANGELOG.md index c72bdeb4a8..89022b45ac 100644 --- a/dependency/solr/4.0.22/CHANGELOG.md +++ b/dependency/solr/4.0.23/CHANGELOG.md @@ -4,6 +4,15 @@ +## [solr-4.0.23](https://github.com/truecharts/charts/compare/solr-4.0.22...solr-4.0.23) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + + + ## [solr-4.0.22](https://github.com/truecharts/charts/compare/solr-4.0.21...solr-4.0.22) (2023-05-08) ### Chore @@ -88,12 +97,3 @@ - update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) - - - -## [solr-4.0.13](https://github.com/truecharts/charts/compare/solr-4.0.12...solr-4.0.13) (2023-04-21) - - - - -## [solr-4.0.12](https://github.com/truecharts/charts/compare/solr-4.0.11...solr-4.0.12) (2023-04-18) diff --git a/dependency/solr/4.0.22/Chart.yaml b/dependency/solr/4.0.23/Chart.yaml similarity index 95% rename from dependency/solr/4.0.22/Chart.yaml rename to dependency/solr/4.0.23/Chart.yaml index 7137658ceb..7799364d05 100644 --- a/dependency/solr/4.0.22/Chart.yaml +++ b/dependency/solr/4.0.23/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "9.2.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.6.6 + version: 12.7.0 deprecated: false description: Apache Solr home: https://truecharts.org/charts/dependency/solr @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/solr - https://github.com/apache/solr type: application -version: 4.0.22 +version: 4.0.23 annotations: truecharts.org/catagories: | - search diff --git a/dependency/solr/4.0.22/README.md b/dependency/solr/4.0.23/README.md similarity index 100% rename from dependency/solr/4.0.22/README.md rename to dependency/solr/4.0.23/README.md diff --git a/dependency/solr/4.0.23/app-changelog.md b/dependency/solr/4.0.23/app-changelog.md new file mode 100644 index 0000000000..7ad2a750a0 --- /dev/null +++ b/dependency/solr/4.0.23/app-changelog.md @@ -0,0 +1,9 @@ + + +## [solr-4.0.23](https://github.com/truecharts/charts/compare/solr-4.0.22...solr-4.0.23) (2023-05-13) + +### Chore + +- update helm chart common to 12.7.0 ([#8900](https://github.com/truecharts/charts/issues/8900)) + + \ No newline at end of file diff --git a/dependency/solr/4.0.22/app-readme.md b/dependency/solr/4.0.23/app-readme.md similarity index 100% rename from dependency/solr/4.0.22/app-readme.md rename to dependency/solr/4.0.23/app-readme.md diff --git a/dependency/solr/4.0.23/charts/common-12.7.0.tgz b/dependency/solr/4.0.23/charts/common-12.7.0.tgz new file mode 100644 index 0000000000..e2f910868a Binary files /dev/null and b/dependency/solr/4.0.23/charts/common-12.7.0.tgz differ diff --git a/dependency/solr/4.0.22/ix_values.yaml b/dependency/solr/4.0.23/ix_values.yaml similarity index 100% rename from dependency/solr/4.0.22/ix_values.yaml rename to dependency/solr/4.0.23/ix_values.yaml diff --git a/dependency/solr/4.0.22/questions.yaml b/dependency/solr/4.0.23/questions.yaml similarity index 99% rename from dependency/solr/4.0.22/questions.yaml rename to dependency/solr/4.0.23/questions.yaml index ea5628831b..1f41b35921 100644 --- a/dependency/solr/4.0.22/questions.yaml +++ b/dependency/solr/4.0.23/questions.yaml @@ -38,7 +38,19 @@ portals: ports: - "$kubernetes-resource_configmap_tcportal-open_port" questions: - + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false - variable: workload group: "Workload Settings" label: "" diff --git a/dependency/solr/4.0.22/templates/NOTES.txt b/dependency/solr/4.0.23/templates/NOTES.txt similarity index 100% rename from dependency/solr/4.0.22/templates/NOTES.txt rename to dependency/solr/4.0.23/templates/NOTES.txt diff --git a/dependency/solr/4.0.22/templates/common.yaml b/dependency/solr/4.0.23/templates/common.yaml similarity index 100% rename from dependency/solr/4.0.22/templates/common.yaml rename to dependency/solr/4.0.23/templates/common.yaml diff --git a/dependency/solr/4.0.22/values.yaml b/dependency/solr/4.0.23/values.yaml similarity index 100% rename from dependency/solr/4.0.22/values.yaml rename to dependency/solr/4.0.23/values.yaml