diff --git a/dependency/clickhouse/5.0.13/app-changelog.md b/dependency/clickhouse/5.0.13/app-changelog.md deleted file mode 100644 index ae046bb85b..0000000000 --- a/dependency/clickhouse/5.0.13/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [clickhouse-5.0.13](https://github.com/truecharts/charts/compare/clickhouse-5.0.12...clickhouse-5.0.13) (2023-04-21) - diff --git a/dependency/clickhouse/5.0.13/charts/common-12.4.21.tgz b/dependency/clickhouse/5.0.13/charts/common-12.4.21.tgz deleted file mode 100644 index 33bfa07f3f..0000000000 Binary files a/dependency/clickhouse/5.0.13/charts/common-12.4.21.tgz and /dev/null differ diff --git a/dependency/clickhouse/5.0.13/CHANGELOG.md b/dependency/clickhouse/5.0.14/CHANGELOG.md similarity index 91% rename from dependency/clickhouse/5.0.13/CHANGELOG.md rename to dependency/clickhouse/5.0.14/CHANGELOG.md index 4f82abe529..17a1dc70f4 100644 --- a/dependency/clickhouse/5.0.13/CHANGELOG.md +++ b/dependency/clickhouse/5.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [clickhouse-5.0.14](https://github.com/truecharts/charts/compare/clickhouse-5.0.13...clickhouse-5.0.14) (2023-04-23) + +### Chore + +- update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) + + + + ## [clickhouse-5.0.13](https://github.com/truecharts/charts/compare/clickhouse-5.0.12...clickhouse-5.0.13) (2023-04-21) @@ -88,12 +97,3 @@ - bump common on dep train ([#7958](https://github.com/truecharts/charts/issues/7958)) - - -## [clickhouse-5.0.3](https://github.com/truecharts/charts/compare/clickhouse-5.0.2...clickhouse-5.0.3) (2023-04-11) - -### Chore - -- update common on dependencies - - diff --git a/dependency/clickhouse/5.0.13/Chart.yaml b/dependency/clickhouse/5.0.14/Chart.yaml similarity index 95% rename from dependency/clickhouse/5.0.13/Chart.yaml rename to dependency/clickhouse/5.0.14/Chart.yaml index c8fe7bc34b..ff5dae493c 100644 --- a/dependency/clickhouse/5.0.13/Chart.yaml +++ b/dependency/clickhouse/5.0.14/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.2.1.253" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.21 + version: 12.5.1 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.13 +version: 5.0.14 annotations: truecharts.org/catagories: | - database diff --git a/dependency/clickhouse/5.0.13/README.md b/dependency/clickhouse/5.0.14/README.md similarity index 100% rename from dependency/clickhouse/5.0.13/README.md rename to dependency/clickhouse/5.0.14/README.md diff --git a/dependency/clickhouse/5.0.14/app-changelog.md b/dependency/clickhouse/5.0.14/app-changelog.md new file mode 100644 index 0000000000..aabb88a74a --- /dev/null +++ b/dependency/clickhouse/5.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clickhouse-5.0.14](https://github.com/truecharts/charts/compare/clickhouse-5.0.13...clickhouse-5.0.14) (2023-04-23) + +### Chore + +- update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) + + \ No newline at end of file diff --git a/dependency/clickhouse/5.0.13/app-readme.md b/dependency/clickhouse/5.0.14/app-readme.md similarity index 100% rename from dependency/clickhouse/5.0.13/app-readme.md rename to dependency/clickhouse/5.0.14/app-readme.md diff --git a/dependency/clickhouse/5.0.14/charts/common-12.5.1.tgz b/dependency/clickhouse/5.0.14/charts/common-12.5.1.tgz new file mode 100644 index 0000000000..4e372d78ba Binary files /dev/null and b/dependency/clickhouse/5.0.14/charts/common-12.5.1.tgz differ diff --git a/dependency/clickhouse/5.0.13/ix_values.yaml b/dependency/clickhouse/5.0.14/ix_values.yaml similarity index 100% rename from dependency/clickhouse/5.0.13/ix_values.yaml rename to dependency/clickhouse/5.0.14/ix_values.yaml diff --git a/dependency/clickhouse/5.0.13/questions.yaml b/dependency/clickhouse/5.0.14/questions.yaml similarity index 99% rename from dependency/clickhouse/5.0.13/questions.yaml rename to dependency/clickhouse/5.0.14/questions.yaml index 348355285a..f9f0399608 100644 --- a/dependency/clickhouse/5.0.13/questions.yaml +++ b/dependency/clickhouse/5.0.14/questions.yaml @@ -264,8 +264,6 @@ questions: description: LoadBalancer (Expose Ports) - value: ClusterIP description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - variable: loadBalancerIP label: LoadBalancer IP description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" diff --git a/dependency/clickhouse/5.0.13/templates/NOTES.txt b/dependency/clickhouse/5.0.14/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/5.0.13/templates/NOTES.txt rename to dependency/clickhouse/5.0.14/templates/NOTES.txt diff --git a/dependency/clickhouse/5.0.13/templates/common.yaml b/dependency/clickhouse/5.0.14/templates/common.yaml similarity index 100% rename from dependency/clickhouse/5.0.13/templates/common.yaml rename to dependency/clickhouse/5.0.14/templates/common.yaml diff --git a/dependency/clickhouse/5.0.13/values.yaml b/dependency/clickhouse/5.0.14/values.yaml similarity index 100% rename from dependency/clickhouse/5.0.13/values.yaml rename to dependency/clickhouse/5.0.14/values.yaml diff --git a/dependency/mariadb/7.0.14/app-changelog.md b/dependency/mariadb/7.0.14/app-changelog.md deleted file mode 100644 index 827a05386a..0000000000 --- a/dependency/mariadb/7.0.14/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [mariadb-7.0.14](https://github.com/truecharts/charts/compare/mariadb-7.0.13...mariadb-7.0.14) (2023-04-21) - diff --git a/dependency/mariadb/7.0.14/charts/common-12.4.21.tgz b/dependency/mariadb/7.0.14/charts/common-12.4.21.tgz deleted file mode 100644 index 33bfa07f3f..0000000000 Binary files a/dependency/mariadb/7.0.14/charts/common-12.4.21.tgz and /dev/null differ diff --git a/dependency/mariadb/7.0.14/CHANGELOG.md b/dependency/mariadb/7.0.15/CHANGELOG.md similarity index 91% rename from dependency/mariadb/7.0.14/CHANGELOG.md rename to dependency/mariadb/7.0.15/CHANGELOG.md index 3b79de5146..5405aaae00 100644 --- a/dependency/mariadb/7.0.14/CHANGELOG.md +++ b/dependency/mariadb/7.0.15/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mariadb-7.0.15](https://github.com/truecharts/charts/compare/mariadb-7.0.14...mariadb-7.0.15) (2023-04-23) + +### Chore + +- update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) + + + + ## [mariadb-7.0.14](https://github.com/truecharts/charts/compare/mariadb-7.0.13...mariadb-7.0.14) (2023-04-21) @@ -88,12 +97,3 @@ - bump common on dep train ([#7958](https://github.com/truecharts/charts/issues/7958)) - - -## [mariadb-7.0.4](https://github.com/truecharts/charts/compare/mariadb-7.0.3...mariadb-7.0.4) (2023-04-11) - -### Chore - -- update common on dependencies - - diff --git a/dependency/mariadb/7.0.14/Chart.yaml b/dependency/mariadb/7.0.15/Chart.yaml similarity index 96% rename from dependency/mariadb/7.0.14/Chart.yaml rename to dependency/mariadb/7.0.15/Chart.yaml index 6695e17eb4..5ec829494d 100644 --- a/dependency/mariadb/7.0.14/Chart.yaml +++ b/dependency/mariadb/7.0.15/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.11.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.21 + version: 12.5.1 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.14 +version: 7.0.15 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/7.0.14/README.md b/dependency/mariadb/7.0.15/README.md similarity index 100% rename from dependency/mariadb/7.0.14/README.md rename to dependency/mariadb/7.0.15/README.md diff --git a/dependency/mariadb/7.0.15/app-changelog.md b/dependency/mariadb/7.0.15/app-changelog.md new file mode 100644 index 0000000000..c8a2fe4192 --- /dev/null +++ b/dependency/mariadb/7.0.15/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mariadb-7.0.15](https://github.com/truecharts/charts/compare/mariadb-7.0.14...mariadb-7.0.15) (2023-04-23) + +### Chore + +- update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) + + \ No newline at end of file diff --git a/dependency/mariadb/7.0.14/app-readme.md b/dependency/mariadb/7.0.15/app-readme.md similarity index 100% rename from dependency/mariadb/7.0.14/app-readme.md rename to dependency/mariadb/7.0.15/app-readme.md diff --git a/dependency/mariadb/7.0.15/charts/common-12.5.1.tgz b/dependency/mariadb/7.0.15/charts/common-12.5.1.tgz new file mode 100644 index 0000000000..4e372d78ba Binary files /dev/null and b/dependency/mariadb/7.0.15/charts/common-12.5.1.tgz differ diff --git a/dependency/mariadb/7.0.14/ix_values.yaml b/dependency/mariadb/7.0.15/ix_values.yaml similarity index 100% rename from dependency/mariadb/7.0.14/ix_values.yaml rename to dependency/mariadb/7.0.15/ix_values.yaml diff --git a/dependency/mariadb/7.0.14/questions.yaml b/dependency/mariadb/7.0.15/questions.yaml similarity index 99% rename from dependency/mariadb/7.0.14/questions.yaml rename to dependency/mariadb/7.0.15/questions.yaml index 20e88eaa2a..2b98f7cb97 100644 --- a/dependency/mariadb/7.0.14/questions.yaml +++ b/dependency/mariadb/7.0.15/questions.yaml @@ -258,8 +258,6 @@ questions: description: LoadBalancer (Expose Ports) - value: ClusterIP description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - variable: loadBalancerIP label: LoadBalancer IP description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" diff --git a/dependency/mariadb/7.0.14/templates/NOTES.txt b/dependency/mariadb/7.0.15/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/7.0.14/templates/NOTES.txt rename to dependency/mariadb/7.0.15/templates/NOTES.txt diff --git a/dependency/mariadb/7.0.14/templates/common.yaml b/dependency/mariadb/7.0.15/templates/common.yaml similarity index 100% rename from dependency/mariadb/7.0.14/templates/common.yaml rename to dependency/mariadb/7.0.15/templates/common.yaml diff --git a/dependency/mariadb/7.0.14/values.yaml b/dependency/mariadb/7.0.15/values.yaml similarity index 100% rename from dependency/mariadb/7.0.14/values.yaml rename to dependency/mariadb/7.0.15/values.yaml diff --git a/dependency/memcached/6.0.24/app-changelog.md b/dependency/memcached/6.0.24/app-changelog.md deleted file mode 100644 index b6116eeefd..0000000000 --- a/dependency/memcached/6.0.24/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [memcached-6.0.24](https://github.com/truecharts/charts/compare/memcached-6.0.23...memcached-6.0.24) (2023-04-21) - diff --git a/dependency/memcached/6.0.24/charts/common-12.4.21.tgz b/dependency/memcached/6.0.24/charts/common-12.4.21.tgz deleted file mode 100644 index 33bfa07f3f..0000000000 Binary files a/dependency/memcached/6.0.24/charts/common-12.4.21.tgz and /dev/null differ diff --git a/dependency/memcached/6.0.24/CHANGELOG.md b/dependency/memcached/6.0.25/CHANGELOG.md similarity index 91% rename from dependency/memcached/6.0.24/CHANGELOG.md rename to dependency/memcached/6.0.25/CHANGELOG.md index 2bdaba7579..2d0334bf7c 100644 --- a/dependency/memcached/6.0.24/CHANGELOG.md +++ b/dependency/memcached/6.0.25/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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)) + + + + ## [memcached-6.0.24](https://github.com/truecharts/charts/compare/memcached-6.0.23...memcached-6.0.24) (2023-04-21) @@ -88,12 +97,3 @@ - bump common on dep train ([#7958](https://github.com/truecharts/charts/issues/7958)) - - -## [memcached-6.0.14](https://github.com/truecharts/charts/compare/memcached-6.0.13...memcached-6.0.14) (2023-04-11) - -### Chore - -- update common on dependencies - - diff --git a/dependency/memcached/6.0.24/Chart.yaml b/dependency/memcached/6.0.25/Chart.yaml similarity index 95% rename from dependency/memcached/6.0.24/Chart.yaml rename to dependency/memcached/6.0.25/Chart.yaml index 4d59252d00..4513ec173a 100644 --- a/dependency/memcached/6.0.24/Chart.yaml +++ b/dependency/memcached/6.0.25/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.18" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.21 + version: 12.5.1 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.24 +version: 6.0.25 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/6.0.24/README.md b/dependency/memcached/6.0.25/README.md similarity index 100% rename from dependency/memcached/6.0.24/README.md rename to dependency/memcached/6.0.25/README.md diff --git a/dependency/memcached/6.0.25/app-changelog.md b/dependency/memcached/6.0.25/app-changelog.md new file mode 100644 index 0000000000..6fcc8ecf7c --- /dev/null +++ b/dependency/memcached/6.0.25/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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)) + + \ No newline at end of file diff --git a/dependency/memcached/6.0.24/app-readme.md b/dependency/memcached/6.0.25/app-readme.md similarity index 100% rename from dependency/memcached/6.0.24/app-readme.md rename to dependency/memcached/6.0.25/app-readme.md diff --git a/dependency/memcached/6.0.25/charts/common-12.5.1.tgz b/dependency/memcached/6.0.25/charts/common-12.5.1.tgz new file mode 100644 index 0000000000..4e372d78ba Binary files /dev/null and b/dependency/memcached/6.0.25/charts/common-12.5.1.tgz differ diff --git a/dependency/memcached/6.0.24/ix_values.yaml b/dependency/memcached/6.0.25/ix_values.yaml similarity index 100% rename from dependency/memcached/6.0.24/ix_values.yaml rename to dependency/memcached/6.0.25/ix_values.yaml diff --git a/dependency/memcached/6.0.24/questions.yaml b/dependency/memcached/6.0.25/questions.yaml similarity index 99% rename from dependency/memcached/6.0.24/questions.yaml rename to dependency/memcached/6.0.25/questions.yaml index 3ea8414aa2..46c8491721 100644 --- a/dependency/memcached/6.0.24/questions.yaml +++ b/dependency/memcached/6.0.25/questions.yaml @@ -228,8 +228,6 @@ questions: description: LoadBalancer (Expose Ports) - value: ClusterIP description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - variable: loadBalancerIP label: LoadBalancer IP description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" diff --git a/dependency/memcached/6.0.24/templates/NOTES.txt b/dependency/memcached/6.0.25/templates/NOTES.txt similarity index 100% rename from dependency/memcached/6.0.24/templates/NOTES.txt rename to dependency/memcached/6.0.25/templates/NOTES.txt diff --git a/dependency/memcached/6.0.24/templates/common.yaml b/dependency/memcached/6.0.25/templates/common.yaml similarity index 100% rename from dependency/memcached/6.0.24/templates/common.yaml rename to dependency/memcached/6.0.25/templates/common.yaml diff --git a/dependency/memcached/6.0.24/values.yaml b/dependency/memcached/6.0.25/values.yaml similarity index 100% rename from dependency/memcached/6.0.24/values.yaml rename to dependency/memcached/6.0.25/values.yaml diff --git a/dependency/mongodb/6.0.13/app-changelog.md b/dependency/mongodb/6.0.13/app-changelog.md deleted file mode 100644 index 76414acd0a..0000000000 --- a/dependency/mongodb/6.0.13/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [mongodb-6.0.13](https://github.com/truecharts/charts/compare/mongodb-6.0.12...mongodb-6.0.13) (2023-04-21) - diff --git a/dependency/mongodb/6.0.13/charts/common-12.4.21.tgz b/dependency/mongodb/6.0.13/charts/common-12.4.21.tgz deleted file mode 100644 index 33bfa07f3f..0000000000 Binary files a/dependency/mongodb/6.0.13/charts/common-12.4.21.tgz and /dev/null differ diff --git a/dependency/mongodb/6.0.13/CHANGELOG.md b/dependency/mongodb/6.0.14/CHANGELOG.md similarity index 91% rename from dependency/mongodb/6.0.13/CHANGELOG.md rename to dependency/mongodb/6.0.14/CHANGELOG.md index 7684945879..f7868e82b8 100644 --- a/dependency/mongodb/6.0.13/CHANGELOG.md +++ b/dependency/mongodb/6.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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)) + + + + ## [mongodb-6.0.13](https://github.com/truecharts/charts/compare/mongodb-6.0.12...mongodb-6.0.13) (2023-04-21) @@ -88,12 +97,3 @@ - bump common on dep train ([#7958](https://github.com/truecharts/charts/issues/7958)) - - -## [mongodb-6.0.3](https://github.com/truecharts/charts/compare/mongodb-6.0.2...mongodb-6.0.3) (2023-04-11) - -### Chore - -- update common on dependencies - - diff --git a/dependency/mongodb/6.0.13/Chart.yaml b/dependency/mongodb/6.0.14/Chart.yaml similarity index 95% rename from dependency/mongodb/6.0.13/Chart.yaml rename to dependency/mongodb/6.0.14/Chart.yaml index aa66306f28..3808bbcbf9 100644 --- a/dependency/mongodb/6.0.13/Chart.yaml +++ b/dependency/mongodb/6.0.14/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.21 + version: 12.5.1 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.13 +version: 6.0.14 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/6.0.13/README.md b/dependency/mongodb/6.0.14/README.md similarity index 100% rename from dependency/mongodb/6.0.13/README.md rename to dependency/mongodb/6.0.14/README.md diff --git a/dependency/mongodb/6.0.14/app-changelog.md b/dependency/mongodb/6.0.14/app-changelog.md new file mode 100644 index 0000000000..8c3b963bf5 --- /dev/null +++ b/dependency/mongodb/6.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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)) + + \ No newline at end of file diff --git a/dependency/mongodb/6.0.13/app-readme.md b/dependency/mongodb/6.0.14/app-readme.md similarity index 100% rename from dependency/mongodb/6.0.13/app-readme.md rename to dependency/mongodb/6.0.14/app-readme.md diff --git a/dependency/mongodb/6.0.14/charts/common-12.5.1.tgz b/dependency/mongodb/6.0.14/charts/common-12.5.1.tgz new file mode 100644 index 0000000000..4e372d78ba Binary files /dev/null and b/dependency/mongodb/6.0.14/charts/common-12.5.1.tgz differ diff --git a/dependency/mongodb/6.0.13/ix_values.yaml b/dependency/mongodb/6.0.14/ix_values.yaml similarity index 100% rename from dependency/mongodb/6.0.13/ix_values.yaml rename to dependency/mongodb/6.0.14/ix_values.yaml diff --git a/dependency/mongodb/6.0.13/questions.yaml b/dependency/mongodb/6.0.14/questions.yaml similarity index 99% rename from dependency/mongodb/6.0.13/questions.yaml rename to dependency/mongodb/6.0.14/questions.yaml index 89add3e978..be5f71e24d 100644 --- a/dependency/mongodb/6.0.13/questions.yaml +++ b/dependency/mongodb/6.0.14/questions.yaml @@ -258,8 +258,6 @@ questions: description: LoadBalancer (Expose Ports) - value: ClusterIP description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - variable: loadBalancerIP label: LoadBalancer IP description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" diff --git a/dependency/mongodb/6.0.13/templates/NOTES.txt b/dependency/mongodb/6.0.14/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/6.0.13/templates/NOTES.txt rename to dependency/mongodb/6.0.14/templates/NOTES.txt diff --git a/dependency/mongodb/6.0.13/templates/common.yaml b/dependency/mongodb/6.0.14/templates/common.yaml similarity index 100% rename from dependency/mongodb/6.0.13/templates/common.yaml rename to dependency/mongodb/6.0.14/templates/common.yaml diff --git a/dependency/mongodb/6.0.13/values.yaml b/dependency/mongodb/6.0.14/values.yaml similarity index 100% rename from dependency/mongodb/6.0.13/values.yaml rename to dependency/mongodb/6.0.14/values.yaml diff --git a/dependency/redis/6.0.30/app-changelog.md b/dependency/redis/6.0.30/app-changelog.md deleted file mode 100644 index 4aaa78841e..0000000000 --- a/dependency/redis/6.0.30/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [redis-6.0.30](https://github.com/truecharts/charts/compare/redis-6.0.29...redis-6.0.30) (2023-04-21) - diff --git a/dependency/redis/6.0.30/charts/common-12.4.21.tgz b/dependency/redis/6.0.30/charts/common-12.4.21.tgz deleted file mode 100644 index 33bfa07f3f..0000000000 Binary files a/dependency/redis/6.0.30/charts/common-12.4.21.tgz and /dev/null differ diff --git a/dependency/redis/6.0.30/CHANGELOG.md b/dependency/redis/6.0.31/CHANGELOG.md similarity index 91% rename from dependency/redis/6.0.30/CHANGELOG.md rename to dependency/redis/6.0.31/CHANGELOG.md index 4850c746de..3642a8709b 100644 --- a/dependency/redis/6.0.30/CHANGELOG.md +++ b/dependency/redis/6.0.31/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redis-6.0.31](https://github.com/truecharts/charts/compare/redis-6.0.30...redis-6.0.31) (2023-04-23) + +### Chore + +- 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) @@ -88,12 +97,3 @@ - bump common on dep train ([#7958](https://github.com/truecharts/charts/issues/7958)) - - -## [redis-6.0.20](https://github.com/truecharts/charts/compare/redis-6.0.19...redis-6.0.20) (2023-04-11) - -### Chore - -- update common on dependencies - - diff --git a/dependency/redis/6.0.30/Chart.yaml b/dependency/redis/6.0.31/Chart.yaml similarity index 95% rename from dependency/redis/6.0.30/Chart.yaml rename to dependency/redis/6.0.31/Chart.yaml index 5fbb0c6806..62c0fc403e 100644 --- a/dependency/redis/6.0.30/Chart.yaml +++ b/dependency/redis/6.0.31/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.8" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.21 + version: 12.5.1 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.30 +version: 6.0.31 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/6.0.30/README.md b/dependency/redis/6.0.31/README.md similarity index 100% rename from dependency/redis/6.0.30/README.md rename to dependency/redis/6.0.31/README.md diff --git a/dependency/redis/6.0.31/app-changelog.md b/dependency/redis/6.0.31/app-changelog.md new file mode 100644 index 0000000000..488015662e --- /dev/null +++ b/dependency/redis/6.0.31/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redis-6.0.31](https://github.com/truecharts/charts/compare/redis-6.0.30...redis-6.0.31) (2023-04-23) + +### Chore + +- update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) + + \ No newline at end of file diff --git a/dependency/redis/6.0.30/app-readme.md b/dependency/redis/6.0.31/app-readme.md similarity index 100% rename from dependency/redis/6.0.30/app-readme.md rename to dependency/redis/6.0.31/app-readme.md diff --git a/dependency/redis/6.0.31/charts/common-12.5.1.tgz b/dependency/redis/6.0.31/charts/common-12.5.1.tgz new file mode 100644 index 0000000000..4e372d78ba Binary files /dev/null and b/dependency/redis/6.0.31/charts/common-12.5.1.tgz differ diff --git a/dependency/redis/6.0.30/ix_values.yaml b/dependency/redis/6.0.31/ix_values.yaml similarity index 100% rename from dependency/redis/6.0.30/ix_values.yaml rename to dependency/redis/6.0.31/ix_values.yaml diff --git a/dependency/redis/6.0.30/questions.yaml b/dependency/redis/6.0.31/questions.yaml similarity index 99% rename from dependency/redis/6.0.30/questions.yaml rename to dependency/redis/6.0.31/questions.yaml index 11cafbeb32..7169e7fed1 100644 --- a/dependency/redis/6.0.30/questions.yaml +++ b/dependency/redis/6.0.31/questions.yaml @@ -237,8 +237,6 @@ questions: description: LoadBalancer (Expose Ports) - value: ClusterIP description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - variable: loadBalancerIP label: LoadBalancer IP description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" diff --git a/dependency/redis/6.0.30/templates/NOTES.txt b/dependency/redis/6.0.31/templates/NOTES.txt similarity index 100% rename from dependency/redis/6.0.30/templates/NOTES.txt rename to dependency/redis/6.0.31/templates/NOTES.txt diff --git a/dependency/redis/6.0.30/templates/common.yaml b/dependency/redis/6.0.31/templates/common.yaml similarity index 100% rename from dependency/redis/6.0.30/templates/common.yaml rename to dependency/redis/6.0.31/templates/common.yaml diff --git a/dependency/redis/6.0.30/values.yaml b/dependency/redis/6.0.31/values.yaml similarity index 100% rename from dependency/redis/6.0.30/values.yaml rename to dependency/redis/6.0.31/values.yaml diff --git a/dependency/solr/4.0.13/app-changelog.md b/dependency/solr/4.0.13/app-changelog.md deleted file mode 100644 index 72be09ff38..0000000000 --- a/dependency/solr/4.0.13/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [solr-4.0.13](https://github.com/truecharts/charts/compare/solr-4.0.12...solr-4.0.13) (2023-04-21) - diff --git a/dependency/solr/4.0.13/charts/common-12.4.21.tgz b/dependency/solr/4.0.13/charts/common-12.4.21.tgz deleted file mode 100644 index 33bfa07f3f..0000000000 Binary files a/dependency/solr/4.0.13/charts/common-12.4.21.tgz and /dev/null differ diff --git a/dependency/solr/4.0.13/CHANGELOG.md b/dependency/solr/4.0.14/CHANGELOG.md similarity index 91% rename from dependency/solr/4.0.13/CHANGELOG.md rename to dependency/solr/4.0.14/CHANGELOG.md index 2de4dd07d5..72db9bf6ea 100644 --- a/dependency/solr/4.0.13/CHANGELOG.md +++ b/dependency/solr/4.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [solr-4.0.14](https://github.com/truecharts/charts/compare/solr-4.0.13...solr-4.0.14) (2023-04-23) + +### Chore + +- 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) @@ -88,12 +97,3 @@ - bump common on dep train ([#7958](https://github.com/truecharts/charts/issues/7958)) - - -## [solr-4.0.3](https://github.com/truecharts/charts/compare/solr-4.0.2...solr-4.0.3) (2023-04-11) - -### Chore - -- update common on dependencies - - diff --git a/dependency/solr/4.0.13/Chart.yaml b/dependency/solr/4.0.14/Chart.yaml similarity index 95% rename from dependency/solr/4.0.13/Chart.yaml rename to dependency/solr/4.0.14/Chart.yaml index 052f84cacd..4a0e766dea 100644 --- a/dependency/solr/4.0.13/Chart.yaml +++ b/dependency/solr/4.0.14/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "9.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.21 + version: 12.5.1 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.13 +version: 4.0.14 annotations: truecharts.org/catagories: | - search diff --git a/dependency/solr/4.0.13/README.md b/dependency/solr/4.0.14/README.md similarity index 100% rename from dependency/solr/4.0.13/README.md rename to dependency/solr/4.0.14/README.md diff --git a/dependency/solr/4.0.14/app-changelog.md b/dependency/solr/4.0.14/app-changelog.md new file mode 100644 index 0000000000..6d4b749fd6 --- /dev/null +++ b/dependency/solr/4.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [solr-4.0.14](https://github.com/truecharts/charts/compare/solr-4.0.13...solr-4.0.14) (2023-04-23) + +### Chore + +- update helm chart common to 12.5.1 ([#8129](https://github.com/truecharts/charts/issues/8129)) + + \ No newline at end of file diff --git a/dependency/solr/4.0.13/app-readme.md b/dependency/solr/4.0.14/app-readme.md similarity index 100% rename from dependency/solr/4.0.13/app-readme.md rename to dependency/solr/4.0.14/app-readme.md diff --git a/dependency/solr/4.0.14/charts/common-12.5.1.tgz b/dependency/solr/4.0.14/charts/common-12.5.1.tgz new file mode 100644 index 0000000000..4e372d78ba Binary files /dev/null and b/dependency/solr/4.0.14/charts/common-12.5.1.tgz differ diff --git a/dependency/solr/4.0.13/ix_values.yaml b/dependency/solr/4.0.14/ix_values.yaml similarity index 100% rename from dependency/solr/4.0.13/ix_values.yaml rename to dependency/solr/4.0.14/ix_values.yaml diff --git a/dependency/solr/4.0.13/questions.yaml b/dependency/solr/4.0.14/questions.yaml similarity index 99% rename from dependency/solr/4.0.13/questions.yaml rename to dependency/solr/4.0.14/questions.yaml index b7ad154fac..6000ff423e 100644 --- a/dependency/solr/4.0.13/questions.yaml +++ b/dependency/solr/4.0.14/questions.yaml @@ -265,8 +265,6 @@ questions: description: LoadBalancer (Expose Ports) - value: ClusterIP description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - variable: loadBalancerIP label: LoadBalancer IP description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" diff --git a/dependency/solr/4.0.13/templates/NOTES.txt b/dependency/solr/4.0.14/templates/NOTES.txt similarity index 100% rename from dependency/solr/4.0.13/templates/NOTES.txt rename to dependency/solr/4.0.14/templates/NOTES.txt diff --git a/dependency/solr/4.0.13/templates/common.yaml b/dependency/solr/4.0.14/templates/common.yaml similarity index 100% rename from dependency/solr/4.0.13/templates/common.yaml rename to dependency/solr/4.0.14/templates/common.yaml diff --git a/dependency/solr/4.0.13/values.yaml b/dependency/solr/4.0.14/values.yaml similarity index 100% rename from dependency/solr/4.0.13/values.yaml rename to dependency/solr/4.0.14/values.yaml