| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
But you should describe in the commit message why you did this:
You can do this with amend commit && force push
Sorry, something went wrong.
…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>
Related to secureCodeBox/secureCodeBox#1401 Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
| Back | FazBrowse Home | New Git URL |
Fixed port forward script to fit change to bitnami minio 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:
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
Description
Checklist