diff --git a/dependency/clickhouse/5.0.8/app-changelog.md b/dependency/clickhouse/5.0.8/app-changelog.md deleted file mode 100644 index 16e15f8d9a..0000000000 --- a/dependency/clickhouse/5.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clickhouse-5.0.8](https://github.com/truecharts/charts/compare/clickhouse-5.0.7...clickhouse-5.0.8) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035)) - - \ No newline at end of file diff --git a/dependency/clickhouse/5.0.8/charts/common-12.4.13.tgz b/dependency/clickhouse/5.0.8/charts/common-12.4.13.tgz deleted file mode 100644 index 6fac0213f8..0000000000 Binary files a/dependency/clickhouse/5.0.8/charts/common-12.4.13.tgz and /dev/null differ diff --git a/dependency/clickhouse/5.0.8/CHANGELOG.md b/dependency/clickhouse/5.0.9/CHANGELOG.md similarity index 90% rename from dependency/clickhouse/5.0.8/CHANGELOG.md rename to dependency/clickhouse/5.0.9/CHANGELOG.md index 362d6caa38..592a89eade 100644 --- a/dependency/clickhouse/5.0.8/CHANGELOG.md +++ b/dependency/clickhouse/5.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [clickhouse-5.0.9](https://github.com/truecharts/charts/compare/clickhouse-5.0.8...clickhouse-5.0.9) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + + + ## [clickhouse-5.0.8](https://github.com/truecharts/charts/compare/clickhouse-5.0.7...clickhouse-5.0.8) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [clickhouse-4.0.10](https://github.com/truecharts/charts/compare/clickhouse-4.0.9...clickhouse-4.0.10) (2023-03-11) ### Chore - -- remove subchart and update common - - - - -## [clickhouse-4.0.9](https://github.com/truecharts/charts/compare/clickhouse-4.0.8...clickhouse-4.0.9) (2023-03-07) - -### Fix diff --git a/dependency/clickhouse/5.0.8/Chart.yaml b/dependency/clickhouse/5.0.9/Chart.yaml similarity index 95% rename from dependency/clickhouse/5.0.8/Chart.yaml rename to dependency/clickhouse/5.0.9/Chart.yaml index 38ebe69b3b..7168a3e1a0 100644 --- a/dependency/clickhouse/5.0.8/Chart.yaml +++ b/dependency/clickhouse/5.0.9/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.2.1.253" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.13 + version: 12.4.14 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.8 +version: 5.0.9 annotations: truecharts.org/catagories: | - database diff --git a/dependency/clickhouse/5.0.8/README.md b/dependency/clickhouse/5.0.9/README.md similarity index 100% rename from dependency/clickhouse/5.0.8/README.md rename to dependency/clickhouse/5.0.9/README.md diff --git a/dependency/clickhouse/5.0.9/app-changelog.md b/dependency/clickhouse/5.0.9/app-changelog.md new file mode 100644 index 0000000000..2689d446d9 --- /dev/null +++ b/dependency/clickhouse/5.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clickhouse-5.0.9](https://github.com/truecharts/charts/compare/clickhouse-5.0.8...clickhouse-5.0.9) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + \ No newline at end of file diff --git a/dependency/clickhouse/5.0.8/app-readme.md b/dependency/clickhouse/5.0.9/app-readme.md similarity index 100% rename from dependency/clickhouse/5.0.8/app-readme.md rename to dependency/clickhouse/5.0.9/app-readme.md diff --git a/dependency/clickhouse/5.0.9/charts/common-12.4.14.tgz b/dependency/clickhouse/5.0.9/charts/common-12.4.14.tgz new file mode 100644 index 0000000000..95628f3ef0 Binary files /dev/null and b/dependency/clickhouse/5.0.9/charts/common-12.4.14.tgz differ diff --git a/dependency/clickhouse/5.0.8/ix_values.yaml b/dependency/clickhouse/5.0.9/ix_values.yaml similarity index 100% rename from dependency/clickhouse/5.0.8/ix_values.yaml rename to dependency/clickhouse/5.0.9/ix_values.yaml diff --git a/dependency/clickhouse/5.0.8/questions.yaml b/dependency/clickhouse/5.0.9/questions.yaml similarity index 97% rename from dependency/clickhouse/5.0.8/questions.yaml rename to dependency/clickhouse/5.0.9/questions.yaml index 67d8db34ca..4003a5c884 100644 --- a/dependency/clickhouse/5.0.8/questions.yaml +++ b/dependency/clickhouse/5.0.9/questions.yaml @@ -286,41 +286,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - show_subquestions_if: static - subquestions: - - variable: staticIPConfigurations - label: Static IP Addresses + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination schema: - type: list - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway schema: - type: list - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true + type: ipaddr + cidr: false + required: true - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/clickhouse/5.0.8/templates/NOTES.txt b/dependency/clickhouse/5.0.9/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/5.0.8/templates/NOTES.txt rename to dependency/clickhouse/5.0.9/templates/NOTES.txt diff --git a/dependency/clickhouse/5.0.8/templates/common.yaml b/dependency/clickhouse/5.0.9/templates/common.yaml similarity index 100% rename from dependency/clickhouse/5.0.8/templates/common.yaml rename to dependency/clickhouse/5.0.9/templates/common.yaml diff --git a/dependency/clickhouse/5.0.8/values.yaml b/dependency/clickhouse/5.0.9/values.yaml similarity index 100% rename from dependency/clickhouse/5.0.8/values.yaml rename to dependency/clickhouse/5.0.9/values.yaml diff --git a/dependency/mariadb/7.0.9/CHANGELOG.md b/dependency/mariadb/7.0.10/CHANGELOG.md similarity index 91% rename from dependency/mariadb/7.0.9/CHANGELOG.md rename to dependency/mariadb/7.0.10/CHANGELOG.md index a950b67e68..fb225c7507 100644 --- a/dependency/mariadb/7.0.9/CHANGELOG.md +++ b/dependency/mariadb/7.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mariadb-7.0.10](https://github.com/truecharts/charts/compare/mariadb-7.0.9...mariadb-7.0.10) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + + + ## [mariadb-7.0.9](https://github.com/truecharts/charts/compare/mariadb-7.0.8...mariadb-7.0.9) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [mariadb-7.0.0](https://github.com/truecharts/charts/compare/mariadb-6.0.10...mariadb-7.0.0) (2023-03-12) ### Fix - -- BREAKING CHANGE move to deployment instead of statefullset - - - - -## [mariadb-6.0.10](https://github.com/truecharts/charts/compare/mariadb-6.0.9...mariadb-6.0.10) (2023-03-11) - -### Chore diff --git a/dependency/mariadb/7.0.9/Chart.yaml b/dependency/mariadb/7.0.10/Chart.yaml similarity index 96% rename from dependency/mariadb/7.0.9/Chart.yaml rename to dependency/mariadb/7.0.10/Chart.yaml index 738d65acd2..71067858e6 100644 --- a/dependency/mariadb/7.0.9/Chart.yaml +++ b/dependency/mariadb/7.0.10/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.11.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.13 + version: 12.4.14 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.9 +version: 7.0.10 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/7.0.9/README.md b/dependency/mariadb/7.0.10/README.md similarity index 100% rename from dependency/mariadb/7.0.9/README.md rename to dependency/mariadb/7.0.10/README.md diff --git a/dependency/mariadb/7.0.10/app-changelog.md b/dependency/mariadb/7.0.10/app-changelog.md new file mode 100644 index 0000000000..78236fc5fc --- /dev/null +++ b/dependency/mariadb/7.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mariadb-7.0.10](https://github.com/truecharts/charts/compare/mariadb-7.0.9...mariadb-7.0.10) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + \ No newline at end of file diff --git a/dependency/mariadb/7.0.9/app-readme.md b/dependency/mariadb/7.0.10/app-readme.md similarity index 100% rename from dependency/mariadb/7.0.9/app-readme.md rename to dependency/mariadb/7.0.10/app-readme.md diff --git a/dependency/mariadb/7.0.10/charts/common-12.4.14.tgz b/dependency/mariadb/7.0.10/charts/common-12.4.14.tgz new file mode 100644 index 0000000000..95628f3ef0 Binary files /dev/null and b/dependency/mariadb/7.0.10/charts/common-12.4.14.tgz differ diff --git a/dependency/mariadb/7.0.9/ix_values.yaml b/dependency/mariadb/7.0.10/ix_values.yaml similarity index 100% rename from dependency/mariadb/7.0.9/ix_values.yaml rename to dependency/mariadb/7.0.10/ix_values.yaml diff --git a/dependency/mariadb/7.0.9/questions.yaml b/dependency/mariadb/7.0.10/questions.yaml similarity index 97% rename from dependency/mariadb/7.0.9/questions.yaml rename to dependency/mariadb/7.0.10/questions.yaml index 0a57b32b59..202eda8ce3 100644 --- a/dependency/mariadb/7.0.9/questions.yaml +++ b/dependency/mariadb/7.0.10/questions.yaml @@ -280,41 +280,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - show_subquestions_if: static - subquestions: - - variable: staticIPConfigurations - label: Static IP Addresses + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination schema: - type: list - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway schema: - type: list - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true + type: ipaddr + cidr: false + required: true - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/mariadb/7.0.9/templates/NOTES.txt b/dependency/mariadb/7.0.10/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/7.0.9/templates/NOTES.txt rename to dependency/mariadb/7.0.10/templates/NOTES.txt diff --git a/dependency/mariadb/7.0.9/templates/common.yaml b/dependency/mariadb/7.0.10/templates/common.yaml similarity index 100% rename from dependency/mariadb/7.0.9/templates/common.yaml rename to dependency/mariadb/7.0.10/templates/common.yaml diff --git a/dependency/mariadb/7.0.9/values.yaml b/dependency/mariadb/7.0.10/values.yaml similarity index 100% rename from dependency/mariadb/7.0.9/values.yaml rename to dependency/mariadb/7.0.10/values.yaml diff --git a/dependency/mariadb/7.0.9/app-changelog.md b/dependency/mariadb/7.0.9/app-changelog.md deleted file mode 100644 index ae0955603e..0000000000 --- a/dependency/mariadb/7.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mariadb-7.0.9](https://github.com/truecharts/charts/compare/mariadb-7.0.8...mariadb-7.0.9) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035)) - - \ No newline at end of file diff --git a/dependency/mariadb/7.0.9/charts/common-12.4.13.tgz b/dependency/mariadb/7.0.9/charts/common-12.4.13.tgz deleted file mode 100644 index 6fac0213f8..0000000000 Binary files a/dependency/mariadb/7.0.9/charts/common-12.4.13.tgz and /dev/null differ diff --git a/dependency/memcached/6.0.19/app-changelog.md b/dependency/memcached/6.0.19/app-changelog.md deleted file mode 100644 index 1d0299e2ee..0000000000 --- a/dependency/memcached/6.0.19/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [memcached-6.0.19](https://github.com/truecharts/charts/compare/memcached-6.0.18...memcached-6.0.19) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035)) - - \ No newline at end of file diff --git a/dependency/memcached/6.0.19/charts/common-12.4.13.tgz b/dependency/memcached/6.0.19/charts/common-12.4.13.tgz deleted file mode 100644 index 6fac0213f8..0000000000 Binary files a/dependency/memcached/6.0.19/charts/common-12.4.13.tgz and /dev/null differ diff --git a/dependency/memcached/6.0.19/CHANGELOG.md b/dependency/memcached/6.0.20/CHANGELOG.md similarity index 90% rename from dependency/memcached/6.0.19/CHANGELOG.md rename to dependency/memcached/6.0.20/CHANGELOG.md index 290eb3713c..6757485c13 100644 --- a/dependency/memcached/6.0.19/CHANGELOG.md +++ b/dependency/memcached/6.0.20/CHANGELOG.md @@ -4,6 +4,15 @@ +## [memcached-6.0.20](https://github.com/truecharts/charts/compare/memcached-6.0.19...memcached-6.0.20) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + + + ## [memcached-6.0.19](https://github.com/truecharts/charts/compare/memcached-6.0.18...memcached-6.0.19) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [memcached-6.0.10](https://github.com/truecharts/charts/compare/memcached-6.0.9...memcached-6.0.10) (2023-03-11) ### Chore - -- remove subchart and update common - - - - -## [memcached-6.0.9](https://github.com/truecharts/charts/compare/memcached-6.0.8...memcached-6.0.9) (2023-03-07) - -### Fix diff --git a/dependency/memcached/6.0.19/Chart.yaml b/dependency/memcached/6.0.20/Chart.yaml similarity index 95% rename from dependency/memcached/6.0.19/Chart.yaml rename to dependency/memcached/6.0.20/Chart.yaml index efe2e01a20..bb1e9f74b1 100644 --- a/dependency/memcached/6.0.19/Chart.yaml +++ b/dependency/memcached/6.0.20/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.18" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.13 + version: 12.4.14 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.19 +version: 6.0.20 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/6.0.19/README.md b/dependency/memcached/6.0.20/README.md similarity index 100% rename from dependency/memcached/6.0.19/README.md rename to dependency/memcached/6.0.20/README.md diff --git a/dependency/memcached/6.0.20/app-changelog.md b/dependency/memcached/6.0.20/app-changelog.md new file mode 100644 index 0000000000..0671a587fe --- /dev/null +++ b/dependency/memcached/6.0.20/app-changelog.md @@ -0,0 +1,9 @@ + + +## [memcached-6.0.20](https://github.com/truecharts/charts/compare/memcached-6.0.19...memcached-6.0.20) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + \ No newline at end of file diff --git a/dependency/memcached/6.0.19/app-readme.md b/dependency/memcached/6.0.20/app-readme.md similarity index 100% rename from dependency/memcached/6.0.19/app-readme.md rename to dependency/memcached/6.0.20/app-readme.md diff --git a/dependency/memcached/6.0.20/charts/common-12.4.14.tgz b/dependency/memcached/6.0.20/charts/common-12.4.14.tgz new file mode 100644 index 0000000000..95628f3ef0 Binary files /dev/null and b/dependency/memcached/6.0.20/charts/common-12.4.14.tgz differ diff --git a/dependency/memcached/6.0.19/ix_values.yaml b/dependency/memcached/6.0.20/ix_values.yaml similarity index 100% rename from dependency/memcached/6.0.19/ix_values.yaml rename to dependency/memcached/6.0.20/ix_values.yaml diff --git a/dependency/memcached/6.0.19/questions.yaml b/dependency/memcached/6.0.20/questions.yaml similarity index 97% rename from dependency/memcached/6.0.19/questions.yaml rename to dependency/memcached/6.0.20/questions.yaml index f6252fa74f..57084cea7b 100644 --- a/dependency/memcached/6.0.19/questions.yaml +++ b/dependency/memcached/6.0.20/questions.yaml @@ -250,41 +250,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - show_subquestions_if: static - subquestions: - - variable: staticIPConfigurations - label: Static IP Addresses + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination schema: - type: list - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway schema: - type: list - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true + type: ipaddr + cidr: false + required: true - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/memcached/6.0.19/templates/NOTES.txt b/dependency/memcached/6.0.20/templates/NOTES.txt similarity index 100% rename from dependency/memcached/6.0.19/templates/NOTES.txt rename to dependency/memcached/6.0.20/templates/NOTES.txt diff --git a/dependency/memcached/6.0.19/templates/common.yaml b/dependency/memcached/6.0.20/templates/common.yaml similarity index 100% rename from dependency/memcached/6.0.19/templates/common.yaml rename to dependency/memcached/6.0.20/templates/common.yaml diff --git a/dependency/memcached/6.0.19/values.yaml b/dependency/memcached/6.0.20/values.yaml similarity index 100% rename from dependency/memcached/6.0.19/values.yaml rename to dependency/memcached/6.0.20/values.yaml diff --git a/dependency/mongodb/6.0.8/app-changelog.md b/dependency/mongodb/6.0.8/app-changelog.md deleted file mode 100644 index f6cd13ea72..0000000000 --- a/dependency/mongodb/6.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mongodb-6.0.8](https://github.com/truecharts/charts/compare/mongodb-6.0.7...mongodb-6.0.8) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035)) - - \ No newline at end of file diff --git a/dependency/mongodb/6.0.8/charts/common-12.4.13.tgz b/dependency/mongodb/6.0.8/charts/common-12.4.13.tgz deleted file mode 100644 index 6fac0213f8..0000000000 Binary files a/dependency/mongodb/6.0.8/charts/common-12.4.13.tgz and /dev/null differ diff --git a/dependency/mongodb/6.0.8/CHANGELOG.md b/dependency/mongodb/6.0.9/CHANGELOG.md similarity index 90% rename from dependency/mongodb/6.0.8/CHANGELOG.md rename to dependency/mongodb/6.0.9/CHANGELOG.md index 44bcb41c64..85e13ebdc0 100644 --- a/dependency/mongodb/6.0.8/CHANGELOG.md +++ b/dependency/mongodb/6.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mongodb-6.0.9](https://github.com/truecharts/charts/compare/mongodb-6.0.8...mongodb-6.0.9) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + + + ## [mongodb-6.0.8](https://github.com/truecharts/charts/compare/mongodb-6.0.7...mongodb-6.0.8) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [mongodb-5.0.10](https://github.com/truecharts/charts/compare/mongodb-5.0.9...mongodb-5.0.10) (2023-03-11) ### Chore - -- remove subchart and update common - - - - -## [mongodb-5.0.9](https://github.com/truecharts/charts/compare/mongodb-5.0.8...mongodb-5.0.9) (2023-03-07) - -### Fix diff --git a/dependency/mongodb/6.0.8/Chart.yaml b/dependency/mongodb/6.0.9/Chart.yaml similarity index 95% rename from dependency/mongodb/6.0.8/Chart.yaml rename to dependency/mongodb/6.0.9/Chart.yaml index 165bbe7597..31eab40dcb 100644 --- a/dependency/mongodb/6.0.8/Chart.yaml +++ b/dependency/mongodb/6.0.9/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.13 + version: 12.4.14 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.8 +version: 6.0.9 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/6.0.8/README.md b/dependency/mongodb/6.0.9/README.md similarity index 100% rename from dependency/mongodb/6.0.8/README.md rename to dependency/mongodb/6.0.9/README.md diff --git a/dependency/mongodb/6.0.9/app-changelog.md b/dependency/mongodb/6.0.9/app-changelog.md new file mode 100644 index 0000000000..f0a6a707f5 --- /dev/null +++ b/dependency/mongodb/6.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mongodb-6.0.9](https://github.com/truecharts/charts/compare/mongodb-6.0.8...mongodb-6.0.9) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + \ No newline at end of file diff --git a/dependency/mongodb/6.0.8/app-readme.md b/dependency/mongodb/6.0.9/app-readme.md similarity index 100% rename from dependency/mongodb/6.0.8/app-readme.md rename to dependency/mongodb/6.0.9/app-readme.md diff --git a/dependency/mongodb/6.0.9/charts/common-12.4.14.tgz b/dependency/mongodb/6.0.9/charts/common-12.4.14.tgz new file mode 100644 index 0000000000..95628f3ef0 Binary files /dev/null and b/dependency/mongodb/6.0.9/charts/common-12.4.14.tgz differ diff --git a/dependency/mongodb/6.0.8/ix_values.yaml b/dependency/mongodb/6.0.9/ix_values.yaml similarity index 100% rename from dependency/mongodb/6.0.8/ix_values.yaml rename to dependency/mongodb/6.0.9/ix_values.yaml diff --git a/dependency/mongodb/6.0.8/questions.yaml b/dependency/mongodb/6.0.9/questions.yaml similarity index 97% rename from dependency/mongodb/6.0.8/questions.yaml rename to dependency/mongodb/6.0.9/questions.yaml index 2d3df6ce83..d24e11d928 100644 --- a/dependency/mongodb/6.0.8/questions.yaml +++ b/dependency/mongodb/6.0.9/questions.yaml @@ -280,41 +280,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - show_subquestions_if: static - subquestions: - - variable: staticIPConfigurations - label: Static IP Addresses + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination schema: - type: list - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway schema: - type: list - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true + type: ipaddr + cidr: false + required: true - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/mongodb/6.0.8/templates/NOTES.txt b/dependency/mongodb/6.0.9/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/6.0.8/templates/NOTES.txt rename to dependency/mongodb/6.0.9/templates/NOTES.txt diff --git a/dependency/mongodb/6.0.8/templates/common.yaml b/dependency/mongodb/6.0.9/templates/common.yaml similarity index 100% rename from dependency/mongodb/6.0.8/templates/common.yaml rename to dependency/mongodb/6.0.9/templates/common.yaml diff --git a/dependency/mongodb/6.0.8/values.yaml b/dependency/mongodb/6.0.9/values.yaml similarity index 100% rename from dependency/mongodb/6.0.8/values.yaml rename to dependency/mongodb/6.0.9/values.yaml diff --git a/dependency/redis/6.0.25/app-changelog.md b/dependency/redis/6.0.25/app-changelog.md deleted file mode 100644 index aa85f16b5b..0000000000 --- a/dependency/redis/6.0.25/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redis-6.0.25](https://github.com/truecharts/charts/compare/redis-6.0.24...redis-6.0.25) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035)) - - \ No newline at end of file diff --git a/dependency/redis/6.0.25/charts/common-12.4.13.tgz b/dependency/redis/6.0.25/charts/common-12.4.13.tgz deleted file mode 100644 index 6fac0213f8..0000000000 Binary files a/dependency/redis/6.0.25/charts/common-12.4.13.tgz and /dev/null differ diff --git a/dependency/redis/6.0.25/CHANGELOG.md b/dependency/redis/6.0.26/CHANGELOG.md similarity index 90% rename from dependency/redis/6.0.25/CHANGELOG.md rename to dependency/redis/6.0.26/CHANGELOG.md index 96e530a71f..45cefeec84 100644 --- a/dependency/redis/6.0.25/CHANGELOG.md +++ b/dependency/redis/6.0.26/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redis-6.0.26](https://github.com/truecharts/charts/compare/redis-6.0.25...redis-6.0.26) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + + + ## [redis-6.0.25](https://github.com/truecharts/charts/compare/redis-6.0.24...redis-6.0.25) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [redis-6.0.16](https://github.com/truecharts/charts/compare/redis-6.0.15...redis-6.0.16) (2023-03-11) ### Chore - -- remove subchart and update common - - - - -## [redis-6.0.15](https://github.com/truecharts/charts/compare/redis-6.0.14...redis-6.0.15) (2023-03-09) - -### Chore diff --git a/dependency/redis/6.0.25/Chart.yaml b/dependency/redis/6.0.26/Chart.yaml similarity index 95% rename from dependency/redis/6.0.25/Chart.yaml rename to dependency/redis/6.0.26/Chart.yaml index cf61e8c1e1..999086c968 100644 --- a/dependency/redis/6.0.25/Chart.yaml +++ b/dependency/redis/6.0.26/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.8" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.13 + version: 12.4.14 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.25 +version: 6.0.26 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/6.0.25/README.md b/dependency/redis/6.0.26/README.md similarity index 100% rename from dependency/redis/6.0.25/README.md rename to dependency/redis/6.0.26/README.md diff --git a/dependency/redis/6.0.26/app-changelog.md b/dependency/redis/6.0.26/app-changelog.md new file mode 100644 index 0000000000..176c92727f --- /dev/null +++ b/dependency/redis/6.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redis-6.0.26](https://github.com/truecharts/charts/compare/redis-6.0.25...redis-6.0.26) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + \ No newline at end of file diff --git a/dependency/redis/6.0.25/app-readme.md b/dependency/redis/6.0.26/app-readme.md similarity index 100% rename from dependency/redis/6.0.25/app-readme.md rename to dependency/redis/6.0.26/app-readme.md diff --git a/dependency/redis/6.0.26/charts/common-12.4.14.tgz b/dependency/redis/6.0.26/charts/common-12.4.14.tgz new file mode 100644 index 0000000000..95628f3ef0 Binary files /dev/null and b/dependency/redis/6.0.26/charts/common-12.4.14.tgz differ diff --git a/dependency/redis/6.0.25/ix_values.yaml b/dependency/redis/6.0.26/ix_values.yaml similarity index 100% rename from dependency/redis/6.0.25/ix_values.yaml rename to dependency/redis/6.0.26/ix_values.yaml diff --git a/dependency/redis/6.0.25/questions.yaml b/dependency/redis/6.0.26/questions.yaml similarity index 97% rename from dependency/redis/6.0.25/questions.yaml rename to dependency/redis/6.0.26/questions.yaml index d6d6aeedc0..726eed9bc7 100644 --- a/dependency/redis/6.0.25/questions.yaml +++ b/dependency/redis/6.0.26/questions.yaml @@ -259,41 +259,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - show_subquestions_if: static - subquestions: - - variable: staticIPConfigurations - label: Static IP Addresses + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination schema: - type: list - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway schema: - type: list - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true + type: ipaddr + cidr: false + required: true - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/redis/6.0.25/templates/NOTES.txt b/dependency/redis/6.0.26/templates/NOTES.txt similarity index 100% rename from dependency/redis/6.0.25/templates/NOTES.txt rename to dependency/redis/6.0.26/templates/NOTES.txt diff --git a/dependency/redis/6.0.25/templates/common.yaml b/dependency/redis/6.0.26/templates/common.yaml similarity index 100% rename from dependency/redis/6.0.25/templates/common.yaml rename to dependency/redis/6.0.26/templates/common.yaml diff --git a/dependency/redis/6.0.25/values.yaml b/dependency/redis/6.0.26/values.yaml similarity index 100% rename from dependency/redis/6.0.25/values.yaml rename to dependency/redis/6.0.26/values.yaml diff --git a/dependency/solr/4.0.8/app-changelog.md b/dependency/solr/4.0.8/app-changelog.md deleted file mode 100644 index d40b46fdc0..0000000000 --- a/dependency/solr/4.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [solr-4.0.8](https://github.com/truecharts/charts/compare/solr-4.0.7...solr-4.0.8) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035)) - - \ No newline at end of file diff --git a/dependency/solr/4.0.8/charts/common-12.4.13.tgz b/dependency/solr/4.0.8/charts/common-12.4.13.tgz deleted file mode 100644 index 6fac0213f8..0000000000 Binary files a/dependency/solr/4.0.8/charts/common-12.4.13.tgz and /dev/null differ diff --git a/dependency/solr/4.0.8/CHANGELOG.md b/dependency/solr/4.0.9/CHANGELOG.md similarity index 90% rename from dependency/solr/4.0.8/CHANGELOG.md rename to dependency/solr/4.0.9/CHANGELOG.md index 06f8efef3a..33027d881c 100644 --- a/dependency/solr/4.0.8/CHANGELOG.md +++ b/dependency/solr/4.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [solr-4.0.9](https://github.com/truecharts/charts/compare/solr-4.0.8...solr-4.0.9) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + + + ## [solr-4.0.8](https://github.com/truecharts/charts/compare/solr-4.0.7...solr-4.0.8) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [solr-3.0.8](https://github.com/truecharts/charts/compare/solr-3.0.7...solr-3.0.8) (2023-03-11) ### Chore - -- remove subchart and update common - - - - -## [solr-3.0.7](https://github.com/truecharts/charts/compare/solr-3.0.6...solr-3.0.7) (2023-03-07) - -### Fix diff --git a/dependency/solr/4.0.8/Chart.yaml b/dependency/solr/4.0.9/Chart.yaml similarity index 95% rename from dependency/solr/4.0.8/Chart.yaml rename to dependency/solr/4.0.9/Chart.yaml index ce94161c30..fa40060d8b 100644 --- a/dependency/solr/4.0.8/Chart.yaml +++ b/dependency/solr/4.0.9/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "9.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.13 + version: 12.4.14 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.8 +version: 4.0.9 annotations: truecharts.org/catagories: | - search diff --git a/dependency/solr/4.0.8/README.md b/dependency/solr/4.0.9/README.md similarity index 100% rename from dependency/solr/4.0.8/README.md rename to dependency/solr/4.0.9/README.md diff --git a/dependency/solr/4.0.9/app-changelog.md b/dependency/solr/4.0.9/app-changelog.md new file mode 100644 index 0000000000..c575823915 --- /dev/null +++ b/dependency/solr/4.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [solr-4.0.9](https://github.com/truecharts/charts/compare/solr-4.0.8...solr-4.0.9) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045)) + + \ No newline at end of file diff --git a/dependency/solr/4.0.8/app-readme.md b/dependency/solr/4.0.9/app-readme.md similarity index 100% rename from dependency/solr/4.0.8/app-readme.md rename to dependency/solr/4.0.9/app-readme.md diff --git a/dependency/solr/4.0.9/charts/common-12.4.14.tgz b/dependency/solr/4.0.9/charts/common-12.4.14.tgz new file mode 100644 index 0000000000..95628f3ef0 Binary files /dev/null and b/dependency/solr/4.0.9/charts/common-12.4.14.tgz differ diff --git a/dependency/solr/4.0.8/ix_values.yaml b/dependency/solr/4.0.9/ix_values.yaml similarity index 100% rename from dependency/solr/4.0.8/ix_values.yaml rename to dependency/solr/4.0.9/ix_values.yaml diff --git a/dependency/solr/4.0.8/questions.yaml b/dependency/solr/4.0.9/questions.yaml similarity index 97% rename from dependency/solr/4.0.8/questions.yaml rename to dependency/solr/4.0.9/questions.yaml index d84ee35b66..b31c2dba52 100644 --- a/dependency/solr/4.0.8/questions.yaml +++ b/dependency/solr/4.0.9/questions.yaml @@ -287,41 +287,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - show_subquestions_if: static - subquestions: - - variable: staticIPConfigurations - label: Static IP Addresses + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["ipam", "=", {"type": "static"}]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination schema: - type: list - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway schema: - type: list - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true + type: ipaddr + cidr: false + required: true - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/solr/4.0.8/templates/NOTES.txt b/dependency/solr/4.0.9/templates/NOTES.txt similarity index 100% rename from dependency/solr/4.0.8/templates/NOTES.txt rename to dependency/solr/4.0.9/templates/NOTES.txt diff --git a/dependency/solr/4.0.8/templates/common.yaml b/dependency/solr/4.0.9/templates/common.yaml similarity index 100% rename from dependency/solr/4.0.8/templates/common.yaml rename to dependency/solr/4.0.9/templates/common.yaml diff --git a/dependency/solr/4.0.8/values.yaml b/dependency/solr/4.0.9/values.yaml similarity index 100% rename from dependency/solr/4.0.8/values.yaml rename to dependency/solr/4.0.9/values.yaml