Upgraded embedded minio chart to latest release v11.9.4 (closes #755)#1340
Upgraded embedded minio chart to latest release v11.9.4 (closes #755)#1340the-simmon merged 1 commit intomainfrom
Conversation
(closes #755) Signed-off-by: Robert Seedorff <[email protected]>
MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| ✅ GIT | git_diff | yes | no | 0.2s | |
| misspell | 3 | 1 | 0.07s | ||
| prettier | 3 | 1 | 1.17s | ||
| ✅ YAML | v8r | 3 | 0 | 3.06s | |
| yamllint | 3 | 1 | 0.25s |
See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
| secretKeyRef: | ||
| name: "{{ .Release.Name }}-minio" | ||
| key: accesskey | ||
| key: root-user |
There was a problem hiding this comment.
This will also require tweaks to the installation docs: https://www.securecodebox.io/docs/getting-started/installation#accessing-the-included-minio-instance
There was a problem hiding this comment.
Good Point, thx for the hint
| repository: https://charts.bitnami.com/bitnami | ||
| version: 11.9.4 | ||
| digest: sha256:dcd5c66891556818e8955c7aabd358ca8c87928291b1918611cb333184dd5109 | ||
| generated: "2022-09-03T17:30:31.769197+02:00" |
There was a problem hiding this comment.
Is there are reason why you use the bitnami chart instead of the official chart mentioned here? The discussion never came to a final conclusion on what to use.
There was a problem hiding this comment.
i tried the official chart first, but it didn't work and seems to lack some support. Thats why i switched to the bitnami chart. It leaves the impression of a more stable and mature setup.
…charts in #1340 Signed-off-by: Ilyes Ben Dlala <[email protected]>
…charts in #1340 In #1340 we changed from using official minio helm charts to the bitnami minio charts. This is done because we deemed them more stable and mature As a result the secrets json file has a different schema: .data.accesskey --> .data.root-user .data.secretkey --> .data.root-password The exposed ports are also now divided into API:9000 and Console:9001 src: https://artifacthub.io/packages/helm/bitnami/minio Signed-off-by: Ilyes Ben Dlala <[email protected]>
Description
Upgraded embedded minio chart to latest release v11.9.4 (closes #755)
Checklist