| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
(closes #755) Signed-off-by: Robert Seedorff <Robert.Seedorff@iteratec.com>
MegaLinter status: ⚠️ WARNING
See errors details in artifact MegaLinter reports on CI Job page |
Sorry, something went wrong.
| 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
Sorry, something went wrong.
There was a problem hiding this comment.
Good Point, thx for the hint
Sorry, something went wrong.
| 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.
Sorry, something went wrong.
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.
Sorry, something went wrong.
…charts in #1340 Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
…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 <ilyes.bendlala@iteratec.com>
| Back | FazBrowse Home | New Git URL |
Description
Upgraded embedded minio chart to latest release v11.9.4 (closes #755)
Checklist