diff --git a/stable/minio/6.0.32/app-changelog.md b/stable/minio/6.0.32/app-changelog.md deleted file mode 100644 index d445fa021c..0000000000 --- a/stable/minio/6.0.32/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/stable/minio/6.0.32/CHANGELOG.md b/stable/minio/6.0.33/CHANGELOG.md similarity index 91% rename from stable/minio/6.0.32/CHANGELOG.md rename to stable/minio/6.0.33/CHANGELOG.md index b87a292fd2..1d0e41e193 100644 --- a/stable/minio/6.0.32/CHANGELOG.md +++ b/stable/minio/6.0.33/CHANGELOG.md @@ -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 diff --git a/stable/minio/6.0.32/Chart.yaml b/stable/minio/6.0.33/Chart.yaml similarity index 97% rename from stable/minio/6.0.32/Chart.yaml rename to stable/minio/6.0.33/Chart.yaml index bc190045b5..0595c0be69 100644 --- a/stable/minio/6.0.32/Chart.yaml +++ b/stable/minio/6.0.33/Chart.yaml @@ -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 diff --git a/stable/minio/6.0.32/README.md b/stable/minio/6.0.33/README.md similarity index 100% rename from stable/minio/6.0.32/README.md rename to stable/minio/6.0.33/README.md diff --git a/stable/minio/6.0.33/app-changelog.md b/stable/minio/6.0.33/app-changelog.md new file mode 100644 index 0000000000..537163dc33 --- /dev/null +++ b/stable/minio/6.0.33/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/stable/minio/6.0.32/app-readme.md b/stable/minio/6.0.33/app-readme.md similarity index 100% rename from stable/minio/6.0.32/app-readme.md rename to stable/minio/6.0.33/app-readme.md diff --git a/stable/minio/6.0.32/charts/common-12.14.6.tgz b/stable/minio/6.0.33/charts/common-12.14.6.tgz similarity index 100% rename from stable/minio/6.0.32/charts/common-12.14.6.tgz rename to stable/minio/6.0.33/charts/common-12.14.6.tgz diff --git a/stable/minio/6.0.32/ix_values.yaml b/stable/minio/6.0.33/ix_values.yaml similarity index 93% rename from stable/minio/6.0.32/ix_values.yaml rename to stable/minio/6.0.33/ix_values.yaml index 6bceff5dfd..3db1f12740 100644 --- a/stable/minio/6.0.32/ix_values.yaml +++ b/stable/minio/6.0.33/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/minio - tag: latest@sha256:238d46433a4164faf725bcf04848c8b7136687532a80f2103ac1734e94768cd2 + tag: latest@sha256:e226b2be656d88ee9e69dc1fd784713ef2d18880d331dcd86cd15cd8e79da490 pullPolicy: IfNotPresent service: main: diff --git a/stable/minio/6.0.32/questions.yaml b/stable/minio/6.0.33/questions.yaml similarity index 97% rename from stable/minio/6.0.32/questions.yaml rename to stable/minio/6.0.33/questions.yaml index a809de18d6..981a98a3b4 100644 --- a/stable/minio/6.0.32/questions.yaml +++ b/stable/minio/6.0.33/questions.yaml @@ -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
+ 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
+ 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/stable/minio/6.0.32/templates/NOTES.txt b/stable/minio/6.0.33/templates/NOTES.txt similarity index 100% rename from stable/minio/6.0.32/templates/NOTES.txt rename to stable/minio/6.0.33/templates/NOTES.txt diff --git a/stable/minio/6.0.32/templates/common.yaml b/stable/minio/6.0.33/templates/common.yaml similarity index 100% rename from stable/minio/6.0.32/templates/common.yaml rename to stable/minio/6.0.33/templates/common.yaml diff --git a/stable/minio/6.0.32/values.yaml b/stable/minio/6.0.33/values.yaml similarity index 100% rename from stable/minio/6.0.32/values.yaml rename to stable/minio/6.0.33/values.yaml