diff --git a/dependency/clickhouse/4.0.9/CHANGELOG.md b/dependency/clickhouse/4.0.10/CHANGELOG.md similarity index 91% rename from dependency/clickhouse/4.0.9/CHANGELOG.md rename to dependency/clickhouse/4.0.10/CHANGELOG.md index cb102bf2ab..36a5e6d7bb 100644 --- a/dependency/clickhouse/4.0.9/CHANGELOG.md +++ b/dependency/clickhouse/4.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 @@ -88,12 +97,3 @@ ## [clickhouse-4.0.0](https://github.com/truecharts/charts/compare/clickhouse-3.0.21...clickhouse-4.0.0) (2023-03-01) - - - - -## [clickhouse-3.0.21](https://github.com/truecharts/charts/compare/clickhouse-3.0.20...clickhouse-3.0.21) (2023-02-24) - -### Chore - -- update container image tccr.io/truecharts/clickhouse to v23.2.1.2537 diff --git a/dependency/clickhouse/4.0.9/Chart.yaml b/dependency/clickhouse/4.0.10/Chart.yaml similarity index 96% rename from dependency/clickhouse/4.0.9/Chart.yaml rename to dependency/clickhouse/4.0.10/Chart.yaml index c537af76ee..8ac567f8f2 100644 --- a/dependency/clickhouse/4.0.9/Chart.yaml +++ b/dependency/clickhouse/4.0.10/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.2.1.253" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.24 + version: 12.2.26 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 @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/clickhouse/clickhouse-server - https://clickhouse.com/ type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - database diff --git a/dependency/clickhouse/4.0.9/README.md b/dependency/clickhouse/4.0.10/README.md similarity index 100% rename from dependency/clickhouse/4.0.9/README.md rename to dependency/clickhouse/4.0.10/README.md diff --git a/dependency/clickhouse/4.0.10/app-changelog.md b/dependency/clickhouse/4.0.10/app-changelog.md new file mode 100644 index 0000000000..a3beba5a82 --- /dev/null +++ b/dependency/clickhouse/4.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/clickhouse/4.0.9/app-readme.md b/dependency/clickhouse/4.0.10/app-readme.md similarity index 100% rename from dependency/clickhouse/4.0.9/app-readme.md rename to dependency/clickhouse/4.0.10/app-readme.md diff --git a/dependency/clickhouse/4.0.10/charts/common-12.2.26.tgz b/dependency/clickhouse/4.0.10/charts/common-12.2.26.tgz new file mode 100644 index 0000000000..d457296b3b Binary files /dev/null and b/dependency/clickhouse/4.0.10/charts/common-12.2.26.tgz differ diff --git a/dependency/clickhouse/4.0.9/ix_values.yaml b/dependency/clickhouse/4.0.10/ix_values.yaml similarity index 100% rename from dependency/clickhouse/4.0.9/ix_values.yaml rename to dependency/clickhouse/4.0.10/ix_values.yaml diff --git a/dependency/clickhouse/4.0.9/questions.yaml b/dependency/clickhouse/4.0.10/questions.yaml similarity index 99% rename from dependency/clickhouse/4.0.9/questions.yaml rename to dependency/clickhouse/4.0.10/questions.yaml index 6d20bff394..fa297a9c59 100644 --- a/dependency/clickhouse/4.0.9/questions.yaml +++ b/dependency/clickhouse/4.0.10/questions.yaml @@ -52,15 +52,15 @@ questions: enum: - value: Deployment description: Deployment - - value: Daemonset - description: Daemonset + - value: DaemonSet + description: DaemonSet - variable: replicas label: Replicas (Advanced) description: Set the number of Replicas schema: type: int - show_if: [["type", "!=", "Daemonset"]] + show_if: [["type", "!=", "DaemonSet"]] default: 1 - variable: podSpec label: "" @@ -83,7 +83,6 @@ questions: - variable: envList label: Extra Environment Variables description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - group: "General Settings" schema: type: list default: [] diff --git a/dependency/clickhouse/4.0.9/templates/NOTES.txt b/dependency/clickhouse/4.0.10/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/4.0.9/templates/NOTES.txt rename to dependency/clickhouse/4.0.10/templates/NOTES.txt diff --git a/dependency/clickhouse/4.0.9/templates/common.yaml b/dependency/clickhouse/4.0.10/templates/common.yaml similarity index 100% rename from dependency/clickhouse/4.0.9/templates/common.yaml rename to dependency/clickhouse/4.0.10/templates/common.yaml diff --git a/dependency/clickhouse/4.0.9/values.yaml b/dependency/clickhouse/4.0.10/values.yaml similarity index 100% rename from dependency/clickhouse/4.0.9/values.yaml rename to dependency/clickhouse/4.0.10/values.yaml diff --git a/dependency/clickhouse/4.0.9/app-changelog.md b/dependency/clickhouse/4.0.9/app-changelog.md deleted file mode 100644 index 73c679a40e..0000000000 --- a/dependency/clickhouse/4.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clickhouse-4.0.9](https://github.com/truecharts/charts/compare/clickhouse-4.0.8...clickhouse-4.0.9) (2023-03-07) - -### Fix - -- apply new common fixes to dependency train - - \ No newline at end of file diff --git a/dependency/clickhouse/4.0.9/charts/common-12.2.24.tgz b/dependency/clickhouse/4.0.9/charts/common-12.2.24.tgz deleted file mode 100644 index d9155693b5..0000000000 Binary files a/dependency/clickhouse/4.0.9/charts/common-12.2.24.tgz and /dev/null differ diff --git a/dependency/mariadb/6.0.9/CHANGELOG.md b/dependency/mariadb/6.0.10/CHANGELOG.md similarity index 91% rename from dependency/mariadb/6.0.9/CHANGELOG.md rename to dependency/mariadb/6.0.10/CHANGELOG.md index e5514af195..b69a83524b 100644 --- a/dependency/mariadb/6.0.9/CHANGELOG.md +++ b/dependency/mariadb/6.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mariadb-6.0.10](https://github.com/truecharts/charts/compare/mariadb-6.0.9...mariadb-6.0.10) (2023-03-11) + +### Chore + +- remove subchart and update common + + + + ## [mariadb-6.0.9](https://github.com/truecharts/charts/compare/mariadb-6.0.8...mariadb-6.0.9) (2023-03-07) ### Fix @@ -88,12 +97,3 @@ ## [mariadb-6.0.0](https://github.com/truecharts/charts/compare/mariadb-5.0.35...mariadb-6.0.0) (2023-03-01) - - - - -## [mariadb-5.0.35](https://github.com/truecharts/charts/compare/mariadb-5.0.34...mariadb-5.0.35) (2023-02-27) - -### Chore - -- update container image tccr.io/truecharts/mariadb to v10.11.2 diff --git a/dependency/mariadb/6.0.9/Chart.yaml b/dependency/mariadb/6.0.10/Chart.yaml similarity index 96% rename from dependency/mariadb/6.0.9/Chart.yaml rename to dependency/mariadb/6.0.10/Chart.yaml index 41b77106ed..ad2d952dcb 100644 --- a/dependency/mariadb/6.0.9/Chart.yaml +++ b/dependency/mariadb/6.0.10/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.11.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.24 + version: 12.2.26 deprecated: false description: Fast, reliable, scalable, and easy to use open-source relational database system. home: https://truecharts.org/charts/dependency/mariadb @@ -26,7 +26,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/6.0.9/README.md b/dependency/mariadb/6.0.10/README.md similarity index 100% rename from dependency/mariadb/6.0.9/README.md rename to dependency/mariadb/6.0.10/README.md diff --git a/dependency/mariadb/6.0.10/app-changelog.md b/dependency/mariadb/6.0.10/app-changelog.md new file mode 100644 index 0000000000..c14bc9a102 --- /dev/null +++ b/dependency/mariadb/6.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mariadb-6.0.10](https://github.com/truecharts/charts/compare/mariadb-6.0.9...mariadb-6.0.10) (2023-03-11) + +### Chore + +- remove subchart and update common + + \ No newline at end of file diff --git a/dependency/mariadb/6.0.9/app-readme.md b/dependency/mariadb/6.0.10/app-readme.md similarity index 100% rename from dependency/mariadb/6.0.9/app-readme.md rename to dependency/mariadb/6.0.10/app-readme.md diff --git a/dependency/mariadb/6.0.10/charts/common-12.2.26.tgz b/dependency/mariadb/6.0.10/charts/common-12.2.26.tgz new file mode 100644 index 0000000000..d457296b3b Binary files /dev/null and b/dependency/mariadb/6.0.10/charts/common-12.2.26.tgz differ diff --git a/dependency/mariadb/6.0.9/ix_values.yaml b/dependency/mariadb/6.0.10/ix_values.yaml similarity index 100% rename from dependency/mariadb/6.0.9/ix_values.yaml rename to dependency/mariadb/6.0.10/ix_values.yaml diff --git a/dependency/mariadb/6.0.9/questions.yaml b/dependency/mariadb/6.0.10/questions.yaml similarity index 99% rename from dependency/mariadb/6.0.9/questions.yaml rename to dependency/mariadb/6.0.10/questions.yaml index b756b2d0db..18625bf7ae 100644 --- a/dependency/mariadb/6.0.9/questions.yaml +++ b/dependency/mariadb/6.0.10/questions.yaml @@ -52,15 +52,15 @@ questions: enum: - value: Deployment description: Deployment - - value: Daemonset - description: Daemonset + - value: DaemonSet + description: DaemonSet - variable: replicas label: Replicas (Advanced) description: Set the number of Replicas schema: type: int - show_if: [["type", "!=", "Daemonset"]] + show_if: [["type", "!=", "DaemonSet"]] default: 1 - variable: podSpec label: "" @@ -83,7 +83,6 @@ questions: - variable: envList label: Extra Environment Variables description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - group: "General Settings" schema: type: list default: [] diff --git a/dependency/mariadb/6.0.9/templates/NOTES.txt b/dependency/mariadb/6.0.10/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/6.0.9/templates/NOTES.txt rename to dependency/mariadb/6.0.10/templates/NOTES.txt diff --git a/dependency/mariadb/6.0.9/templates/common.yaml b/dependency/mariadb/6.0.10/templates/common.yaml similarity index 100% rename from dependency/mariadb/6.0.9/templates/common.yaml rename to dependency/mariadb/6.0.10/templates/common.yaml diff --git a/dependency/mariadb/6.0.9/values.yaml b/dependency/mariadb/6.0.10/values.yaml similarity index 100% rename from dependency/mariadb/6.0.9/values.yaml rename to dependency/mariadb/6.0.10/values.yaml diff --git a/dependency/mariadb/6.0.9/app-changelog.md b/dependency/mariadb/6.0.9/app-changelog.md deleted file mode 100644 index 56d04a3efd..0000000000 --- a/dependency/mariadb/6.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mariadb-6.0.9](https://github.com/truecharts/charts/compare/mariadb-6.0.8...mariadb-6.0.9) (2023-03-07) - -### Fix - -- apply new common fixes to dependency train - - \ No newline at end of file diff --git a/dependency/mariadb/6.0.9/charts/common-12.2.24.tgz b/dependency/mariadb/6.0.9/charts/common-12.2.24.tgz deleted file mode 100644 index d9155693b5..0000000000 Binary files a/dependency/mariadb/6.0.9/charts/common-12.2.24.tgz and /dev/null differ diff --git a/dependency/memcached/6.0.9/CHANGELOG.md b/dependency/memcached/6.0.10/CHANGELOG.md similarity index 91% rename from dependency/memcached/6.0.9/CHANGELOG.md rename to dependency/memcached/6.0.10/CHANGELOG.md index 0a85cb2c74..96187c8bb1 100644 --- a/dependency/memcached/6.0.9/CHANGELOG.md +++ b/dependency/memcached/6.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 @@ -88,12 +97,3 @@ ## [memcached-6.0.0](https://github.com/truecharts/charts/compare/memcached-5.0.31...memcached-6.0.0) (2023-03-01) - - - - -## [memcached-5.0.31](https://github.com/truecharts/charts/compare/memcached-5.0.30...memcached-5.0.31) (2023-02-27) - -### Chore - -- update container image tccr.io/truecharts/memcached to 1.6.18 diff --git a/dependency/memcached/6.0.9/Chart.yaml b/dependency/memcached/6.0.10/Chart.yaml similarity index 96% rename from dependency/memcached/6.0.9/Chart.yaml rename to dependency/memcached/6.0.10/Chart.yaml index 317e88f1a2..477126669f 100644 --- a/dependency/memcached/6.0.9/Chart.yaml +++ b/dependency/memcached/6.0.10/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.18" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.24 + version: 12.2.26 deprecated: false description: Memcached is a memory-backed database caching solution home: https://truecharts.org/charts/dependency/memcached @@ -24,7 +24,7 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 6.0.9 +version: 6.0.10 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/6.0.9/README.md b/dependency/memcached/6.0.10/README.md similarity index 100% rename from dependency/memcached/6.0.9/README.md rename to dependency/memcached/6.0.10/README.md diff --git a/dependency/memcached/6.0.10/app-changelog.md b/dependency/memcached/6.0.10/app-changelog.md new file mode 100644 index 0000000000..eac75de13f --- /dev/null +++ b/dependency/memcached/6.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/memcached/6.0.9/app-readme.md b/dependency/memcached/6.0.10/app-readme.md similarity index 100% rename from dependency/memcached/6.0.9/app-readme.md rename to dependency/memcached/6.0.10/app-readme.md diff --git a/dependency/memcached/6.0.10/charts/common-12.2.26.tgz b/dependency/memcached/6.0.10/charts/common-12.2.26.tgz new file mode 100644 index 0000000000..d457296b3b Binary files /dev/null and b/dependency/memcached/6.0.10/charts/common-12.2.26.tgz differ diff --git a/dependency/memcached/6.0.9/ix_values.yaml b/dependency/memcached/6.0.10/ix_values.yaml similarity index 100% rename from dependency/memcached/6.0.9/ix_values.yaml rename to dependency/memcached/6.0.10/ix_values.yaml diff --git a/dependency/memcached/6.0.9/questions.yaml b/dependency/memcached/6.0.10/questions.yaml similarity index 99% rename from dependency/memcached/6.0.9/questions.yaml rename to dependency/memcached/6.0.10/questions.yaml index bdc3ce7630..683fc54edd 100644 --- a/dependency/memcached/6.0.9/questions.yaml +++ b/dependency/memcached/6.0.10/questions.yaml @@ -52,14 +52,14 @@ questions: enum: - value: Deployment description: Deployment - - value: Daemonset - description: Daemonset + - value: DaemonSet + description: DaemonSet - variable: replicas label: Replicas (Advanced) description: Set the number of Replicas schema: type: int - show_if: [["type", "!=", "Daemonset"]] + show_if: [["type", "!=", "DaemonSet"]] default: 1 - variable: podSpec label: "" @@ -82,7 +82,6 @@ questions: - variable: envList label: Extra Environment Variables description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - group: "General Settings" schema: type: list default: [] diff --git a/dependency/memcached/6.0.9/templates/NOTES.txt b/dependency/memcached/6.0.10/templates/NOTES.txt similarity index 100% rename from dependency/memcached/6.0.9/templates/NOTES.txt rename to dependency/memcached/6.0.10/templates/NOTES.txt diff --git a/dependency/memcached/6.0.9/templates/common.yaml b/dependency/memcached/6.0.10/templates/common.yaml similarity index 100% rename from dependency/memcached/6.0.9/templates/common.yaml rename to dependency/memcached/6.0.10/templates/common.yaml diff --git a/dependency/memcached/6.0.9/values.yaml b/dependency/memcached/6.0.10/values.yaml similarity index 100% rename from dependency/memcached/6.0.9/values.yaml rename to dependency/memcached/6.0.10/values.yaml diff --git a/dependency/memcached/6.0.9/app-changelog.md b/dependency/memcached/6.0.9/app-changelog.md deleted file mode 100644 index b665e0c871..0000000000 --- a/dependency/memcached/6.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [memcached-6.0.9](https://github.com/truecharts/charts/compare/memcached-6.0.8...memcached-6.0.9) (2023-03-07) - -### Fix - -- apply new common fixes to dependency train - - \ No newline at end of file diff --git a/dependency/memcached/6.0.9/charts/common-12.2.24.tgz b/dependency/memcached/6.0.9/charts/common-12.2.24.tgz deleted file mode 100644 index d9155693b5..0000000000 Binary files a/dependency/memcached/6.0.9/charts/common-12.2.24.tgz and /dev/null differ diff --git a/dependency/mongodb/5.0.9/CHANGELOG.md b/dependency/mongodb/5.0.10/CHANGELOG.md similarity index 91% rename from dependency/mongodb/5.0.9/CHANGELOG.md rename to dependency/mongodb/5.0.10/CHANGELOG.md index 617403bdc2..c243e31143 100644 --- a/dependency/mongodb/5.0.9/CHANGELOG.md +++ b/dependency/mongodb/5.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 @@ -88,12 +97,3 @@ ## [mongodb-5.0.0](https://github.com/truecharts/charts/compare/mongodb-4.0.33...mongodb-5.0.0) (2023-03-01) - - - - -## [mongodb-4.0.33](https://github.com/truecharts/charts/compare/mongodb-4.0.32...mongodb-4.0.33) (2023-02-26) - -### Chore - -- update container image tccr.io/truecharts/mongodb to 6.0.4 diff --git a/dependency/mongodb/5.0.9/Chart.yaml b/dependency/mongodb/5.0.10/Chart.yaml similarity index 96% rename from dependency/mongodb/5.0.9/Chart.yaml rename to dependency/mongodb/5.0.10/Chart.yaml index 065759a594..03fe2d2258 100644 --- a/dependency/mongodb/5.0.9/Chart.yaml +++ b/dependency/mongodb/5.0.10/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.24 + version: 12.2.26 deprecated: false description: Fast, reliable, scalable, and easy to use open-source no-sql database system. home: https://truecharts.org/charts/dependency/mongodb @@ -24,7 +24,7 @@ sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com type: application -version: 5.0.9 +version: 5.0.10 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/5.0.9/README.md b/dependency/mongodb/5.0.10/README.md similarity index 100% rename from dependency/mongodb/5.0.9/README.md rename to dependency/mongodb/5.0.10/README.md diff --git a/dependency/mongodb/5.0.10/app-changelog.md b/dependency/mongodb/5.0.10/app-changelog.md new file mode 100644 index 0000000000..4b0cd6fdfa --- /dev/null +++ b/dependency/mongodb/5.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/mongodb/5.0.9/app-readme.md b/dependency/mongodb/5.0.10/app-readme.md similarity index 100% rename from dependency/mongodb/5.0.9/app-readme.md rename to dependency/mongodb/5.0.10/app-readme.md diff --git a/dependency/mongodb/5.0.10/charts/common-12.2.26.tgz b/dependency/mongodb/5.0.10/charts/common-12.2.26.tgz new file mode 100644 index 0000000000..d457296b3b Binary files /dev/null and b/dependency/mongodb/5.0.10/charts/common-12.2.26.tgz differ diff --git a/dependency/mongodb/5.0.9/ix_values.yaml b/dependency/mongodb/5.0.10/ix_values.yaml similarity index 100% rename from dependency/mongodb/5.0.9/ix_values.yaml rename to dependency/mongodb/5.0.10/ix_values.yaml diff --git a/dependency/mongodb/5.0.9/questions.yaml b/dependency/mongodb/5.0.10/questions.yaml similarity index 99% rename from dependency/mongodb/5.0.9/questions.yaml rename to dependency/mongodb/5.0.10/questions.yaml index a5b52140b4..a4868f43f7 100644 --- a/dependency/mongodb/5.0.9/questions.yaml +++ b/dependency/mongodb/5.0.10/questions.yaml @@ -52,15 +52,15 @@ questions: enum: - value: Deployment description: Deployment - - value: Daemonset - description: Daemonset + - value: DaemonSet + description: DaemonSet - variable: replicas label: Replicas (Advanced) description: Set the number of Replicas schema: type: int - show_if: [["type", "!=", "Daemonset"]] + show_if: [["type", "!=", "DaemonSet"]] default: 1 - variable: podSpec label: "" @@ -83,7 +83,6 @@ questions: - variable: envList label: Extra Environment Variables description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - group: "General Settings" schema: type: list default: [] diff --git a/dependency/mongodb/5.0.9/templates/NOTES.txt b/dependency/mongodb/5.0.10/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/5.0.9/templates/NOTES.txt rename to dependency/mongodb/5.0.10/templates/NOTES.txt diff --git a/dependency/mongodb/5.0.9/templates/common.yaml b/dependency/mongodb/5.0.10/templates/common.yaml similarity index 100% rename from dependency/mongodb/5.0.9/templates/common.yaml rename to dependency/mongodb/5.0.10/templates/common.yaml diff --git a/dependency/mongodb/5.0.9/values.yaml b/dependency/mongodb/5.0.10/values.yaml similarity index 100% rename from dependency/mongodb/5.0.9/values.yaml rename to dependency/mongodb/5.0.10/values.yaml diff --git a/dependency/mongodb/5.0.9/app-changelog.md b/dependency/mongodb/5.0.9/app-changelog.md deleted file mode 100644 index c95ed5cb78..0000000000 --- a/dependency/mongodb/5.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mongodb-5.0.9](https://github.com/truecharts/charts/compare/mongodb-5.0.8...mongodb-5.0.9) (2023-03-07) - -### Fix - -- apply new common fixes to dependency train - - \ No newline at end of file diff --git a/dependency/mongodb/5.0.9/charts/common-12.2.24.tgz b/dependency/mongodb/5.0.9/charts/common-12.2.24.tgz deleted file mode 100644 index d9155693b5..0000000000 Binary files a/dependency/mongodb/5.0.9/charts/common-12.2.24.tgz and /dev/null differ diff --git a/dependency/redis/6.0.15/app-changelog.md b/dependency/redis/6.0.15/app-changelog.md deleted file mode 100644 index 3483b460ba..0000000000 --- a/dependency/redis/6.0.15/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redis-6.0.15](https://github.com/truecharts/charts/compare/redis-6.0.14...redis-6.0.15) (2023-03-09) - -### Chore - -- bump common - - \ No newline at end of file diff --git a/dependency/redis/6.0.15/charts/common-12.2.25.tgz b/dependency/redis/6.0.15/charts/common-12.2.25.tgz deleted file mode 100644 index 947732935e..0000000000 Binary files a/dependency/redis/6.0.15/charts/common-12.2.25.tgz and /dev/null differ diff --git a/dependency/redis/6.0.15/CHANGELOG.md b/dependency/redis/6.0.16/CHANGELOG.md similarity index 89% rename from dependency/redis/6.0.15/CHANGELOG.md rename to dependency/redis/6.0.16/CHANGELOG.md index f9efaee145..5dd895e726 100644 --- a/dependency/redis/6.0.15/CHANGELOG.md +++ b/dependency/redis/6.0.16/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 @@ -88,12 +97,3 @@ - bump dependency train - bump common on dependency train - - - -## [redis-6.0.5](https://github.com/truecharts/charts/compare/redis-6.0.4...redis-6.0.5) (2023-03-05) - -### Fix - -- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) - diff --git a/dependency/redis/6.0.15/Chart.yaml b/dependency/redis/6.0.16/Chart.yaml similarity index 95% rename from dependency/redis/6.0.15/Chart.yaml rename to dependency/redis/6.0.16/Chart.yaml index d3a874317f..46006acae8 100644 --- a/dependency/redis/6.0.15/Chart.yaml +++ b/dependency/redis/6.0.16/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.8" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.25 + version: 12.2.26 deprecated: false description: Open source, advanced key-value store. home: https://truecharts.org/charts/dependency/redis @@ -24,7 +24,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 6.0.15 +version: 6.0.16 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/6.0.15/README.md b/dependency/redis/6.0.16/README.md similarity index 100% rename from dependency/redis/6.0.15/README.md rename to dependency/redis/6.0.16/README.md diff --git a/dependency/redis/6.0.16/app-changelog.md b/dependency/redis/6.0.16/app-changelog.md new file mode 100644 index 0000000000..2dc18dac91 --- /dev/null +++ b/dependency/redis/6.0.16/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/redis/6.0.15/app-readme.md b/dependency/redis/6.0.16/app-readme.md similarity index 100% rename from dependency/redis/6.0.15/app-readme.md rename to dependency/redis/6.0.16/app-readme.md diff --git a/dependency/redis/6.0.16/charts/common-12.2.26.tgz b/dependency/redis/6.0.16/charts/common-12.2.26.tgz new file mode 100644 index 0000000000..d457296b3b Binary files /dev/null and b/dependency/redis/6.0.16/charts/common-12.2.26.tgz differ diff --git a/dependency/redis/6.0.15/ix_values.yaml b/dependency/redis/6.0.16/ix_values.yaml similarity index 100% rename from dependency/redis/6.0.15/ix_values.yaml rename to dependency/redis/6.0.16/ix_values.yaml diff --git a/dependency/redis/6.0.15/questions.yaml b/dependency/redis/6.0.16/questions.yaml similarity index 100% rename from dependency/redis/6.0.15/questions.yaml rename to dependency/redis/6.0.16/questions.yaml diff --git a/dependency/redis/6.0.15/templates/NOTES.txt b/dependency/redis/6.0.16/templates/NOTES.txt similarity index 100% rename from dependency/redis/6.0.15/templates/NOTES.txt rename to dependency/redis/6.0.16/templates/NOTES.txt diff --git a/dependency/redis/6.0.15/templates/common.yaml b/dependency/redis/6.0.16/templates/common.yaml similarity index 100% rename from dependency/redis/6.0.15/templates/common.yaml rename to dependency/redis/6.0.16/templates/common.yaml diff --git a/dependency/redis/6.0.15/values.yaml b/dependency/redis/6.0.16/values.yaml similarity index 100% rename from dependency/redis/6.0.15/values.yaml rename to dependency/redis/6.0.16/values.yaml diff --git a/dependency/solr/3.0.7/app-changelog.md b/dependency/solr/3.0.7/app-changelog.md deleted file mode 100644 index 40fd676db5..0000000000 --- a/dependency/solr/3.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [solr-3.0.7](https://github.com/truecharts/charts/compare/solr-3.0.6...solr-3.0.7) (2023-03-07) - -### Fix - -- apply new common fixes to dependency train - - \ No newline at end of file diff --git a/dependency/solr/3.0.7/charts/common-12.2.24.tgz b/dependency/solr/3.0.7/charts/common-12.2.24.tgz deleted file mode 100644 index d9155693b5..0000000000 Binary files a/dependency/solr/3.0.7/charts/common-12.2.24.tgz and /dev/null differ diff --git a/dependency/solr/3.0.7/CHANGELOG.md b/dependency/solr/3.0.8/CHANGELOG.md similarity index 91% rename from dependency/solr/3.0.7/CHANGELOG.md rename to dependency/solr/3.0.8/CHANGELOG.md index b6bbe7a1e4..6260e65ea4 100644 --- a/dependency/solr/3.0.7/CHANGELOG.md +++ b/dependency/solr/3.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 @@ -88,12 +97,3 @@ ## [solr-2.0.30](https://github.com/truecharts/charts/compare/solr-2.0.29...solr-2.0.30) (2023-02-10) ### Fix - -- ensure new helm deps repo is used in latest releases as well. - - - - -## [solr-2.0.29](https://github.com/truecharts/charts/compare/solr-2.0.28...solr-2.0.29) (2023-02-06) - -### Chore diff --git a/dependency/solr/3.0.7/Chart.yaml b/dependency/solr/3.0.8/Chart.yaml similarity index 95% rename from dependency/solr/3.0.7/Chart.yaml rename to dependency/solr/3.0.8/Chart.yaml index 5a31f0fcb3..5e15a9a212 100644 --- a/dependency/solr/3.0.7/Chart.yaml +++ b/dependency/solr/3.0.8/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "9.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.24 + version: 12.2.26 deprecated: false description: Apache Solr home: https://truecharts.org/charts/dependency/solr @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/bitnami/solr - https://github.com/apache/solr type: application -version: 3.0.7 +version: 3.0.8 annotations: truecharts.org/catagories: | - search diff --git a/dependency/solr/3.0.7/README.md b/dependency/solr/3.0.8/README.md similarity index 100% rename from dependency/solr/3.0.7/README.md rename to dependency/solr/3.0.8/README.md diff --git a/dependency/solr/3.0.8/app-changelog.md b/dependency/solr/3.0.8/app-changelog.md new file mode 100644 index 0000000000..3fcd092f94 --- /dev/null +++ b/dependency/solr/3.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/solr/3.0.7/app-readme.md b/dependency/solr/3.0.8/app-readme.md similarity index 100% rename from dependency/solr/3.0.7/app-readme.md rename to dependency/solr/3.0.8/app-readme.md diff --git a/dependency/solr/3.0.8/charts/common-12.2.26.tgz b/dependency/solr/3.0.8/charts/common-12.2.26.tgz new file mode 100644 index 0000000000..d457296b3b Binary files /dev/null and b/dependency/solr/3.0.8/charts/common-12.2.26.tgz differ diff --git a/dependency/solr/3.0.7/ix_values.yaml b/dependency/solr/3.0.8/ix_values.yaml similarity index 100% rename from dependency/solr/3.0.7/ix_values.yaml rename to dependency/solr/3.0.8/ix_values.yaml diff --git a/dependency/solr/3.0.7/questions.yaml b/dependency/solr/3.0.8/questions.yaml similarity index 99% rename from dependency/solr/3.0.7/questions.yaml rename to dependency/solr/3.0.8/questions.yaml index 4a3cdda34b..6030fef5b4 100644 --- a/dependency/solr/3.0.7/questions.yaml +++ b/dependency/solr/3.0.8/questions.yaml @@ -60,15 +60,15 @@ questions: enum: - value: Deployment description: Deployment - - value: Daemonset - description: Daemonset + - value: DaemonSet + description: DaemonSet - variable: replicas label: Replicas (Advanced) description: Set the number of Replicas schema: type: int - show_if: [["type", "!=", "Daemonset"]] + show_if: [["type", "!=", "DaemonSet"]] default: 1 - variable: podSpec label: "" @@ -91,7 +91,6 @@ questions: - variable: envList label: Extra Environment Variables description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - group: "General Settings" schema: type: list default: [] diff --git a/dependency/solr/3.0.7/templates/NOTES.txt b/dependency/solr/3.0.8/templates/NOTES.txt similarity index 100% rename from dependency/solr/3.0.7/templates/NOTES.txt rename to dependency/solr/3.0.8/templates/NOTES.txt diff --git a/dependency/solr/3.0.7/templates/common.yaml b/dependency/solr/3.0.8/templates/common.yaml similarity index 100% rename from dependency/solr/3.0.7/templates/common.yaml rename to dependency/solr/3.0.8/templates/common.yaml diff --git a/dependency/solr/3.0.7/values.yaml b/dependency/solr/3.0.8/values.yaml similarity index 100% rename from dependency/solr/3.0.7/values.yaml rename to dependency/solr/3.0.8/values.yaml