Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-07 05:29:55 +00:00
parent 970cbd2906
commit ac90288da5
12 changed files with 85 additions and 53 deletions

View File

@ -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))

View File

@ -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))

View File

@ -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

View File

@ -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))

View File

@ -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:

View File

@ -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</br>
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</br>
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: