diff --git a/dependency/mongodb/6.0.52/app-changelog.md b/dependency/mongodb/6.0.52/app-changelog.md deleted file mode 100644 index da97ffc9cf9..00000000000 --- a/dependency/mongodb/6.0.52/app-changelog.md +++ /dev/null @@ -1,12 +0,0 @@ - - -## [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)) - - 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)) - - \ No newline at end of file diff --git a/dependency/mongodb/6.0.52/CHANGELOG.md b/dependency/mongodb/6.0.53/CHANGELOG.md similarity index 94% rename from dependency/mongodb/6.0.52/CHANGELOG.md rename to dependency/mongodb/6.0.53/CHANGELOG.md index c7166baac8b..f3159f8c478 100644 --- a/dependency/mongodb/6.0.52/CHANGELOG.md +++ b/dependency/mongodb/6.0.53/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mongodb-6.0.53](https://github.com/truecharts/charts/compare/mongodb-6.0.52...mongodb-6.0.53) (2023-06-18) + +### Chore + +- update container image tccr.io/truecharts/mongodb to v6.0.6 ([#9741](https://github.com/truecharts/charts/issues/9741)) + + + + ## [mongodb-6.0.52](https://github.com/truecharts/charts/compare/mongodb-6.0.48...mongodb-6.0.52) (2023-06-16) ### Chore @@ -88,12 +97,3 @@ ## [mongodb-6.0.51](https://github.com/truecharts/charts/compare/mongodb-6.0.48...mongodb-6.0.51) (2023-06-14) - -### Chore - -- update container image tccr.io/truecharts/mongodb to v6.0.6 ([#9625](https://github.com/truecharts/charts/issues/9625)) - - 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)) - - - diff --git a/dependency/mongodb/6.0.52/Chart.yaml b/dependency/mongodb/6.0.53/Chart.yaml similarity index 98% rename from dependency/mongodb/6.0.52/Chart.yaml rename to dependency/mongodb/6.0.53/Chart.yaml index 421873a8565..760cca594ff 100644 --- a/dependency/mongodb/6.0.52/Chart.yaml +++ b/dependency/mongodb/6.0.53/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com type: application -version: 6.0.52 +version: 6.0.53 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/6.0.52/README.md b/dependency/mongodb/6.0.53/README.md similarity index 100% rename from dependency/mongodb/6.0.52/README.md rename to dependency/mongodb/6.0.53/README.md diff --git a/dependency/mongodb/6.0.53/app-changelog.md b/dependency/mongodb/6.0.53/app-changelog.md new file mode 100644 index 00000000000..544b6b15b30 --- /dev/null +++ b/dependency/mongodb/6.0.53/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mongodb-6.0.53](https://github.com/truecharts/charts/compare/mongodb-6.0.52...mongodb-6.0.53) (2023-06-18) + +### Chore + +- update container image tccr.io/truecharts/mongodb to v6.0.6 ([#9741](https://github.com/truecharts/charts/issues/9741)) + + \ No newline at end of file diff --git a/dependency/mongodb/6.0.52/app-readme.md b/dependency/mongodb/6.0.53/app-readme.md similarity index 100% rename from dependency/mongodb/6.0.52/app-readme.md rename to dependency/mongodb/6.0.53/app-readme.md diff --git a/dependency/mongodb/6.0.52/charts/common-12.14.3.tgz b/dependency/mongodb/6.0.53/charts/common-12.14.3.tgz similarity index 100% rename from dependency/mongodb/6.0.52/charts/common-12.14.3.tgz rename to dependency/mongodb/6.0.53/charts/common-12.14.3.tgz diff --git a/dependency/mongodb/6.0.52/ix_values.yaml b/dependency/mongodb/6.0.53/ix_values.yaml similarity index 98% rename from dependency/mongodb/6.0.52/ix_values.yaml rename to dependency/mongodb/6.0.53/ix_values.yaml index 8590efa9628..92a48ba8adb 100644 --- a/dependency/mongodb/6.0.52/ix_values.yaml +++ b/dependency/mongodb/6.0.53/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/mongodb pullPolicy: IfNotPresent - tag: v6.0.6@sha256:a20fb1417a21d8ea1f4bf9d5896b4c2d69ac71b951884378666c77ec47b21ea8 + tag: v6.0.6@sha256:dbb2df2fed4e8ae4dcc3d2258a6bdbe1f48dd7e6dc973e8c27566dfa95252fe2 workload: main: diff --git a/dependency/mongodb/6.0.52/questions.yaml b/dependency/mongodb/6.0.53/questions.yaml similarity index 98% rename from dependency/mongodb/6.0.52/questions.yaml rename to dependency/mongodb/6.0.53/questions.yaml index d7df2d83538..682748ff46c 100644 --- a/dependency/mongodb/6.0.52/questions.yaml +++ b/dependency/mongodb/6.0.53/questions.yaml @@ -573,8 +573,38 @@ questions: 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 + schema: + show_if: [["type", "!=", "pvc"]] + 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 + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: diff --git a/dependency/mongodb/6.0.52/templates/NOTES.txt b/dependency/mongodb/6.0.53/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/6.0.52/templates/NOTES.txt rename to dependency/mongodb/6.0.53/templates/NOTES.txt diff --git a/dependency/mongodb/6.0.52/templates/common.yaml b/dependency/mongodb/6.0.53/templates/common.yaml similarity index 100% rename from dependency/mongodb/6.0.52/templates/common.yaml rename to dependency/mongodb/6.0.53/templates/common.yaml diff --git a/dependency/mongodb/6.0.52/values.yaml b/dependency/mongodb/6.0.53/values.yaml similarity index 100% rename from dependency/mongodb/6.0.52/values.yaml rename to dependency/mongodb/6.0.53/values.yaml