diff --git a/dependency/clickhouse/5.0.2/app-changelog.md b/dependency/clickhouse/5.0.2/app-changelog.md deleted file mode 100644 index 70533fe3bb..0000000000 --- a/dependency/clickhouse/5.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clickhouse-5.0.2](https://github.com/truecharts/charts/compare/clickhouse-5.0.1...clickhouse-5.0.2) (2023-04-07) - -### Chore - -- update helm chart common to 12.3.0 ([#7895](https://github.com/truecharts/charts/issues/7895)) - - \ No newline at end of file diff --git a/dependency/clickhouse/5.0.2/charts/common-12.3.0.tgz b/dependency/clickhouse/5.0.2/charts/common-12.3.0.tgz deleted file mode 100644 index 05cffa137f..0000000000 Binary files a/dependency/clickhouse/5.0.2/charts/common-12.3.0.tgz and /dev/null differ diff --git a/dependency/clickhouse/5.0.2/CHANGELOG.md b/dependency/clickhouse/5.0.3/CHANGELOG.md similarity index 90% rename from dependency/clickhouse/5.0.2/CHANGELOG.md rename to dependency/clickhouse/5.0.3/CHANGELOG.md index a77c84741e..af5627855c 100644 --- a/dependency/clickhouse/5.0.2/CHANGELOG.md +++ b/dependency/clickhouse/5.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 + + + + ## [clickhouse-5.0.2](https://github.com/truecharts/charts/compare/clickhouse-5.0.1...clickhouse-5.0.2) (2023-04-07) ### Chore @@ -88,12 +97,3 @@ ## [clickhouse-4.0.4](https://github.com/truecharts/charts/compare/clickhouse-4.0.3...clickhouse-4.0.4) (2023-03-06) ### Chore - -- bump dependency train ([#7748](https://github.com/truecharts/charts/issues/7748)) - - - - -## [clickhouse-4.0.3](https://github.com/truecharts/charts/compare/clickhouse-4.0.2...clickhouse-4.0.3) (2023-03-05) - -### Fix diff --git a/dependency/clickhouse/5.0.2/Chart.yaml b/dependency/clickhouse/5.0.3/Chart.yaml similarity index 96% rename from dependency/clickhouse/5.0.2/Chart.yaml rename to dependency/clickhouse/5.0.3/Chart.yaml index ba42dca05c..90299a3b4e 100644 --- a/dependency/clickhouse/5.0.2/Chart.yaml +++ b/dependency/clickhouse/5.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.2.1.253" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.3.0 + version: 12.4.3 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.2 +version: 5.0.3 annotations: truecharts.org/catagories: | - database diff --git a/dependency/clickhouse/5.0.2/README.md b/dependency/clickhouse/5.0.3/README.md similarity index 100% rename from dependency/clickhouse/5.0.2/README.md rename to dependency/clickhouse/5.0.3/README.md diff --git a/dependency/clickhouse/5.0.3/app-changelog.md b/dependency/clickhouse/5.0.3/app-changelog.md new file mode 100644 index 0000000000..ab26555823 --- /dev/null +++ b/dependency/clickhouse/5.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/clickhouse/5.0.2/app-readme.md b/dependency/clickhouse/5.0.3/app-readme.md similarity index 100% rename from dependency/clickhouse/5.0.2/app-readme.md rename to dependency/clickhouse/5.0.3/app-readme.md diff --git a/dependency/clickhouse/5.0.3/charts/common-12.4.3.tgz b/dependency/clickhouse/5.0.3/charts/common-12.4.3.tgz new file mode 100644 index 0000000000..6c365bc94c Binary files /dev/null and b/dependency/clickhouse/5.0.3/charts/common-12.4.3.tgz differ diff --git a/dependency/clickhouse/5.0.2/ix_values.yaml b/dependency/clickhouse/5.0.3/ix_values.yaml similarity index 100% rename from dependency/clickhouse/5.0.2/ix_values.yaml rename to dependency/clickhouse/5.0.3/ix_values.yaml diff --git a/dependency/clickhouse/5.0.2/questions.yaml b/dependency/clickhouse/5.0.3/questions.yaml similarity index 98% rename from dependency/clickhouse/5.0.2/questions.yaml rename to dependency/clickhouse/5.0.3/questions.yaml index 39239631b3..1ba5e321fd 100644 --- a/dependency/clickhouse/5.0.2/questions.yaml +++ b/dependency/clickhouse/5.0.3/questions.yaml @@ -824,7 +824,33 @@ questions: schema: type: boolean default: true - + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage." diff --git a/dependency/clickhouse/5.0.2/templates/NOTES.txt b/dependency/clickhouse/5.0.3/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/5.0.2/templates/NOTES.txt rename to dependency/clickhouse/5.0.3/templates/NOTES.txt diff --git a/dependency/clickhouse/5.0.2/templates/common.yaml b/dependency/clickhouse/5.0.3/templates/common.yaml similarity index 100% rename from dependency/clickhouse/5.0.2/templates/common.yaml rename to dependency/clickhouse/5.0.3/templates/common.yaml diff --git a/dependency/clickhouse/5.0.2/values.yaml b/dependency/clickhouse/5.0.3/values.yaml similarity index 100% rename from dependency/clickhouse/5.0.2/values.yaml rename to dependency/clickhouse/5.0.3/values.yaml diff --git a/dependency/mariadb/7.0.3/app-changelog.md b/dependency/mariadb/7.0.3/app-changelog.md deleted file mode 100644 index 50c9f2c7c4..0000000000 --- a/dependency/mariadb/7.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mariadb-7.0.3](https://github.com/truecharts/charts/compare/mariadb-7.0.2...mariadb-7.0.3) (2023-04-07) - -### Chore - -- update helm chart common to 12.3.0 ([#7895](https://github.com/truecharts/charts/issues/7895)) - - \ No newline at end of file diff --git a/dependency/mariadb/7.0.3/charts/common-12.3.0.tgz b/dependency/mariadb/7.0.3/charts/common-12.3.0.tgz deleted file mode 100644 index 05cffa137f..0000000000 Binary files a/dependency/mariadb/7.0.3/charts/common-12.3.0.tgz and /dev/null differ diff --git a/dependency/mariadb/7.0.3/CHANGELOG.md b/dependency/mariadb/7.0.4/CHANGELOG.md similarity index 90% rename from dependency/mariadb/7.0.3/CHANGELOG.md rename to dependency/mariadb/7.0.4/CHANGELOG.md index 0e0d4a13ef..ec9beda2e8 100644 --- a/dependency/mariadb/7.0.3/CHANGELOG.md +++ b/dependency/mariadb/7.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 + + + + ## [mariadb-7.0.3](https://github.com/truecharts/charts/compare/mariadb-7.0.2...mariadb-7.0.3) (2023-04-07) ### Chore @@ -88,12 +97,3 @@ ## [mariadb-6.0.5](https://github.com/truecharts/charts/compare/mariadb-6.0.4...mariadb-6.0.5) (2023-03-06) ### Fix - -- update common with vct label fix ([#7750](https://github.com/truecharts/charts/issues/7750)) - - - - -## [mariadb-6.0.4](https://github.com/truecharts/charts/compare/mariadb-6.0.3...mariadb-6.0.4) (2023-03-06) - -### Chore diff --git a/dependency/mariadb/7.0.3/Chart.yaml b/dependency/mariadb/7.0.4/Chart.yaml similarity index 96% rename from dependency/mariadb/7.0.3/Chart.yaml rename to dependency/mariadb/7.0.4/Chart.yaml index 3a62603d45..1556807728 100644 --- a/dependency/mariadb/7.0.3/Chart.yaml +++ b/dependency/mariadb/7.0.4/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.11.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.3.0 + version: 12.4.3 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.3 +version: 7.0.4 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/7.0.3/README.md b/dependency/mariadb/7.0.4/README.md similarity index 100% rename from dependency/mariadb/7.0.3/README.md rename to dependency/mariadb/7.0.4/README.md diff --git a/dependency/mariadb/7.0.4/app-changelog.md b/dependency/mariadb/7.0.4/app-changelog.md new file mode 100644 index 0000000000..c485547760 --- /dev/null +++ b/dependency/mariadb/7.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/mariadb/7.0.3/app-readme.md b/dependency/mariadb/7.0.4/app-readme.md similarity index 100% rename from dependency/mariadb/7.0.3/app-readme.md rename to dependency/mariadb/7.0.4/app-readme.md diff --git a/dependency/mariadb/7.0.4/charts/common-12.4.3.tgz b/dependency/mariadb/7.0.4/charts/common-12.4.3.tgz new file mode 100644 index 0000000000..6c365bc94c Binary files /dev/null and b/dependency/mariadb/7.0.4/charts/common-12.4.3.tgz differ diff --git a/dependency/mariadb/7.0.3/ix_values.yaml b/dependency/mariadb/7.0.4/ix_values.yaml similarity index 100% rename from dependency/mariadb/7.0.3/ix_values.yaml rename to dependency/mariadb/7.0.4/ix_values.yaml diff --git a/dependency/mariadb/7.0.3/questions.yaml b/dependency/mariadb/7.0.4/questions.yaml similarity index 98% rename from dependency/mariadb/7.0.3/questions.yaml rename to dependency/mariadb/7.0.4/questions.yaml index 1df71bcc69..3034014969 100644 --- a/dependency/mariadb/7.0.3/questions.yaml +++ b/dependency/mariadb/7.0.4/questions.yaml @@ -678,7 +678,33 @@ questions: schema: type: boolean default: true - + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage." diff --git a/dependency/mariadb/7.0.3/templates/NOTES.txt b/dependency/mariadb/7.0.4/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/7.0.3/templates/NOTES.txt rename to dependency/mariadb/7.0.4/templates/NOTES.txt diff --git a/dependency/mariadb/7.0.3/templates/common.yaml b/dependency/mariadb/7.0.4/templates/common.yaml similarity index 100% rename from dependency/mariadb/7.0.3/templates/common.yaml rename to dependency/mariadb/7.0.4/templates/common.yaml diff --git a/dependency/mariadb/7.0.3/values.yaml b/dependency/mariadb/7.0.4/values.yaml similarity index 100% rename from dependency/mariadb/7.0.3/values.yaml rename to dependency/mariadb/7.0.4/values.yaml diff --git a/dependency/memcached/6.0.13/app-changelog.md b/dependency/memcached/6.0.13/app-changelog.md deleted file mode 100644 index af09c523b9..0000000000 --- a/dependency/memcached/6.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [memcached-6.0.13](https://github.com/truecharts/charts/compare/memcached-6.0.12...memcached-6.0.13) (2023-04-07) - -### Chore - -- update helm chart common to 12.3.0 ([#7895](https://github.com/truecharts/charts/issues/7895)) - - \ No newline at end of file diff --git a/dependency/memcached/6.0.13/charts/common-12.3.0.tgz b/dependency/memcached/6.0.13/charts/common-12.3.0.tgz deleted file mode 100644 index 05cffa137f..0000000000 Binary files a/dependency/memcached/6.0.13/charts/common-12.3.0.tgz and /dev/null differ diff --git a/dependency/memcached/6.0.13/CHANGELOG.md b/dependency/memcached/6.0.14/CHANGELOG.md similarity index 90% rename from dependency/memcached/6.0.13/CHANGELOG.md rename to dependency/memcached/6.0.14/CHANGELOG.md index 88d716856b..1086247b54 100644 --- a/dependency/memcached/6.0.13/CHANGELOG.md +++ b/dependency/memcached/6.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 + + + + ## [memcached-6.0.13](https://github.com/truecharts/charts/compare/memcached-6.0.12...memcached-6.0.13) (2023-04-07) ### Chore @@ -88,12 +97,3 @@ ## [memcached-6.0.4](https://github.com/truecharts/charts/compare/memcached-6.0.3...memcached-6.0.4) (2023-03-06) ### Chore - -- bump dependency train ([#7748](https://github.com/truecharts/charts/issues/7748)) - - - - -## [memcached-6.0.3](https://github.com/truecharts/charts/compare/memcached-6.0.2...memcached-6.0.3) (2023-03-05) - -### Fix diff --git a/dependency/memcached/6.0.13/Chart.yaml b/dependency/memcached/6.0.14/Chart.yaml similarity index 95% rename from dependency/memcached/6.0.13/Chart.yaml rename to dependency/memcached/6.0.14/Chart.yaml index 7be5274280..588e8e3946 100644 --- a/dependency/memcached/6.0.13/Chart.yaml +++ b/dependency/memcached/6.0.14/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.18" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.3.0 + version: 12.4.3 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.13 +version: 6.0.14 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/6.0.13/README.md b/dependency/memcached/6.0.14/README.md similarity index 100% rename from dependency/memcached/6.0.13/README.md rename to dependency/memcached/6.0.14/README.md diff --git a/dependency/memcached/6.0.14/app-changelog.md b/dependency/memcached/6.0.14/app-changelog.md new file mode 100644 index 0000000000..91dcaca361 --- /dev/null +++ b/dependency/memcached/6.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/memcached/6.0.13/app-readme.md b/dependency/memcached/6.0.14/app-readme.md similarity index 100% rename from dependency/memcached/6.0.13/app-readme.md rename to dependency/memcached/6.0.14/app-readme.md diff --git a/dependency/memcached/6.0.14/charts/common-12.4.3.tgz b/dependency/memcached/6.0.14/charts/common-12.4.3.tgz new file mode 100644 index 0000000000..6c365bc94c Binary files /dev/null and b/dependency/memcached/6.0.14/charts/common-12.4.3.tgz differ diff --git a/dependency/memcached/6.0.13/ix_values.yaml b/dependency/memcached/6.0.14/ix_values.yaml similarity index 100% rename from dependency/memcached/6.0.13/ix_values.yaml rename to dependency/memcached/6.0.14/ix_values.yaml diff --git a/dependency/memcached/6.0.13/questions.yaml b/dependency/memcached/6.0.14/questions.yaml similarity index 98% rename from dependency/memcached/6.0.13/questions.yaml rename to dependency/memcached/6.0.14/questions.yaml index 683fc54edd..be321eefa2 100644 --- a/dependency/memcached/6.0.13/questions.yaml +++ b/dependency/memcached/6.0.14/questions.yaml @@ -567,7 +567,33 @@ questions: schema: type: boolean default: true - + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage." diff --git a/dependency/memcached/6.0.13/templates/NOTES.txt b/dependency/memcached/6.0.14/templates/NOTES.txt similarity index 100% rename from dependency/memcached/6.0.13/templates/NOTES.txt rename to dependency/memcached/6.0.14/templates/NOTES.txt diff --git a/dependency/memcached/6.0.13/templates/common.yaml b/dependency/memcached/6.0.14/templates/common.yaml similarity index 100% rename from dependency/memcached/6.0.13/templates/common.yaml rename to dependency/memcached/6.0.14/templates/common.yaml diff --git a/dependency/memcached/6.0.13/values.yaml b/dependency/memcached/6.0.14/values.yaml similarity index 100% rename from dependency/memcached/6.0.13/values.yaml rename to dependency/memcached/6.0.14/values.yaml diff --git a/dependency/mongodb/6.0.2/app-changelog.md b/dependency/mongodb/6.0.2/app-changelog.md deleted file mode 100644 index fdc9285306..0000000000 --- a/dependency/mongodb/6.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mongodb-6.0.2](https://github.com/truecharts/charts/compare/mongodb-6.0.1...mongodb-6.0.2) (2023-04-07) - -### Chore - -- update helm chart common to 12.3.0 ([#7895](https://github.com/truecharts/charts/issues/7895)) - - \ No newline at end of file diff --git a/dependency/mongodb/6.0.2/charts/common-12.3.0.tgz b/dependency/mongodb/6.0.2/charts/common-12.3.0.tgz deleted file mode 100644 index 05cffa137f..0000000000 Binary files a/dependency/mongodb/6.0.2/charts/common-12.3.0.tgz and /dev/null differ diff --git a/dependency/mongodb/6.0.2/CHANGELOG.md b/dependency/mongodb/6.0.3/CHANGELOG.md similarity index 90% rename from dependency/mongodb/6.0.2/CHANGELOG.md rename to dependency/mongodb/6.0.3/CHANGELOG.md index 8ab6879c1e..3afb1e593e 100644 --- a/dependency/mongodb/6.0.2/CHANGELOG.md +++ b/dependency/mongodb/6.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 + + + + ## [mongodb-6.0.2](https://github.com/truecharts/charts/compare/mongodb-6.0.1...mongodb-6.0.2) (2023-04-07) ### Chore @@ -88,12 +97,3 @@ ## [mongodb-5.0.4](https://github.com/truecharts/charts/compare/mongodb-5.0.3...mongodb-5.0.4) (2023-03-06) ### Chore - -- bump dependency train ([#7748](https://github.com/truecharts/charts/issues/7748)) - - - - -## [mongodb-5.0.3](https://github.com/truecharts/charts/compare/mongodb-5.0.2...mongodb-5.0.3) (2023-03-05) - -### Fix diff --git a/dependency/mongodb/6.0.2/Chart.yaml b/dependency/mongodb/6.0.3/Chart.yaml similarity index 96% rename from dependency/mongodb/6.0.2/Chart.yaml rename to dependency/mongodb/6.0.3/Chart.yaml index b85d1d701d..c52f77b7ca 100644 --- a/dependency/mongodb/6.0.2/Chart.yaml +++ b/dependency/mongodb/6.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.3.0 + version: 12.4.3 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.2 +version: 6.0.3 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/6.0.2/README.md b/dependency/mongodb/6.0.3/README.md similarity index 100% rename from dependency/mongodb/6.0.2/README.md rename to dependency/mongodb/6.0.3/README.md diff --git a/dependency/mongodb/6.0.3/app-changelog.md b/dependency/mongodb/6.0.3/app-changelog.md new file mode 100644 index 0000000000..d17b259415 --- /dev/null +++ b/dependency/mongodb/6.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/mongodb/6.0.2/app-readme.md b/dependency/mongodb/6.0.3/app-readme.md similarity index 100% rename from dependency/mongodb/6.0.2/app-readme.md rename to dependency/mongodb/6.0.3/app-readme.md diff --git a/dependency/mongodb/6.0.3/charts/common-12.4.3.tgz b/dependency/mongodb/6.0.3/charts/common-12.4.3.tgz new file mode 100644 index 0000000000..6c365bc94c Binary files /dev/null and b/dependency/mongodb/6.0.3/charts/common-12.4.3.tgz differ diff --git a/dependency/mongodb/6.0.2/ix_values.yaml b/dependency/mongodb/6.0.3/ix_values.yaml similarity index 100% rename from dependency/mongodb/6.0.2/ix_values.yaml rename to dependency/mongodb/6.0.3/ix_values.yaml diff --git a/dependency/mongodb/6.0.2/questions.yaml b/dependency/mongodb/6.0.3/questions.yaml similarity index 98% rename from dependency/mongodb/6.0.2/questions.yaml rename to dependency/mongodb/6.0.3/questions.yaml index a25527b60a..0d93a5f4b8 100644 --- a/dependency/mongodb/6.0.2/questions.yaml +++ b/dependency/mongodb/6.0.3/questions.yaml @@ -678,7 +678,33 @@ questions: schema: type: boolean default: true - + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage." diff --git a/dependency/mongodb/6.0.2/templates/NOTES.txt b/dependency/mongodb/6.0.3/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/6.0.2/templates/NOTES.txt rename to dependency/mongodb/6.0.3/templates/NOTES.txt diff --git a/dependency/mongodb/6.0.2/templates/common.yaml b/dependency/mongodb/6.0.3/templates/common.yaml similarity index 100% rename from dependency/mongodb/6.0.2/templates/common.yaml rename to dependency/mongodb/6.0.3/templates/common.yaml diff --git a/dependency/mongodb/6.0.2/values.yaml b/dependency/mongodb/6.0.3/values.yaml similarity index 100% rename from dependency/mongodb/6.0.2/values.yaml rename to dependency/mongodb/6.0.3/values.yaml diff --git a/dependency/redis/6.0.19/app-changelog.md b/dependency/redis/6.0.19/app-changelog.md deleted file mode 100644 index f54bf06786..0000000000 --- a/dependency/redis/6.0.19/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redis-6.0.19](https://github.com/truecharts/charts/compare/redis-6.0.18...redis-6.0.19) (2023-04-07) - -### Chore - -- bump common on redis - - \ No newline at end of file diff --git a/dependency/redis/6.0.19/charts/common-12.3.0.tgz b/dependency/redis/6.0.19/charts/common-12.3.0.tgz deleted file mode 100644 index 05cffa137f..0000000000 Binary files a/dependency/redis/6.0.19/charts/common-12.3.0.tgz and /dev/null differ diff --git a/dependency/redis/6.0.19/CHANGELOG.md b/dependency/redis/6.0.20/CHANGELOG.md similarity index 89% rename from dependency/redis/6.0.19/CHANGELOG.md rename to dependency/redis/6.0.20/CHANGELOG.md index 657a826fe7..ce0cd495ac 100644 --- a/dependency/redis/6.0.19/CHANGELOG.md +++ b/dependency/redis/6.0.20/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 + + + + ## [redis-6.0.19](https://github.com/truecharts/charts/compare/redis-6.0.18...redis-6.0.19) (2023-04-07) ### Chore @@ -88,12 +97,3 @@ - bump common - - -## [redis-6.0.9](https://github.com/truecharts/charts/compare/redis-6.0.8...redis-6.0.9) (2023-03-06) - -### Fix - -- update common with vct label fix ([#7750](https://github.com/truecharts/charts/issues/7750)) - - diff --git a/dependency/redis/6.0.19/Chart.yaml b/dependency/redis/6.0.20/Chart.yaml similarity index 95% rename from dependency/redis/6.0.19/Chart.yaml rename to dependency/redis/6.0.20/Chart.yaml index 1094c70cae..4987877926 100644 --- a/dependency/redis/6.0.19/Chart.yaml +++ b/dependency/redis/6.0.20/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.8" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.3.0 + version: 12.4.3 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.19 +version: 6.0.20 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/6.0.19/README.md b/dependency/redis/6.0.20/README.md similarity index 100% rename from dependency/redis/6.0.19/README.md rename to dependency/redis/6.0.20/README.md diff --git a/dependency/redis/6.0.20/app-changelog.md b/dependency/redis/6.0.20/app-changelog.md new file mode 100644 index 0000000000..a714e304fe --- /dev/null +++ b/dependency/redis/6.0.20/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/redis/6.0.19/app-readme.md b/dependency/redis/6.0.20/app-readme.md similarity index 100% rename from dependency/redis/6.0.19/app-readme.md rename to dependency/redis/6.0.20/app-readme.md diff --git a/dependency/redis/6.0.20/charts/common-12.4.3.tgz b/dependency/redis/6.0.20/charts/common-12.4.3.tgz new file mode 100644 index 0000000000..6c365bc94c Binary files /dev/null and b/dependency/redis/6.0.20/charts/common-12.4.3.tgz differ diff --git a/dependency/redis/6.0.19/ix_values.yaml b/dependency/redis/6.0.20/ix_values.yaml similarity index 100% rename from dependency/redis/6.0.19/ix_values.yaml rename to dependency/redis/6.0.20/ix_values.yaml diff --git a/dependency/redis/6.0.19/questions.yaml b/dependency/redis/6.0.20/questions.yaml similarity index 98% rename from dependency/redis/6.0.19/questions.yaml rename to dependency/redis/6.0.20/questions.yaml index 8bca8781be..29fd6dd5f9 100644 --- a/dependency/redis/6.0.19/questions.yaml +++ b/dependency/redis/6.0.20/questions.yaml @@ -654,7 +654,33 @@ questions: schema: type: boolean default: true - + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage." diff --git a/dependency/redis/6.0.19/templates/NOTES.txt b/dependency/redis/6.0.20/templates/NOTES.txt similarity index 100% rename from dependency/redis/6.0.19/templates/NOTES.txt rename to dependency/redis/6.0.20/templates/NOTES.txt diff --git a/dependency/redis/6.0.19/templates/common.yaml b/dependency/redis/6.0.20/templates/common.yaml similarity index 100% rename from dependency/redis/6.0.19/templates/common.yaml rename to dependency/redis/6.0.20/templates/common.yaml diff --git a/dependency/redis/6.0.19/values.yaml b/dependency/redis/6.0.20/values.yaml similarity index 100% rename from dependency/redis/6.0.19/values.yaml rename to dependency/redis/6.0.20/values.yaml diff --git a/dependency/solr/4.0.2/app-changelog.md b/dependency/solr/4.0.2/app-changelog.md deleted file mode 100644 index 048fa2de1f..0000000000 --- a/dependency/solr/4.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [solr-4.0.2](https://github.com/truecharts/charts/compare/solr-4.0.1...solr-4.0.2) (2023-04-07) - -### Chore - -- update helm chart common to 12.3.0 ([#7895](https://github.com/truecharts/charts/issues/7895)) - - \ No newline at end of file diff --git a/dependency/solr/4.0.2/charts/common-12.3.0.tgz b/dependency/solr/4.0.2/charts/common-12.3.0.tgz deleted file mode 100644 index 05cffa137f..0000000000 Binary files a/dependency/solr/4.0.2/charts/common-12.3.0.tgz and /dev/null differ diff --git a/dependency/solr/4.0.2/CHANGELOG.md b/dependency/solr/4.0.3/CHANGELOG.md similarity index 92% rename from dependency/solr/4.0.2/CHANGELOG.md rename to dependency/solr/4.0.3/CHANGELOG.md index 5adb4341e8..902da8607c 100644 --- a/dependency/solr/4.0.2/CHANGELOG.md +++ b/dependency/solr/4.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 + + + + ## [solr-4.0.2](https://github.com/truecharts/charts/compare/solr-4.0.1...solr-4.0.2) (2023-04-07) ### Chore @@ -88,12 +97,3 @@ ### Fix - bump common to fix env rendering mistake - - - - -## [solr-3.0.2](https://github.com/truecharts/charts/compare/solr-3.0.1...solr-3.0.2) (2023-03-05) - -### Fix - -- bump dependency train diff --git a/dependency/solr/4.0.2/Chart.yaml b/dependency/solr/4.0.3/Chart.yaml similarity index 95% rename from dependency/solr/4.0.2/Chart.yaml rename to dependency/solr/4.0.3/Chart.yaml index ca829ad971..d9ede5c8a4 100644 --- a/dependency/solr/4.0.2/Chart.yaml +++ b/dependency/solr/4.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "9.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.3.0 + version: 12.4.3 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.2 +version: 4.0.3 annotations: truecharts.org/catagories: | - search diff --git a/dependency/solr/4.0.2/README.md b/dependency/solr/4.0.3/README.md similarity index 100% rename from dependency/solr/4.0.2/README.md rename to dependency/solr/4.0.3/README.md diff --git a/dependency/solr/4.0.3/app-changelog.md b/dependency/solr/4.0.3/app-changelog.md new file mode 100644 index 0000000000..409ef09493 --- /dev/null +++ b/dependency/solr/4.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/dependency/solr/4.0.2/app-readme.md b/dependency/solr/4.0.3/app-readme.md similarity index 100% rename from dependency/solr/4.0.2/app-readme.md rename to dependency/solr/4.0.3/app-readme.md diff --git a/dependency/solr/4.0.3/charts/common-12.4.3.tgz b/dependency/solr/4.0.3/charts/common-12.4.3.tgz new file mode 100644 index 0000000000..6c365bc94c Binary files /dev/null and b/dependency/solr/4.0.3/charts/common-12.4.3.tgz differ diff --git a/dependency/solr/4.0.2/ix_values.yaml b/dependency/solr/4.0.3/ix_values.yaml similarity index 100% rename from dependency/solr/4.0.2/ix_values.yaml rename to dependency/solr/4.0.3/ix_values.yaml diff --git a/dependency/solr/4.0.2/questions.yaml b/dependency/solr/4.0.3/questions.yaml similarity index 98% rename from dependency/solr/4.0.2/questions.yaml rename to dependency/solr/4.0.3/questions.yaml index 528ae4f3f4..72f46ec25c 100644 --- a/dependency/solr/4.0.2/questions.yaml +++ b/dependency/solr/4.0.3/questions.yaml @@ -685,7 +685,33 @@ questions: schema: type: boolean default: true - + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage." diff --git a/dependency/solr/4.0.2/templates/NOTES.txt b/dependency/solr/4.0.3/templates/NOTES.txt similarity index 100% rename from dependency/solr/4.0.2/templates/NOTES.txt rename to dependency/solr/4.0.3/templates/NOTES.txt diff --git a/dependency/solr/4.0.2/templates/common.yaml b/dependency/solr/4.0.3/templates/common.yaml similarity index 100% rename from dependency/solr/4.0.2/templates/common.yaml rename to dependency/solr/4.0.3/templates/common.yaml diff --git a/dependency/solr/4.0.2/values.yaml b/dependency/solr/4.0.3/values.yaml similarity index 100% rename from dependency/solr/4.0.2/values.yaml rename to dependency/solr/4.0.3/values.yaml