Update sidecarImage for operator-sidecar to v7.1.0
Bug
Description
The main minio repo updated to using/providing operator-sidecar v7.1.0 a while ago. However, the minio-operator/chart/values.yaml still references an older v7.0.1 for the sidecarImage. Since this image is not referenced in the minio-operator/chart/Chart.yaml, the only version of operator-sidecar that is included in offline versions of Big Bang is the newer v7.1.0. I'm not aware of any issues with overriding minio-operator to use that newer sidecarImage but my use case is very limited.
BigBang Version
Big Bang 3.17.0, minio-operator 7.1.1-bb.4, minio 7.1.1-bb.16
Workaround
Update the sidecarImage reference in Big Bang configmap with
minioOperator:
values:
upstream:
operator:
sidecarImage:
tag: v7.1.0