minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

minio-make-user job in community helm chart broken #4764

Closed opencmit2 closed 11 months ago

opencmit2 commented 11 months ago

Expected behavior

The image used in the previous minio-make-user job included the sed command.

Actual behavior

since changing the base image of the mc container image from ubi-minimal to ubi-micro (minio/mc#4725), the make-user step in the community helm chart is broken when using an existing secret for credentials, as the step uses sed, which is not included in ubi-micro.

Steps to reproduce the behavior

mc --version