diff --git a/dependency/clickhouse/5.0.6/app-changelog.md b/dependency/clickhouse/5.0.6/app-changelog.md deleted file mode 100644 index 1728729cce..0000000000 --- a/dependency/clickhouse/5.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clickhouse-5.0.6](https://github.com/truecharts/charts/compare/clickhouse-5.0.5...clickhouse-5.0.6) (2023-04-14) - -### Chore - -- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996)) - - \ No newline at end of file diff --git a/dependency/clickhouse/5.0.6/charts/common-12.4.10.tgz b/dependency/clickhouse/5.0.6/charts/common-12.4.10.tgz deleted file mode 100644 index 1bb734a4ad..0000000000 Binary files a/dependency/clickhouse/5.0.6/charts/common-12.4.10.tgz and /dev/null differ diff --git a/dependency/clickhouse/5.0.6/CHANGELOG.md b/dependency/clickhouse/5.0.7/CHANGELOG.md similarity index 90% rename from dependency/clickhouse/5.0.6/CHANGELOG.md rename to dependency/clickhouse/5.0.7/CHANGELOG.md index 37df934ef7..ee4bc85921 100644 --- a/dependency/clickhouse/5.0.6/CHANGELOG.md +++ b/dependency/clickhouse/5.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [clickhouse-5.0.7](https://github.com/truecharts/charts/compare/clickhouse-5.0.6...clickhouse-5.0.7) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + + + ## [clickhouse-5.0.6](https://github.com/truecharts/charts/compare/clickhouse-5.0.5...clickhouse-5.0.6) (2023-04-14) ### Chore @@ -88,12 +97,3 @@ ## [clickhouse-4.0.8](https://github.com/truecharts/charts/compare/clickhouse-4.0.7...clickhouse-4.0.8) (2023-03-07) ### Chore - -- bump common - - - - -## [clickhouse-4.0.7](https://github.com/truecharts/charts/compare/clickhouse-4.0.6...clickhouse-4.0.7) (2023-03-07) - -### Fix diff --git a/dependency/clickhouse/5.0.6/Chart.yaml b/dependency/clickhouse/5.0.7/Chart.yaml similarity index 95% rename from dependency/clickhouse/5.0.6/Chart.yaml rename to dependency/clickhouse/5.0.7/Chart.yaml index f21e193eaa..64219f4a9a 100644 --- a/dependency/clickhouse/5.0.6/Chart.yaml +++ b/dependency/clickhouse/5.0.7/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.2.1.253" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.10 + version: 12.4.12 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.6 +version: 5.0.7 annotations: truecharts.org/catagories: | - database diff --git a/dependency/clickhouse/5.0.6/README.md b/dependency/clickhouse/5.0.7/README.md similarity index 100% rename from dependency/clickhouse/5.0.6/README.md rename to dependency/clickhouse/5.0.7/README.md diff --git a/dependency/clickhouse/5.0.7/app-changelog.md b/dependency/clickhouse/5.0.7/app-changelog.md new file mode 100644 index 0000000000..e0c28309a8 --- /dev/null +++ b/dependency/clickhouse/5.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [clickhouse-5.0.7](https://github.com/truecharts/charts/compare/clickhouse-5.0.6...clickhouse-5.0.7) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + \ No newline at end of file diff --git a/dependency/clickhouse/5.0.6/app-readme.md b/dependency/clickhouse/5.0.7/app-readme.md similarity index 100% rename from dependency/clickhouse/5.0.6/app-readme.md rename to dependency/clickhouse/5.0.7/app-readme.md diff --git a/dependency/clickhouse/5.0.7/charts/common-12.4.12.tgz b/dependency/clickhouse/5.0.7/charts/common-12.4.12.tgz new file mode 100644 index 0000000000..e76a59a088 Binary files /dev/null and b/dependency/clickhouse/5.0.7/charts/common-12.4.12.tgz differ diff --git a/dependency/clickhouse/5.0.6/ix_values.yaml b/dependency/clickhouse/5.0.7/ix_values.yaml similarity index 100% rename from dependency/clickhouse/5.0.6/ix_values.yaml rename to dependency/clickhouse/5.0.7/ix_values.yaml diff --git a/dependency/clickhouse/5.0.6/questions.yaml b/dependency/clickhouse/5.0.7/questions.yaml similarity index 99% rename from dependency/clickhouse/5.0.6/questions.yaml rename to dependency/clickhouse/5.0.7/questions.yaml index 5526c3e0ab..67d8db34ca 100644 --- a/dependency/clickhouse/5.0.6/questions.yaml +++ b/dependency/clickhouse/5.0.7/questions.yaml @@ -434,15 +434,15 @@ questions: label: Port Type schema: type: string - default: TCP + default: tcp enum: - - value: HTTP + - value: http description: HTTP - - value: HTTPS + - value: https description: HTTPS - - value: TCP + - value: tcp description: TCP - - value: UDP + - value: udp description: UDP - variable: targetPort label: Target Port @@ -1567,6 +1567,7 @@ questions: description: Authentication Credentials schema: type: string + show_if: [["username", "!=", ""]] default: "" required: true - variable: tailscale diff --git a/dependency/clickhouse/5.0.6/templates/NOTES.txt b/dependency/clickhouse/5.0.7/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/5.0.6/templates/NOTES.txt rename to dependency/clickhouse/5.0.7/templates/NOTES.txt diff --git a/dependency/clickhouse/5.0.6/templates/common.yaml b/dependency/clickhouse/5.0.7/templates/common.yaml similarity index 100% rename from dependency/clickhouse/5.0.6/templates/common.yaml rename to dependency/clickhouse/5.0.7/templates/common.yaml diff --git a/dependency/clickhouse/5.0.6/values.yaml b/dependency/clickhouse/5.0.7/values.yaml similarity index 100% rename from dependency/clickhouse/5.0.6/values.yaml rename to dependency/clickhouse/5.0.7/values.yaml diff --git a/dependency/mariadb/7.0.7/app-changelog.md b/dependency/mariadb/7.0.7/app-changelog.md deleted file mode 100644 index 0fd1510862..0000000000 --- a/dependency/mariadb/7.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mariadb-7.0.7](https://github.com/truecharts/charts/compare/mariadb-7.0.6...mariadb-7.0.7) (2023-04-14) - -### Chore - -- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996)) - - \ No newline at end of file diff --git a/dependency/mariadb/7.0.7/charts/common-12.4.10.tgz b/dependency/mariadb/7.0.7/charts/common-12.4.10.tgz deleted file mode 100644 index 1bb734a4ad..0000000000 Binary files a/dependency/mariadb/7.0.7/charts/common-12.4.10.tgz and /dev/null differ diff --git a/dependency/mariadb/7.0.7/CHANGELOG.md b/dependency/mariadb/7.0.8/CHANGELOG.md similarity index 90% rename from dependency/mariadb/7.0.7/CHANGELOG.md rename to dependency/mariadb/7.0.8/CHANGELOG.md index bed9c5d1c7..aeeb79686c 100644 --- a/dependency/mariadb/7.0.7/CHANGELOG.md +++ b/dependency/mariadb/7.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mariadb-7.0.8](https://github.com/truecharts/charts/compare/mariadb-7.0.7...mariadb-7.0.8) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + + + ## [mariadb-7.0.7](https://github.com/truecharts/charts/compare/mariadb-7.0.6...mariadb-7.0.7) (2023-04-14) ### Chore @@ -88,12 +97,3 @@ ## [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 - - - - -## [mariadb-6.0.8](https://github.com/truecharts/charts/compare/mariadb-6.0.7...mariadb-6.0.8) (2023-03-07) - -### Chore diff --git a/dependency/mariadb/7.0.7/Chart.yaml b/dependency/mariadb/7.0.8/Chart.yaml similarity index 96% rename from dependency/mariadb/7.0.7/Chart.yaml rename to dependency/mariadb/7.0.8/Chart.yaml index 6594c13fcb..6f26b3e5ae 100644 --- a/dependency/mariadb/7.0.7/Chart.yaml +++ b/dependency/mariadb/7.0.8/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.11.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.10 + version: 12.4.12 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.7 +version: 7.0.8 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/7.0.7/README.md b/dependency/mariadb/7.0.8/README.md similarity index 100% rename from dependency/mariadb/7.0.7/README.md rename to dependency/mariadb/7.0.8/README.md diff --git a/dependency/mariadb/7.0.8/app-changelog.md b/dependency/mariadb/7.0.8/app-changelog.md new file mode 100644 index 0000000000..45201ae5ab --- /dev/null +++ b/dependency/mariadb/7.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mariadb-7.0.8](https://github.com/truecharts/charts/compare/mariadb-7.0.7...mariadb-7.0.8) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + \ No newline at end of file diff --git a/dependency/mariadb/7.0.7/app-readme.md b/dependency/mariadb/7.0.8/app-readme.md similarity index 100% rename from dependency/mariadb/7.0.7/app-readme.md rename to dependency/mariadb/7.0.8/app-readme.md diff --git a/dependency/mariadb/7.0.8/charts/common-12.4.12.tgz b/dependency/mariadb/7.0.8/charts/common-12.4.12.tgz new file mode 100644 index 0000000000..e76a59a088 Binary files /dev/null and b/dependency/mariadb/7.0.8/charts/common-12.4.12.tgz differ diff --git a/dependency/mariadb/7.0.7/ix_values.yaml b/dependency/mariadb/7.0.8/ix_values.yaml similarity index 100% rename from dependency/mariadb/7.0.7/ix_values.yaml rename to dependency/mariadb/7.0.8/ix_values.yaml diff --git a/dependency/mariadb/7.0.7/questions.yaml b/dependency/mariadb/7.0.8/questions.yaml similarity index 99% rename from dependency/mariadb/7.0.7/questions.yaml rename to dependency/mariadb/7.0.8/questions.yaml index b5c120e9f4..0a57b32b59 100644 --- a/dependency/mariadb/7.0.7/questions.yaml +++ b/dependency/mariadb/7.0.8/questions.yaml @@ -428,15 +428,15 @@ questions: label: Port Type schema: type: string - default: TCP + default: tcp enum: - - value: HTTP + - value: http description: HTTP - - value: HTTPS + - value: https description: HTTPS - - value: TCP + - value: tcp description: TCP - - value: UDP + - value: udp description: UDP - variable: targetPort label: Target Port @@ -1421,6 +1421,7 @@ questions: description: Authentication Credentials schema: type: string + show_if: [["username", "!=", ""]] default: "" required: true - variable: tailscale diff --git a/dependency/mariadb/7.0.7/templates/NOTES.txt b/dependency/mariadb/7.0.8/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/7.0.7/templates/NOTES.txt rename to dependency/mariadb/7.0.8/templates/NOTES.txt diff --git a/dependency/mariadb/7.0.7/templates/common.yaml b/dependency/mariadb/7.0.8/templates/common.yaml similarity index 100% rename from dependency/mariadb/7.0.7/templates/common.yaml rename to dependency/mariadb/7.0.8/templates/common.yaml diff --git a/dependency/mariadb/7.0.7/values.yaml b/dependency/mariadb/7.0.8/values.yaml similarity index 100% rename from dependency/mariadb/7.0.7/values.yaml rename to dependency/mariadb/7.0.8/values.yaml diff --git a/dependency/memcached/6.0.17/app-changelog.md b/dependency/memcached/6.0.17/app-changelog.md deleted file mode 100644 index f00d29f27d..0000000000 --- a/dependency/memcached/6.0.17/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [memcached-6.0.17](https://github.com/truecharts/charts/compare/memcached-6.0.16...memcached-6.0.17) (2023-04-14) - -### Chore - -- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996)) - - \ No newline at end of file diff --git a/dependency/memcached/6.0.17/charts/common-12.4.10.tgz b/dependency/memcached/6.0.17/charts/common-12.4.10.tgz deleted file mode 100644 index 1bb734a4ad..0000000000 Binary files a/dependency/memcached/6.0.17/charts/common-12.4.10.tgz and /dev/null differ diff --git a/dependency/memcached/6.0.17/CHANGELOG.md b/dependency/memcached/6.0.18/CHANGELOG.md similarity index 90% rename from dependency/memcached/6.0.17/CHANGELOG.md rename to dependency/memcached/6.0.18/CHANGELOG.md index 22eef4f312..db998f1236 100644 --- a/dependency/memcached/6.0.17/CHANGELOG.md +++ b/dependency/memcached/6.0.18/CHANGELOG.md @@ -4,6 +4,15 @@ +## [memcached-6.0.18](https://github.com/truecharts/charts/compare/memcached-6.0.17...memcached-6.0.18) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + + + ## [memcached-6.0.17](https://github.com/truecharts/charts/compare/memcached-6.0.16...memcached-6.0.17) (2023-04-14) ### Chore @@ -88,12 +97,3 @@ ## [memcached-6.0.8](https://github.com/truecharts/charts/compare/memcached-6.0.7...memcached-6.0.8) (2023-03-07) ### Chore - -- bump common - - - - -## [memcached-6.0.7](https://github.com/truecharts/charts/compare/memcached-6.0.6...memcached-6.0.7) (2023-03-07) - -### Fix diff --git a/dependency/memcached/6.0.17/Chart.yaml b/dependency/memcached/6.0.18/Chart.yaml similarity index 95% rename from dependency/memcached/6.0.17/Chart.yaml rename to dependency/memcached/6.0.18/Chart.yaml index 2e47d4c623..cd0acaf07c 100644 --- a/dependency/memcached/6.0.17/Chart.yaml +++ b/dependency/memcached/6.0.18/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.18" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.10 + version: 12.4.12 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.17 +version: 6.0.18 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/6.0.17/README.md b/dependency/memcached/6.0.18/README.md similarity index 100% rename from dependency/memcached/6.0.17/README.md rename to dependency/memcached/6.0.18/README.md diff --git a/dependency/memcached/6.0.18/app-changelog.md b/dependency/memcached/6.0.18/app-changelog.md new file mode 100644 index 0000000000..b1de01ff61 --- /dev/null +++ b/dependency/memcached/6.0.18/app-changelog.md @@ -0,0 +1,9 @@ + + +## [memcached-6.0.18](https://github.com/truecharts/charts/compare/memcached-6.0.17...memcached-6.0.18) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + \ No newline at end of file diff --git a/dependency/memcached/6.0.17/app-readme.md b/dependency/memcached/6.0.18/app-readme.md similarity index 100% rename from dependency/memcached/6.0.17/app-readme.md rename to dependency/memcached/6.0.18/app-readme.md diff --git a/dependency/memcached/6.0.18/charts/common-12.4.12.tgz b/dependency/memcached/6.0.18/charts/common-12.4.12.tgz new file mode 100644 index 0000000000..e76a59a088 Binary files /dev/null and b/dependency/memcached/6.0.18/charts/common-12.4.12.tgz differ diff --git a/dependency/memcached/6.0.17/ix_values.yaml b/dependency/memcached/6.0.18/ix_values.yaml similarity index 100% rename from dependency/memcached/6.0.17/ix_values.yaml rename to dependency/memcached/6.0.18/ix_values.yaml diff --git a/dependency/memcached/6.0.17/questions.yaml b/dependency/memcached/6.0.18/questions.yaml similarity index 99% rename from dependency/memcached/6.0.17/questions.yaml rename to dependency/memcached/6.0.18/questions.yaml index 4910701524..f6252fa74f 100644 --- a/dependency/memcached/6.0.17/questions.yaml +++ b/dependency/memcached/6.0.18/questions.yaml @@ -398,15 +398,15 @@ questions: label: Port Type schema: type: string - default: TCP + default: tcp enum: - - value: HTTP + - value: http description: HTTP - - value: HTTPS + - value: https description: HTTPS - - value: TCP + - value: tcp description: TCP - - value: UDP + - value: udp description: UDP - variable: targetPort label: Target Port @@ -1310,6 +1310,7 @@ questions: description: Authentication Credentials schema: type: string + show_if: [["username", "!=", ""]] default: "" required: true - variable: tailscale diff --git a/dependency/memcached/6.0.17/templates/NOTES.txt b/dependency/memcached/6.0.18/templates/NOTES.txt similarity index 100% rename from dependency/memcached/6.0.17/templates/NOTES.txt rename to dependency/memcached/6.0.18/templates/NOTES.txt diff --git a/dependency/memcached/6.0.17/templates/common.yaml b/dependency/memcached/6.0.18/templates/common.yaml similarity index 100% rename from dependency/memcached/6.0.17/templates/common.yaml rename to dependency/memcached/6.0.18/templates/common.yaml diff --git a/dependency/memcached/6.0.17/values.yaml b/dependency/memcached/6.0.18/values.yaml similarity index 100% rename from dependency/memcached/6.0.17/values.yaml rename to dependency/memcached/6.0.18/values.yaml diff --git a/dependency/mongodb/6.0.6/app-changelog.md b/dependency/mongodb/6.0.6/app-changelog.md deleted file mode 100644 index 0045304a87..0000000000 --- a/dependency/mongodb/6.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mongodb-6.0.6](https://github.com/truecharts/charts/compare/mongodb-6.0.5...mongodb-6.0.6) (2023-04-14) - -### Chore - -- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996)) - - \ No newline at end of file diff --git a/dependency/mongodb/6.0.6/charts/common-12.4.10.tgz b/dependency/mongodb/6.0.6/charts/common-12.4.10.tgz deleted file mode 100644 index 1bb734a4ad..0000000000 Binary files a/dependency/mongodb/6.0.6/charts/common-12.4.10.tgz and /dev/null differ diff --git a/dependency/mongodb/6.0.6/CHANGELOG.md b/dependency/mongodb/6.0.7/CHANGELOG.md similarity index 90% rename from dependency/mongodb/6.0.6/CHANGELOG.md rename to dependency/mongodb/6.0.7/CHANGELOG.md index 33be04d7da..b641a6def7 100644 --- a/dependency/mongodb/6.0.6/CHANGELOG.md +++ b/dependency/mongodb/6.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mongodb-6.0.7](https://github.com/truecharts/charts/compare/mongodb-6.0.6...mongodb-6.0.7) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + + + ## [mongodb-6.0.6](https://github.com/truecharts/charts/compare/mongodb-6.0.5...mongodb-6.0.6) (2023-04-14) ### Chore @@ -88,12 +97,3 @@ ## [mongodb-5.0.8](https://github.com/truecharts/charts/compare/mongodb-5.0.7...mongodb-5.0.8) (2023-03-07) ### Chore - -- bump common - - - - -## [mongodb-5.0.7](https://github.com/truecharts/charts/compare/mongodb-5.0.6...mongodb-5.0.7) (2023-03-07) - -### Fix diff --git a/dependency/mongodb/6.0.6/Chart.yaml b/dependency/mongodb/6.0.7/Chart.yaml similarity index 95% rename from dependency/mongodb/6.0.6/Chart.yaml rename to dependency/mongodb/6.0.7/Chart.yaml index 5e07f22cbd..a4edef770a 100644 --- a/dependency/mongodb/6.0.6/Chart.yaml +++ b/dependency/mongodb/6.0.7/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.10 + version: 12.4.12 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.6 +version: 6.0.7 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/6.0.6/README.md b/dependency/mongodb/6.0.7/README.md similarity index 100% rename from dependency/mongodb/6.0.6/README.md rename to dependency/mongodb/6.0.7/README.md diff --git a/dependency/mongodb/6.0.7/app-changelog.md b/dependency/mongodb/6.0.7/app-changelog.md new file mode 100644 index 0000000000..d3d394df9b --- /dev/null +++ b/dependency/mongodb/6.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mongodb-6.0.7](https://github.com/truecharts/charts/compare/mongodb-6.0.6...mongodb-6.0.7) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + \ No newline at end of file diff --git a/dependency/mongodb/6.0.6/app-readme.md b/dependency/mongodb/6.0.7/app-readme.md similarity index 100% rename from dependency/mongodb/6.0.6/app-readme.md rename to dependency/mongodb/6.0.7/app-readme.md diff --git a/dependency/mongodb/6.0.7/charts/common-12.4.12.tgz b/dependency/mongodb/6.0.7/charts/common-12.4.12.tgz new file mode 100644 index 0000000000..e76a59a088 Binary files /dev/null and b/dependency/mongodb/6.0.7/charts/common-12.4.12.tgz differ diff --git a/dependency/mongodb/6.0.6/ix_values.yaml b/dependency/mongodb/6.0.7/ix_values.yaml similarity index 100% rename from dependency/mongodb/6.0.6/ix_values.yaml rename to dependency/mongodb/6.0.7/ix_values.yaml diff --git a/dependency/mongodb/6.0.6/questions.yaml b/dependency/mongodb/6.0.7/questions.yaml similarity index 99% rename from dependency/mongodb/6.0.6/questions.yaml rename to dependency/mongodb/6.0.7/questions.yaml index 86b85480e9..2d3df6ce83 100644 --- a/dependency/mongodb/6.0.6/questions.yaml +++ b/dependency/mongodb/6.0.7/questions.yaml @@ -428,15 +428,15 @@ questions: label: Port Type schema: type: string - default: TCP + default: tcp enum: - - value: HTTP + - value: http description: HTTP - - value: HTTPS + - value: https description: HTTPS - - value: TCP + - value: tcp description: TCP - - value: UDP + - value: udp description: UDP - variable: targetPort label: Target Port @@ -1421,6 +1421,7 @@ questions: description: Authentication Credentials schema: type: string + show_if: [["username", "!=", ""]] default: "" required: true - variable: tailscale diff --git a/dependency/mongodb/6.0.6/templates/NOTES.txt b/dependency/mongodb/6.0.7/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/6.0.6/templates/NOTES.txt rename to dependency/mongodb/6.0.7/templates/NOTES.txt diff --git a/dependency/mongodb/6.0.6/templates/common.yaml b/dependency/mongodb/6.0.7/templates/common.yaml similarity index 100% rename from dependency/mongodb/6.0.6/templates/common.yaml rename to dependency/mongodb/6.0.7/templates/common.yaml diff --git a/dependency/mongodb/6.0.6/values.yaml b/dependency/mongodb/6.0.7/values.yaml similarity index 100% rename from dependency/mongodb/6.0.6/values.yaml rename to dependency/mongodb/6.0.7/values.yaml diff --git a/dependency/redis/6.0.23/app-changelog.md b/dependency/redis/6.0.23/app-changelog.md deleted file mode 100644 index b9e92fe3b4..0000000000 --- a/dependency/redis/6.0.23/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redis-6.0.23](https://github.com/truecharts/charts/compare/redis-6.0.22...redis-6.0.23) (2023-04-14) - -### Chore - -- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996)) - - \ No newline at end of file diff --git a/dependency/redis/6.0.23/charts/common-12.4.10.tgz b/dependency/redis/6.0.23/charts/common-12.4.10.tgz deleted file mode 100644 index 1bb734a4ad..0000000000 Binary files a/dependency/redis/6.0.23/charts/common-12.4.10.tgz and /dev/null differ diff --git a/dependency/redis/6.0.23/CHANGELOG.md b/dependency/redis/6.0.24/CHANGELOG.md similarity index 90% rename from dependency/redis/6.0.23/CHANGELOG.md rename to dependency/redis/6.0.24/CHANGELOG.md index 432bc39f27..af4420b858 100644 --- a/dependency/redis/6.0.23/CHANGELOG.md +++ b/dependency/redis/6.0.24/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redis-6.0.24](https://github.com/truecharts/charts/compare/redis-6.0.23...redis-6.0.24) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + + + ## [redis-6.0.23](https://github.com/truecharts/charts/compare/redis-6.0.22...redis-6.0.23) (2023-04-14) ### Chore @@ -88,12 +97,3 @@ ## [redis-6.0.14](https://github.com/truecharts/charts/compare/redis-6.0.13...redis-6.0.14) (2023-03-07) ### Fix - -- apply new common fixes to dependency train - - - - -## [redis-6.0.13](https://github.com/truecharts/charts/compare/redis-6.0.12...redis-6.0.13) (2023-03-07) - -### Chore diff --git a/dependency/redis/6.0.23/Chart.yaml b/dependency/redis/6.0.24/Chart.yaml similarity index 95% rename from dependency/redis/6.0.23/Chart.yaml rename to dependency/redis/6.0.24/Chart.yaml index f0bf3ffd93..e3a8dc82bc 100644 --- a/dependency/redis/6.0.23/Chart.yaml +++ b/dependency/redis/6.0.24/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.8" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.10 + version: 12.4.12 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.23 +version: 6.0.24 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/6.0.23/README.md b/dependency/redis/6.0.24/README.md similarity index 100% rename from dependency/redis/6.0.23/README.md rename to dependency/redis/6.0.24/README.md diff --git a/dependency/redis/6.0.24/app-changelog.md b/dependency/redis/6.0.24/app-changelog.md new file mode 100644 index 0000000000..c7abb89c75 --- /dev/null +++ b/dependency/redis/6.0.24/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redis-6.0.24](https://github.com/truecharts/charts/compare/redis-6.0.23...redis-6.0.24) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + \ No newline at end of file diff --git a/dependency/redis/6.0.23/app-readme.md b/dependency/redis/6.0.24/app-readme.md similarity index 100% rename from dependency/redis/6.0.23/app-readme.md rename to dependency/redis/6.0.24/app-readme.md diff --git a/dependency/redis/6.0.24/charts/common-12.4.12.tgz b/dependency/redis/6.0.24/charts/common-12.4.12.tgz new file mode 100644 index 0000000000..e76a59a088 Binary files /dev/null and b/dependency/redis/6.0.24/charts/common-12.4.12.tgz differ diff --git a/dependency/redis/6.0.23/ix_values.yaml b/dependency/redis/6.0.24/ix_values.yaml similarity index 100% rename from dependency/redis/6.0.23/ix_values.yaml rename to dependency/redis/6.0.24/ix_values.yaml diff --git a/dependency/redis/6.0.23/questions.yaml b/dependency/redis/6.0.24/questions.yaml similarity index 99% rename from dependency/redis/6.0.23/questions.yaml rename to dependency/redis/6.0.24/questions.yaml index 26d84fa671..d6d6aeedc0 100644 --- a/dependency/redis/6.0.23/questions.yaml +++ b/dependency/redis/6.0.24/questions.yaml @@ -407,15 +407,15 @@ questions: label: Port Type schema: type: string - default: TCP + default: tcp enum: - - value: HTTP + - value: http description: HTTP - - value: HTTPS + - value: https description: HTTPS - - value: TCP + - value: tcp description: TCP - - value: UDP + - value: udp description: UDP - variable: targetPort label: Target Port @@ -1397,6 +1397,7 @@ questions: description: Authentication Credentials schema: type: string + show_if: [["username", "!=", ""]] default: "" required: true - variable: tailscale diff --git a/dependency/redis/6.0.23/templates/NOTES.txt b/dependency/redis/6.0.24/templates/NOTES.txt similarity index 100% rename from dependency/redis/6.0.23/templates/NOTES.txt rename to dependency/redis/6.0.24/templates/NOTES.txt diff --git a/dependency/redis/6.0.23/templates/common.yaml b/dependency/redis/6.0.24/templates/common.yaml similarity index 100% rename from dependency/redis/6.0.23/templates/common.yaml rename to dependency/redis/6.0.24/templates/common.yaml diff --git a/dependency/redis/6.0.23/values.yaml b/dependency/redis/6.0.24/values.yaml similarity index 100% rename from dependency/redis/6.0.23/values.yaml rename to dependency/redis/6.0.24/values.yaml diff --git a/dependency/solr/4.0.6/app-changelog.md b/dependency/solr/4.0.6/app-changelog.md deleted file mode 100644 index 2fcb660f19..0000000000 --- a/dependency/solr/4.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [solr-4.0.6](https://github.com/truecharts/charts/compare/solr-4.0.5...solr-4.0.6) (2023-04-14) - -### Chore - -- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996)) - - \ No newline at end of file diff --git a/dependency/solr/4.0.6/charts/common-12.4.10.tgz b/dependency/solr/4.0.6/charts/common-12.4.10.tgz deleted file mode 100644 index 1bb734a4ad..0000000000 Binary files a/dependency/solr/4.0.6/charts/common-12.4.10.tgz and /dev/null differ diff --git a/dependency/solr/4.0.6/CHANGELOG.md b/dependency/solr/4.0.7/CHANGELOG.md similarity index 90% rename from dependency/solr/4.0.6/CHANGELOG.md rename to dependency/solr/4.0.7/CHANGELOG.md index cdc774ed45..f422d703be 100644 --- a/dependency/solr/4.0.6/CHANGELOG.md +++ b/dependency/solr/4.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [solr-4.0.7](https://github.com/truecharts/charts/compare/solr-4.0.6...solr-4.0.7) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + + + ## [solr-4.0.6](https://github.com/truecharts/charts/compare/solr-4.0.5...solr-4.0.6) (2023-04-14) ### Chore @@ -88,12 +97,3 @@ ## [solr-3.0.6](https://github.com/truecharts/charts/compare/solr-3.0.5...solr-3.0.6) (2023-03-07) ### Chore - -- bump common - - - - -## [solr-3.0.5](https://github.com/truecharts/charts/compare/solr-3.0.4...solr-3.0.5) (2023-03-07) - -### Chore diff --git a/dependency/solr/4.0.6/Chart.yaml b/dependency/solr/4.0.7/Chart.yaml similarity index 95% rename from dependency/solr/4.0.6/Chart.yaml rename to dependency/solr/4.0.7/Chart.yaml index ed2c30b471..9ad4f67a98 100644 --- a/dependency/solr/4.0.6/Chart.yaml +++ b/dependency/solr/4.0.7/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "9.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.4.10 + version: 12.4.12 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.6 +version: 4.0.7 annotations: truecharts.org/catagories: | - search diff --git a/dependency/solr/4.0.6/README.md b/dependency/solr/4.0.7/README.md similarity index 100% rename from dependency/solr/4.0.6/README.md rename to dependency/solr/4.0.7/README.md diff --git a/dependency/solr/4.0.7/app-changelog.md b/dependency/solr/4.0.7/app-changelog.md new file mode 100644 index 0000000000..9909914f09 --- /dev/null +++ b/dependency/solr/4.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [solr-4.0.7](https://github.com/truecharts/charts/compare/solr-4.0.6...solr-4.0.7) (2023-04-15) + +### Chore + +- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026)) + + \ No newline at end of file diff --git a/dependency/solr/4.0.6/app-readme.md b/dependency/solr/4.0.7/app-readme.md similarity index 100% rename from dependency/solr/4.0.6/app-readme.md rename to dependency/solr/4.0.7/app-readme.md diff --git a/dependency/solr/4.0.7/charts/common-12.4.12.tgz b/dependency/solr/4.0.7/charts/common-12.4.12.tgz new file mode 100644 index 0000000000..e76a59a088 Binary files /dev/null and b/dependency/solr/4.0.7/charts/common-12.4.12.tgz differ diff --git a/dependency/solr/4.0.6/ix_values.yaml b/dependency/solr/4.0.7/ix_values.yaml similarity index 100% rename from dependency/solr/4.0.6/ix_values.yaml rename to dependency/solr/4.0.7/ix_values.yaml diff --git a/dependency/solr/4.0.6/questions.yaml b/dependency/solr/4.0.7/questions.yaml similarity index 99% rename from dependency/solr/4.0.6/questions.yaml rename to dependency/solr/4.0.7/questions.yaml index 748a0ea006..d84ee35b66 100644 --- a/dependency/solr/4.0.6/questions.yaml +++ b/dependency/solr/4.0.7/questions.yaml @@ -435,15 +435,15 @@ questions: label: Port Type schema: type: string - default: TCP + default: tcp enum: - - value: HTTP + - value: http description: HTTP - - value: HTTPS + - value: https description: HTTPS - - value: TCP + - value: tcp description: TCP - - value: UDP + - value: udp description: UDP - variable: targetPort label: Target Port @@ -1428,6 +1428,7 @@ questions: description: Authentication Credentials schema: type: string + show_if: [["username", "!=", ""]] default: "" required: true - variable: tailscale diff --git a/dependency/solr/4.0.6/templates/NOTES.txt b/dependency/solr/4.0.7/templates/NOTES.txt similarity index 100% rename from dependency/solr/4.0.6/templates/NOTES.txt rename to dependency/solr/4.0.7/templates/NOTES.txt diff --git a/dependency/solr/4.0.6/templates/common.yaml b/dependency/solr/4.0.7/templates/common.yaml similarity index 100% rename from dependency/solr/4.0.6/templates/common.yaml rename to dependency/solr/4.0.7/templates/common.yaml diff --git a/dependency/solr/4.0.6/values.yaml b/dependency/solr/4.0.7/values.yaml similarity index 100% rename from dependency/solr/4.0.6/values.yaml rename to dependency/solr/4.0.7/values.yaml