From ac90288da524ab544daff6e9b9e8d46bb2d882d1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 7 Jul 2023 05:29:55 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- dependency/mongodb/6.0.59/app-changelog.md | 9 -- .../mongodb/{6.0.59 => 6.0.60}/CHANGELOG.md | 18 ++-- .../mongodb/{6.0.59 => 6.0.60}/Chart.yaml | 4 +- .../mongodb/{6.0.59 => 6.0.60}/README.md | 0 dependency/mongodb/6.0.60/app-changelog.md | 9 ++ .../mongodb/{6.0.59 => 6.0.60}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../mongodb/{6.0.59 => 6.0.60}/ix_values.yaml | 2 +- .../mongodb/{6.0.59 => 6.0.60}/questions.yaml | 96 ++++++++++++------ .../{6.0.59 => 6.0.60}/templates/NOTES.txt | 0 .../{6.0.59 => 6.0.60}/templates/common.yaml | 0 .../mongodb/{6.0.59 => 6.0.60}/values.yaml | 0 12 files changed, 85 insertions(+), 53 deletions(-) delete mode 100644 dependency/mongodb/6.0.59/app-changelog.md rename dependency/mongodb/{6.0.59 => 6.0.60}/CHANGELOG.md (89%) rename dependency/mongodb/{6.0.59 => 6.0.60}/Chart.yaml (95%) rename dependency/mongodb/{6.0.59 => 6.0.60}/README.md (100%) create mode 100644 dependency/mongodb/6.0.60/app-changelog.md rename dependency/mongodb/{6.0.59 => 6.0.60}/app-readme.md (100%) rename dependency/mongodb/{6.0.59 => 6.0.60}/charts/common-12.14.6.tgz (100%) rename dependency/mongodb/{6.0.59 => 6.0.60}/ix_values.yaml (98%) rename dependency/mongodb/{6.0.59 => 6.0.60}/questions.yaml (96%) rename dependency/mongodb/{6.0.59 => 6.0.60}/templates/NOTES.txt (100%) rename dependency/mongodb/{6.0.59 => 6.0.60}/templates/common.yaml (100%) rename dependency/mongodb/{6.0.59 => 6.0.60}/values.yaml (100%) diff --git a/dependency/mongodb/6.0.59/app-changelog.md b/dependency/mongodb/6.0.59/app-changelog.md deleted file mode 100644 index f71a2d387a..0000000000 --- a/dependency/mongodb/6.0.59/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mongodb-6.0.59](https://github.com/truecharts/charts/compare/mongodb-6.0.58...mongodb-6.0.59) (2023-06-30) - -### Chore - -- update container image tccr.io/truecharts/mongodb to v6.0.6 ([#10055](https://github.com/truecharts/charts/issues/10055)) - - \ No newline at end of file diff --git a/dependency/mongodb/6.0.59/CHANGELOG.md b/dependency/mongodb/6.0.60/CHANGELOG.md similarity index 89% rename from dependency/mongodb/6.0.59/CHANGELOG.md rename to dependency/mongodb/6.0.60/CHANGELOG.md index 2c7b641de9..ca39a190dc 100644 --- a/dependency/mongodb/6.0.59/CHANGELOG.md +++ b/dependency/mongodb/6.0.60/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mongodb-6.0.60](https://github.com/truecharts/charts/compare/mongodb-6.0.59...mongodb-6.0.60) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/mongodb to v6.0.7 ([#10224](https://github.com/truecharts/charts/issues/10224)) + + + + ## [mongodb-6.0.59](https://github.com/truecharts/charts/compare/mongodb-6.0.58...mongodb-6.0.59) (2023-06-30) ### Chore @@ -88,12 +97,3 @@ - update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601)) - update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579)) - - - -## [mongodb-6.0.52](https://github.com/truecharts/charts/compare/mongodb-6.0.48...mongodb-6.0.52) (2023-06-16) - -### Chore - -- update container image tccr.io/truecharts/mongodb to v6.0.6 ([#9686](https://github.com/truecharts/charts/issues/9686)) - - update container image tccr.io/truecharts/mongodb to v6.0.6 ([#9625](https://github.com/truecharts/charts/issues/9625)) diff --git a/dependency/mongodb/6.0.59/Chart.yaml b/dependency/mongodb/6.0.60/Chart.yaml similarity index 95% rename from dependency/mongodb/6.0.59/Chart.yaml rename to dependency/mongodb/6.0.60/Chart.yaml index 686811c7f4..6df7d5823f 100644 --- a/dependency/mongodb/6.0.59/Chart.yaml +++ b/dependency/mongodb/6.0.60/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "6.0.6" +appVersion: "6.0.7" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com type: application -version: 6.0.59 +version: 6.0.60 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/6.0.59/README.md b/dependency/mongodb/6.0.60/README.md similarity index 100% rename from dependency/mongodb/6.0.59/README.md rename to dependency/mongodb/6.0.60/README.md diff --git a/dependency/mongodb/6.0.60/app-changelog.md b/dependency/mongodb/6.0.60/app-changelog.md new file mode 100644 index 0000000000..3daf66a1e2 --- /dev/null +++ b/dependency/mongodb/6.0.60/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mongodb-6.0.60](https://github.com/truecharts/charts/compare/mongodb-6.0.59...mongodb-6.0.60) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/mongodb to v6.0.7 ([#10224](https://github.com/truecharts/charts/issues/10224)) + + \ No newline at end of file diff --git a/dependency/mongodb/6.0.59/app-readme.md b/dependency/mongodb/6.0.60/app-readme.md similarity index 100% rename from dependency/mongodb/6.0.59/app-readme.md rename to dependency/mongodb/6.0.60/app-readme.md diff --git a/dependency/mongodb/6.0.59/charts/common-12.14.6.tgz b/dependency/mongodb/6.0.60/charts/common-12.14.6.tgz similarity index 100% rename from dependency/mongodb/6.0.59/charts/common-12.14.6.tgz rename to dependency/mongodb/6.0.60/charts/common-12.14.6.tgz diff --git a/dependency/mongodb/6.0.59/ix_values.yaml b/dependency/mongodb/6.0.60/ix_values.yaml similarity index 98% rename from dependency/mongodb/6.0.59/ix_values.yaml rename to dependency/mongodb/6.0.60/ix_values.yaml index 65d4993442..3cf220eb53 100644 --- a/dependency/mongodb/6.0.59/ix_values.yaml +++ b/dependency/mongodb/6.0.60/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/mongodb pullPolicy: IfNotPresent - tag: v6.0.6@sha256:0e81f3d05478356b43545dd71bae0f878cef555aa399ff8cc127c47383c23f30 + tag: v6.0.7@sha256:3574fda6c96d40480f17775a37efd884d679820c8cc366b602d265cfc634a009 workload: main: diff --git a/dependency/mongodb/6.0.59/questions.yaml b/dependency/mongodb/6.0.60/questions.yaml similarity index 96% rename from dependency/mongodb/6.0.59/questions.yaml rename to dependency/mongodb/6.0.60/questions.yaml index ca9b68cbae..15a3307ace 100644 --- a/dependency/mongodb/6.0.59/questions.yaml +++ b/dependency/mongodb/6.0.60/questions.yaml @@ -568,14 +568,6 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "hostPath"]] - hidden: true - type: boolean - default: false - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -584,27 +576,36 @@ questions: type: dict additional_attrs: true attrs: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value - schema: - type: string - default: "775" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively + - variable: enabled + label: enabled schema: type: boolean default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -680,13 +681,44 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions schema: - show_if: [["type", "=", "hostPath"]] - type: boolean - default: false + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: diff --git a/dependency/mongodb/6.0.59/templates/NOTES.txt b/dependency/mongodb/6.0.60/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/6.0.59/templates/NOTES.txt rename to dependency/mongodb/6.0.60/templates/NOTES.txt diff --git a/dependency/mongodb/6.0.59/templates/common.yaml b/dependency/mongodb/6.0.60/templates/common.yaml similarity index 100% rename from dependency/mongodb/6.0.59/templates/common.yaml rename to dependency/mongodb/6.0.60/templates/common.yaml diff --git a/dependency/mongodb/6.0.59/values.yaml b/dependency/mongodb/6.0.60/values.yaml similarity index 100% rename from dependency/mongodb/6.0.59/values.yaml rename to dependency/mongodb/6.0.60/values.yaml