Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-07 11:42:37 +00:00
parent 3f616a674d
commit 70ed1ac211
12 changed files with 84 additions and 52 deletions

View File

@ -1,9 +0,0 @@
## [minio-6.0.32](https://github.com/truecharts/charts/compare/minio-6.0.31...minio-6.0.32) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [minio-6.0.33](https://github.com/truecharts/charts/compare/minio-6.0.32...minio-6.0.33) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/minio to latest ([#10247](https://github.com/truecharts/charts/issues/10247))
## [minio-6.0.32](https://github.com/truecharts/charts/compare/minio-6.0.31...minio-6.0.32) (2023-07-01)
### Chore
@ -85,15 +94,6 @@
## [minio-6.0.30](https://github.com/truecharts/charts/compare/minio-6.0.29...minio-6.0.30) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/minio to latest ([#9669](https://github.com/truecharts/charts/issues/9669))
## [minio-6.0.30](https://github.com/truecharts/charts/compare/minio-6.0.29...minio-6.0.30) (2023-06-15)
### Chore

View File

@ -20,7 +20,7 @@ name: minio
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minio
- https://github.com/minio/minio
version: 6.0.32
version: 6.0.33
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [minio-6.0.33](https://github.com/truecharts/charts/compare/minio-6.0.32...minio-6.0.33) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/minio to latest ([#10247](https://github.com/truecharts/charts/issues/10247))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/minio
tag: latest@sha256:238d46433a4164faf725bcf04848c8b7136687532a80f2103ac1734e94768cd2
tag: latest@sha256:e226b2be656d88ee9e69dc1fd784713ef2d18880d331dcd86cd15cd8e79da490
pullPolicy: IfNotPresent
service:
main:

View File

@ -626,14 +626,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
@ -642,27 +634,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:
@ -738,13 +739,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: