diff --git a/dependency/clickhouse/5.0.10/app-changelog.md b/dependency/clickhouse/5.0.10/app-changelog.md deleted file mode 100644 index 6ca06f1c36..0000000000 --- a/dependency/clickhouse/5.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clickhouse-5.0.10](https://github.com/truecharts/charts/compare/clickhouse-5.0.9...clickhouse-5.0.10) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050)) - - \ No newline at end of file diff --git a/dependency/clickhouse/5.0.10/charts/common-12.4.15.tgz b/dependency/clickhouse/5.0.10/charts/common-12.4.15.tgz deleted file mode 100644 index b8869e1524..0000000000 Binary files a/dependency/clickhouse/5.0.10/charts/common-12.4.15.tgz and /dev/null differ diff --git a/dependency/clickhouse/5.0.10/CHANGELOG.md b/dependency/clickhouse/5.0.11/CHANGELOG.md similarity index 90% rename from dependency/clickhouse/5.0.10/CHANGELOG.md rename to dependency/clickhouse/5.0.11/CHANGELOG.md index 0b617025d8..4010052249 100644 --- a/dependency/clickhouse/5.0.10/CHANGELOG.md +++ b/dependency/clickhouse/5.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [clickhouse-5.0.11](https://github.com/truecharts/charts/compare/clickhouse-5.0.10...clickhouse-5.0.11) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + + + ## [clickhouse-5.0.10](https://github.com/truecharts/charts/compare/clickhouse-5.0.9...clickhouse-5.0.10) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [clickhouse-5.0.1](https://github.com/truecharts/charts/compare/clickhouse-5.0.0...clickhouse-5.0.1) (2023-04-05) ### Chore - -- common bump to .32 - - - - -## [clickhouse-5.0.0](https://github.com/truecharts/charts/compare/clickhouse-4.0.10...clickhouse-5.0.0) (2023-03-19) - -### Feat diff --git a/dependency/clickhouse/5.0.10/Chart.yaml b/dependency/clickhouse/5.0.11/Chart.yaml similarity index 95% rename from dependency/clickhouse/5.0.10/Chart.yaml rename to dependency/clickhouse/5.0.11/Chart.yaml index 7fbc6ebdd8..4eee8bc939 100644 --- a/dependency/clickhouse/5.0.10/Chart.yaml +++ b/dependency/clickhouse/5.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.2.1.253" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.15 + version: 12.4.20 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.10 +version: 5.0.11 annotations: truecharts.org/catagories: | - database diff --git a/dependency/clickhouse/5.0.10/README.md b/dependency/clickhouse/5.0.11/README.md similarity index 100% rename from dependency/clickhouse/5.0.10/README.md rename to dependency/clickhouse/5.0.11/README.md diff --git a/dependency/clickhouse/5.0.11/app-changelog.md b/dependency/clickhouse/5.0.11/app-changelog.md new file mode 100644 index 0000000000..3733b7d11a --- /dev/null +++ b/dependency/clickhouse/5.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clickhouse-5.0.11](https://github.com/truecharts/charts/compare/clickhouse-5.0.10...clickhouse-5.0.11) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + \ No newline at end of file diff --git a/dependency/clickhouse/5.0.10/app-readme.md b/dependency/clickhouse/5.0.11/app-readme.md similarity index 100% rename from dependency/clickhouse/5.0.10/app-readme.md rename to dependency/clickhouse/5.0.11/app-readme.md diff --git a/dependency/clickhouse/5.0.11/charts/common-12.4.20.tgz b/dependency/clickhouse/5.0.11/charts/common-12.4.20.tgz new file mode 100644 index 0000000000..7e460dea86 Binary files /dev/null and b/dependency/clickhouse/5.0.11/charts/common-12.4.20.tgz differ diff --git a/dependency/clickhouse/5.0.10/ix_values.yaml b/dependency/clickhouse/5.0.11/ix_values.yaml similarity index 100% rename from dependency/clickhouse/5.0.10/ix_values.yaml rename to dependency/clickhouse/5.0.11/ix_values.yaml diff --git a/dependency/clickhouse/5.0.10/questions.yaml b/dependency/clickhouse/5.0.11/questions.yaml similarity index 97% rename from dependency/clickhouse/5.0.10/questions.yaml rename to dependency/clickhouse/5.0.11/questions.yaml index 4003a5c884..dddd3dbbd0 100644 --- a/dependency/clickhouse/5.0.10/questions.yaml +++ b/dependency/clickhouse/5.0.11/questions.yaml @@ -243,6 +243,7 @@ questions: group: Networking and Services label: Host-Networking (Complicated) schema: + hidden: true type: boolean default: false - variable: scaleExternalInterface @@ -286,41 +287,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["ipam", "=", {"type": "static"}]] - items: - - variable: staticIP - label: Static IP + - variable: staticIPConfigurations + label: Static IP Addresses 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 + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP schema: type: ipaddr cidr: true - required: true - - variable: gateway - label: Gateway + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration schema: - type: ipaddr - cidr: false - required: true + 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 - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/clickhouse/5.0.10/templates/NOTES.txt b/dependency/clickhouse/5.0.11/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/5.0.10/templates/NOTES.txt rename to dependency/clickhouse/5.0.11/templates/NOTES.txt diff --git a/dependency/clickhouse/5.0.10/templates/common.yaml b/dependency/clickhouse/5.0.11/templates/common.yaml similarity index 100% rename from dependency/clickhouse/5.0.10/templates/common.yaml rename to dependency/clickhouse/5.0.11/templates/common.yaml diff --git a/dependency/clickhouse/5.0.10/values.yaml b/dependency/clickhouse/5.0.11/values.yaml similarity index 100% rename from dependency/clickhouse/5.0.10/values.yaml rename to dependency/clickhouse/5.0.11/values.yaml diff --git a/dependency/mariadb/7.0.11/app-changelog.md b/dependency/mariadb/7.0.11/app-changelog.md deleted file mode 100644 index f20d9bb807..0000000000 --- a/dependency/mariadb/7.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mariadb-7.0.11](https://github.com/truecharts/charts/compare/mariadb-7.0.10...mariadb-7.0.11) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050)) - - \ No newline at end of file diff --git a/dependency/mariadb/7.0.11/charts/common-12.4.15.tgz b/dependency/mariadb/7.0.11/charts/common-12.4.15.tgz deleted file mode 100644 index b8869e1524..0000000000 Binary files a/dependency/mariadb/7.0.11/charts/common-12.4.15.tgz and /dev/null differ diff --git a/dependency/mariadb/7.0.11/CHANGELOG.md b/dependency/mariadb/7.0.12/CHANGELOG.md similarity index 90% rename from dependency/mariadb/7.0.11/CHANGELOG.md rename to dependency/mariadb/7.0.12/CHANGELOG.md index 4e9eab561e..36585ef3db 100644 --- a/dependency/mariadb/7.0.11/CHANGELOG.md +++ b/dependency/mariadb/7.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mariadb-7.0.12](https://github.com/truecharts/charts/compare/mariadb-7.0.11...mariadb-7.0.12) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + + + ## [mariadb-7.0.11](https://github.com/truecharts/charts/compare/mariadb-7.0.10...mariadb-7.0.11) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [mariadb-7.0.2](https://github.com/truecharts/charts/compare/mariadb-7.0.1...mariadb-7.0.2) (2023-04-05) ### Chore - -- common bump to .32 - - - - -## [mariadb-7.0.1](https://github.com/truecharts/charts/compare/mariadb-7.0.0...mariadb-7.0.1) (2023-03-19) - -### Feat diff --git a/dependency/mariadb/7.0.11/Chart.yaml b/dependency/mariadb/7.0.12/Chart.yaml similarity index 96% rename from dependency/mariadb/7.0.11/Chart.yaml rename to dependency/mariadb/7.0.12/Chart.yaml index 515d3e7f24..b6ae080cfb 100644 --- a/dependency/mariadb/7.0.11/Chart.yaml +++ b/dependency/mariadb/7.0.12/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.11.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.15 + version: 12.4.20 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.11 +version: 7.0.12 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/7.0.11/README.md b/dependency/mariadb/7.0.12/README.md similarity index 100% rename from dependency/mariadb/7.0.11/README.md rename to dependency/mariadb/7.0.12/README.md diff --git a/dependency/mariadb/7.0.12/app-changelog.md b/dependency/mariadb/7.0.12/app-changelog.md new file mode 100644 index 0000000000..7cce544897 --- /dev/null +++ b/dependency/mariadb/7.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mariadb-7.0.12](https://github.com/truecharts/charts/compare/mariadb-7.0.11...mariadb-7.0.12) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + \ No newline at end of file diff --git a/dependency/mariadb/7.0.11/app-readme.md b/dependency/mariadb/7.0.12/app-readme.md similarity index 100% rename from dependency/mariadb/7.0.11/app-readme.md rename to dependency/mariadb/7.0.12/app-readme.md diff --git a/dependency/mariadb/7.0.12/charts/common-12.4.20.tgz b/dependency/mariadb/7.0.12/charts/common-12.4.20.tgz new file mode 100644 index 0000000000..7e460dea86 Binary files /dev/null and b/dependency/mariadb/7.0.12/charts/common-12.4.20.tgz differ diff --git a/dependency/mariadb/7.0.11/ix_values.yaml b/dependency/mariadb/7.0.12/ix_values.yaml similarity index 100% rename from dependency/mariadb/7.0.11/ix_values.yaml rename to dependency/mariadb/7.0.12/ix_values.yaml diff --git a/dependency/mariadb/7.0.11/questions.yaml b/dependency/mariadb/7.0.12/questions.yaml similarity index 97% rename from dependency/mariadb/7.0.11/questions.yaml rename to dependency/mariadb/7.0.12/questions.yaml index 202eda8ce3..ec3e0f69b4 100644 --- a/dependency/mariadb/7.0.11/questions.yaml +++ b/dependency/mariadb/7.0.12/questions.yaml @@ -237,6 +237,7 @@ questions: group: Networking and Services label: Host-Networking (Complicated) schema: + hidden: true type: boolean default: false - variable: scaleExternalInterface @@ -280,41 +281,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["ipam", "=", {"type": "static"}]] - items: - - variable: staticIP - label: Static IP + - variable: staticIPConfigurations + label: Static IP Addresses 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 + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP schema: type: ipaddr cidr: true - required: true - - variable: gateway - label: Gateway + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration schema: - type: ipaddr - cidr: false - required: true + 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 - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/mariadb/7.0.11/templates/NOTES.txt b/dependency/mariadb/7.0.12/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/7.0.11/templates/NOTES.txt rename to dependency/mariadb/7.0.12/templates/NOTES.txt diff --git a/dependency/mariadb/7.0.11/templates/common.yaml b/dependency/mariadb/7.0.12/templates/common.yaml similarity index 100% rename from dependency/mariadb/7.0.11/templates/common.yaml rename to dependency/mariadb/7.0.12/templates/common.yaml diff --git a/dependency/mariadb/7.0.11/values.yaml b/dependency/mariadb/7.0.12/values.yaml similarity index 100% rename from dependency/mariadb/7.0.11/values.yaml rename to dependency/mariadb/7.0.12/values.yaml diff --git a/dependency/memcached/6.0.21/app-changelog.md b/dependency/memcached/6.0.21/app-changelog.md deleted file mode 100644 index f9e7cdfff0..0000000000 --- a/dependency/memcached/6.0.21/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [memcached-6.0.21](https://github.com/truecharts/charts/compare/memcached-6.0.20...memcached-6.0.21) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050)) - - \ No newline at end of file diff --git a/dependency/memcached/6.0.21/charts/common-12.4.15.tgz b/dependency/memcached/6.0.21/charts/common-12.4.15.tgz deleted file mode 100644 index b8869e1524..0000000000 Binary files a/dependency/memcached/6.0.21/charts/common-12.4.15.tgz and /dev/null differ diff --git a/dependency/memcached/6.0.21/CHANGELOG.md b/dependency/memcached/6.0.22/CHANGELOG.md similarity index 90% rename from dependency/memcached/6.0.21/CHANGELOG.md rename to dependency/memcached/6.0.22/CHANGELOG.md index dd01d53044..64fbc99519 100644 --- a/dependency/memcached/6.0.21/CHANGELOG.md +++ b/dependency/memcached/6.0.22/CHANGELOG.md @@ -4,6 +4,15 @@ +## [memcached-6.0.22](https://github.com/truecharts/charts/compare/memcached-6.0.21...memcached-6.0.22) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + + + ## [memcached-6.0.21](https://github.com/truecharts/charts/compare/memcached-6.0.20...memcached-6.0.21) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [memcached-6.0.12](https://github.com/truecharts/charts/compare/memcached-6.0.11...memcached-6.0.12) (2023-04-05) ### Chore - -- common bump to .32 - - - - -## [memcached-6.0.11](https://github.com/truecharts/charts/compare/memcached-6.0.10...memcached-6.0.11) (2023-03-19) - -### Feat diff --git a/dependency/memcached/6.0.21/Chart.yaml b/dependency/memcached/6.0.22/Chart.yaml similarity index 95% rename from dependency/memcached/6.0.21/Chart.yaml rename to dependency/memcached/6.0.22/Chart.yaml index 71574e5ba1..53dafabe25 100644 --- a/dependency/memcached/6.0.21/Chart.yaml +++ b/dependency/memcached/6.0.22/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.18" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.15 + version: 12.4.20 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.21 +version: 6.0.22 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/6.0.21/README.md b/dependency/memcached/6.0.22/README.md similarity index 100% rename from dependency/memcached/6.0.21/README.md rename to dependency/memcached/6.0.22/README.md diff --git a/dependency/memcached/6.0.22/app-changelog.md b/dependency/memcached/6.0.22/app-changelog.md new file mode 100644 index 0000000000..b1e8458292 --- /dev/null +++ b/dependency/memcached/6.0.22/app-changelog.md @@ -0,0 +1,9 @@ + + +## [memcached-6.0.22](https://github.com/truecharts/charts/compare/memcached-6.0.21...memcached-6.0.22) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + \ No newline at end of file diff --git a/dependency/memcached/6.0.21/app-readme.md b/dependency/memcached/6.0.22/app-readme.md similarity index 100% rename from dependency/memcached/6.0.21/app-readme.md rename to dependency/memcached/6.0.22/app-readme.md diff --git a/dependency/memcached/6.0.22/charts/common-12.4.20.tgz b/dependency/memcached/6.0.22/charts/common-12.4.20.tgz new file mode 100644 index 0000000000..7e460dea86 Binary files /dev/null and b/dependency/memcached/6.0.22/charts/common-12.4.20.tgz differ diff --git a/dependency/memcached/6.0.21/ix_values.yaml b/dependency/memcached/6.0.22/ix_values.yaml similarity index 100% rename from dependency/memcached/6.0.21/ix_values.yaml rename to dependency/memcached/6.0.22/ix_values.yaml diff --git a/dependency/memcached/6.0.21/questions.yaml b/dependency/memcached/6.0.22/questions.yaml similarity index 97% rename from dependency/memcached/6.0.21/questions.yaml rename to dependency/memcached/6.0.22/questions.yaml index 57084cea7b..41a713ce59 100644 --- a/dependency/memcached/6.0.21/questions.yaml +++ b/dependency/memcached/6.0.22/questions.yaml @@ -207,6 +207,7 @@ questions: group: Networking and Services label: Host-Networking (Complicated) schema: + hidden: true type: boolean default: false - variable: scaleExternalInterface @@ -250,41 +251,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["ipam", "=", {"type": "static"}]] - items: - - variable: staticIP - label: Static IP + - variable: staticIPConfigurations + label: Static IP Addresses 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 + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP schema: type: ipaddr cidr: true - required: true - - variable: gateway - label: Gateway + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration schema: - type: ipaddr - cidr: false - required: true + 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 - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/memcached/6.0.21/templates/NOTES.txt b/dependency/memcached/6.0.22/templates/NOTES.txt similarity index 100% rename from dependency/memcached/6.0.21/templates/NOTES.txt rename to dependency/memcached/6.0.22/templates/NOTES.txt diff --git a/dependency/memcached/6.0.21/templates/common.yaml b/dependency/memcached/6.0.22/templates/common.yaml similarity index 100% rename from dependency/memcached/6.0.21/templates/common.yaml rename to dependency/memcached/6.0.22/templates/common.yaml diff --git a/dependency/memcached/6.0.21/values.yaml b/dependency/memcached/6.0.22/values.yaml similarity index 100% rename from dependency/memcached/6.0.21/values.yaml rename to dependency/memcached/6.0.22/values.yaml diff --git a/dependency/mongodb/6.0.10/app-changelog.md b/dependency/mongodb/6.0.10/app-changelog.md deleted file mode 100644 index 22c7ca43fe..0000000000 --- a/dependency/mongodb/6.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mongodb-6.0.10](https://github.com/truecharts/charts/compare/mongodb-6.0.9...mongodb-6.0.10) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050)) - - \ No newline at end of file diff --git a/dependency/mongodb/6.0.10/charts/common-12.4.15.tgz b/dependency/mongodb/6.0.10/charts/common-12.4.15.tgz deleted file mode 100644 index b8869e1524..0000000000 Binary files a/dependency/mongodb/6.0.10/charts/common-12.4.15.tgz and /dev/null differ diff --git a/dependency/mongodb/6.0.10/CHANGELOG.md b/dependency/mongodb/6.0.11/CHANGELOG.md similarity index 90% rename from dependency/mongodb/6.0.10/CHANGELOG.md rename to dependency/mongodb/6.0.11/CHANGELOG.md index 0cec65ca36..0181dcce40 100644 --- a/dependency/mongodb/6.0.10/CHANGELOG.md +++ b/dependency/mongodb/6.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mongodb-6.0.11](https://github.com/truecharts/charts/compare/mongodb-6.0.10...mongodb-6.0.11) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + + + ## [mongodb-6.0.10](https://github.com/truecharts/charts/compare/mongodb-6.0.9...mongodb-6.0.10) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [mongodb-6.0.1](https://github.com/truecharts/charts/compare/mongodb-6.0.0...mongodb-6.0.1) (2023-04-05) ### Chore - -- common bump to .32 - - - - -## [mongodb-6.0.0](https://github.com/truecharts/charts/compare/mongodb-5.0.10...mongodb-6.0.0) (2023-03-19) - -### Feat diff --git a/dependency/mongodb/6.0.10/Chart.yaml b/dependency/mongodb/6.0.11/Chart.yaml similarity index 95% rename from dependency/mongodb/6.0.10/Chart.yaml rename to dependency/mongodb/6.0.11/Chart.yaml index 31cb1d05f1..86c530c5cd 100644 --- a/dependency/mongodb/6.0.10/Chart.yaml +++ b/dependency/mongodb/6.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.15 + version: 12.4.20 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.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/6.0.10/README.md b/dependency/mongodb/6.0.11/README.md similarity index 100% rename from dependency/mongodb/6.0.10/README.md rename to dependency/mongodb/6.0.11/README.md diff --git a/dependency/mongodb/6.0.11/app-changelog.md b/dependency/mongodb/6.0.11/app-changelog.md new file mode 100644 index 0000000000..255f6ce49e --- /dev/null +++ b/dependency/mongodb/6.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mongodb-6.0.11](https://github.com/truecharts/charts/compare/mongodb-6.0.10...mongodb-6.0.11) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + \ No newline at end of file diff --git a/dependency/mongodb/6.0.10/app-readme.md b/dependency/mongodb/6.0.11/app-readme.md similarity index 100% rename from dependency/mongodb/6.0.10/app-readme.md rename to dependency/mongodb/6.0.11/app-readme.md diff --git a/dependency/mongodb/6.0.11/charts/common-12.4.20.tgz b/dependency/mongodb/6.0.11/charts/common-12.4.20.tgz new file mode 100644 index 0000000000..7e460dea86 Binary files /dev/null and b/dependency/mongodb/6.0.11/charts/common-12.4.20.tgz differ diff --git a/dependency/mongodb/6.0.10/ix_values.yaml b/dependency/mongodb/6.0.11/ix_values.yaml similarity index 100% rename from dependency/mongodb/6.0.10/ix_values.yaml rename to dependency/mongodb/6.0.11/ix_values.yaml diff --git a/dependency/mongodb/6.0.10/questions.yaml b/dependency/mongodb/6.0.11/questions.yaml similarity index 97% rename from dependency/mongodb/6.0.10/questions.yaml rename to dependency/mongodb/6.0.11/questions.yaml index d24e11d928..957a31b05c 100644 --- a/dependency/mongodb/6.0.10/questions.yaml +++ b/dependency/mongodb/6.0.11/questions.yaml @@ -237,6 +237,7 @@ questions: group: Networking and Services label: Host-Networking (Complicated) schema: + hidden: true type: boolean default: false - variable: scaleExternalInterface @@ -280,41 +281,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["ipam", "=", {"type": "static"}]] - items: - - variable: staticIP - label: Static IP + - variable: staticIPConfigurations + label: Static IP Addresses 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 + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP schema: type: ipaddr cidr: true - required: true - - variable: gateway - label: Gateway + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration schema: - type: ipaddr - cidr: false - required: true + 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 - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/mongodb/6.0.10/templates/NOTES.txt b/dependency/mongodb/6.0.11/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/6.0.10/templates/NOTES.txt rename to dependency/mongodb/6.0.11/templates/NOTES.txt diff --git a/dependency/mongodb/6.0.10/templates/common.yaml b/dependency/mongodb/6.0.11/templates/common.yaml similarity index 100% rename from dependency/mongodb/6.0.10/templates/common.yaml rename to dependency/mongodb/6.0.11/templates/common.yaml diff --git a/dependency/mongodb/6.0.10/values.yaml b/dependency/mongodb/6.0.11/values.yaml similarity index 100% rename from dependency/mongodb/6.0.10/values.yaml rename to dependency/mongodb/6.0.11/values.yaml diff --git a/dependency/redis/6.0.27/app-changelog.md b/dependency/redis/6.0.27/app-changelog.md deleted file mode 100644 index 013ff6c9a0..0000000000 --- a/dependency/redis/6.0.27/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redis-6.0.27](https://github.com/truecharts/charts/compare/redis-6.0.26...redis-6.0.27) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050)) - - \ No newline at end of file diff --git a/dependency/redis/6.0.27/charts/common-12.4.15.tgz b/dependency/redis/6.0.27/charts/common-12.4.15.tgz deleted file mode 100644 index b8869e1524..0000000000 Binary files a/dependency/redis/6.0.27/charts/common-12.4.15.tgz and /dev/null differ diff --git a/dependency/redis/6.0.27/CHANGELOG.md b/dependency/redis/6.0.28/CHANGELOG.md similarity index 90% rename from dependency/redis/6.0.27/CHANGELOG.md rename to dependency/redis/6.0.28/CHANGELOG.md index 59c7fd943f..0db2953a39 100644 --- a/dependency/redis/6.0.27/CHANGELOG.md +++ b/dependency/redis/6.0.28/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redis-6.0.28](https://github.com/truecharts/charts/compare/redis-6.0.27...redis-6.0.28) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + + + ## [redis-6.0.27](https://github.com/truecharts/charts/compare/redis-6.0.26...redis-6.0.27) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [redis-6.0.18](https://github.com/truecharts/charts/compare/redis-6.0.17...redis-6.0.18) (2023-04-05) ### Chore - -- common bump to .32 - - - - -## [redis-6.0.17](https://github.com/truecharts/charts/compare/redis-6.0.16...redis-6.0.17) (2023-03-19) - -### Feat diff --git a/dependency/redis/6.0.27/Chart.yaml b/dependency/redis/6.0.28/Chart.yaml similarity index 95% rename from dependency/redis/6.0.27/Chart.yaml rename to dependency/redis/6.0.28/Chart.yaml index 6d59b2ba46..f28ed268b4 100644 --- a/dependency/redis/6.0.27/Chart.yaml +++ b/dependency/redis/6.0.28/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.8" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.15 + version: 12.4.20 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.27 +version: 6.0.28 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/6.0.27/README.md b/dependency/redis/6.0.28/README.md similarity index 100% rename from dependency/redis/6.0.27/README.md rename to dependency/redis/6.0.28/README.md diff --git a/dependency/redis/6.0.28/app-changelog.md b/dependency/redis/6.0.28/app-changelog.md new file mode 100644 index 0000000000..0bd35ea0c9 --- /dev/null +++ b/dependency/redis/6.0.28/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redis-6.0.28](https://github.com/truecharts/charts/compare/redis-6.0.27...redis-6.0.28) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + \ No newline at end of file diff --git a/dependency/redis/6.0.27/app-readme.md b/dependency/redis/6.0.28/app-readme.md similarity index 100% rename from dependency/redis/6.0.27/app-readme.md rename to dependency/redis/6.0.28/app-readme.md diff --git a/dependency/redis/6.0.28/charts/common-12.4.20.tgz b/dependency/redis/6.0.28/charts/common-12.4.20.tgz new file mode 100644 index 0000000000..7e460dea86 Binary files /dev/null and b/dependency/redis/6.0.28/charts/common-12.4.20.tgz differ diff --git a/dependency/redis/6.0.27/ix_values.yaml b/dependency/redis/6.0.28/ix_values.yaml similarity index 100% rename from dependency/redis/6.0.27/ix_values.yaml rename to dependency/redis/6.0.28/ix_values.yaml diff --git a/dependency/redis/6.0.27/questions.yaml b/dependency/redis/6.0.28/questions.yaml similarity index 97% rename from dependency/redis/6.0.27/questions.yaml rename to dependency/redis/6.0.28/questions.yaml index 726eed9bc7..4cdfefe720 100644 --- a/dependency/redis/6.0.27/questions.yaml +++ b/dependency/redis/6.0.28/questions.yaml @@ -216,6 +216,7 @@ questions: group: Networking and Services label: Host-Networking (Complicated) schema: + hidden: true type: boolean default: false - variable: scaleExternalInterface @@ -259,41 +260,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["ipam", "=", {"type": "static"}]] - items: - - variable: staticIP - label: Static IP + - variable: staticIPConfigurations + label: Static IP Addresses 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 + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP schema: type: ipaddr cidr: true - required: true - - variable: gateway - label: Gateway + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration schema: - type: ipaddr - cidr: false - required: true + 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 - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/redis/6.0.27/templates/NOTES.txt b/dependency/redis/6.0.28/templates/NOTES.txt similarity index 100% rename from dependency/redis/6.0.27/templates/NOTES.txt rename to dependency/redis/6.0.28/templates/NOTES.txt diff --git a/dependency/redis/6.0.27/templates/common.yaml b/dependency/redis/6.0.28/templates/common.yaml similarity index 100% rename from dependency/redis/6.0.27/templates/common.yaml rename to dependency/redis/6.0.28/templates/common.yaml diff --git a/dependency/redis/6.0.27/values.yaml b/dependency/redis/6.0.28/values.yaml similarity index 100% rename from dependency/redis/6.0.27/values.yaml rename to dependency/redis/6.0.28/values.yaml diff --git a/dependency/solr/4.0.10/app-changelog.md b/dependency/solr/4.0.10/app-changelog.md deleted file mode 100644 index e10c25a89e..0000000000 --- a/dependency/solr/4.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [solr-4.0.10](https://github.com/truecharts/charts/compare/solr-4.0.9...solr-4.0.10) (2023-04-15) - -### Chore - -- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050)) - - \ No newline at end of file diff --git a/dependency/solr/4.0.10/charts/common-12.4.15.tgz b/dependency/solr/4.0.10/charts/common-12.4.15.tgz deleted file mode 100644 index b8869e1524..0000000000 Binary files a/dependency/solr/4.0.10/charts/common-12.4.15.tgz and /dev/null differ diff --git a/dependency/solr/4.0.10/CHANGELOG.md b/dependency/solr/4.0.11/CHANGELOG.md similarity index 90% rename from dependency/solr/4.0.10/CHANGELOG.md rename to dependency/solr/4.0.11/CHANGELOG.md index 42e93490fb..e66149b98b 100644 --- a/dependency/solr/4.0.10/CHANGELOG.md +++ b/dependency/solr/4.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [solr-4.0.11](https://github.com/truecharts/charts/compare/solr-4.0.10...solr-4.0.11) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + + + ## [solr-4.0.10](https://github.com/truecharts/charts/compare/solr-4.0.9...solr-4.0.10) (2023-04-15) ### Chore @@ -88,12 +97,3 @@ ## [solr-4.0.1](https://github.com/truecharts/charts/compare/solr-4.0.0...solr-4.0.1) (2023-04-05) ### Chore - -- common bump to .32 - - - - -## [solr-4.0.0](https://github.com/truecharts/charts/compare/solr-3.0.8...solr-4.0.0) (2023-03-19) - -### Feat diff --git a/dependency/solr/4.0.10/Chart.yaml b/dependency/solr/4.0.11/Chart.yaml similarity index 95% rename from dependency/solr/4.0.10/Chart.yaml rename to dependency/solr/4.0.11/Chart.yaml index 01a439ac30..dfffed1221 100644 --- a/dependency/solr/4.0.10/Chart.yaml +++ b/dependency/solr/4.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "9.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.15 + version: 12.4.20 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.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - search diff --git a/dependency/solr/4.0.10/README.md b/dependency/solr/4.0.11/README.md similarity index 100% rename from dependency/solr/4.0.10/README.md rename to dependency/solr/4.0.11/README.md diff --git a/dependency/solr/4.0.11/app-changelog.md b/dependency/solr/4.0.11/app-changelog.md new file mode 100644 index 0000000000..d3d6583634 --- /dev/null +++ b/dependency/solr/4.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [solr-4.0.11](https://github.com/truecharts/charts/compare/solr-4.0.10...solr-4.0.11) (2023-04-16) + +### Chore + +- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064)) + + \ No newline at end of file diff --git a/dependency/solr/4.0.10/app-readme.md b/dependency/solr/4.0.11/app-readme.md similarity index 100% rename from dependency/solr/4.0.10/app-readme.md rename to dependency/solr/4.0.11/app-readme.md diff --git a/dependency/solr/4.0.11/charts/common-12.4.20.tgz b/dependency/solr/4.0.11/charts/common-12.4.20.tgz new file mode 100644 index 0000000000..7e460dea86 Binary files /dev/null and b/dependency/solr/4.0.11/charts/common-12.4.20.tgz differ diff --git a/dependency/solr/4.0.10/ix_values.yaml b/dependency/solr/4.0.11/ix_values.yaml similarity index 100% rename from dependency/solr/4.0.10/ix_values.yaml rename to dependency/solr/4.0.11/ix_values.yaml diff --git a/dependency/solr/4.0.10/questions.yaml b/dependency/solr/4.0.11/questions.yaml similarity index 97% rename from dependency/solr/4.0.10/questions.yaml rename to dependency/solr/4.0.11/questions.yaml index b31c2dba52..d576abddae 100644 --- a/dependency/solr/4.0.10/questions.yaml +++ b/dependency/solr/4.0.11/questions.yaml @@ -244,6 +244,7 @@ questions: group: Networking and Services label: Host-Networking (Complicated) schema: + hidden: true type: boolean default: false - variable: scaleExternalInterface @@ -287,41 +288,41 @@ questions: description: Use DHCP - value: static description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["ipam", "=", {"type": "static"}]] - items: - - variable: staticIP - label: Static IP + - variable: staticIPConfigurations + label: Static IP Addresses 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 + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP schema: type: ipaddr cidr: true - required: true - - variable: gateway - label: Gateway + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration schema: - type: ipaddr - cidr: false - required: true + 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 - variable: serviceList label: Add Manual Custom Services group: Networking and Services diff --git a/dependency/solr/4.0.10/templates/NOTES.txt b/dependency/solr/4.0.11/templates/NOTES.txt similarity index 100% rename from dependency/solr/4.0.10/templates/NOTES.txt rename to dependency/solr/4.0.11/templates/NOTES.txt diff --git a/dependency/solr/4.0.10/templates/common.yaml b/dependency/solr/4.0.11/templates/common.yaml similarity index 100% rename from dependency/solr/4.0.10/templates/common.yaml rename to dependency/solr/4.0.11/templates/common.yaml diff --git a/dependency/solr/4.0.10/values.yaml b/dependency/solr/4.0.11/values.yaml similarity index 100% rename from dependency/solr/4.0.10/values.yaml rename to dependency/solr/4.0.11/values.yaml