Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minio 6.0.1: can't set MINIO_OPERATOR_IMAGE env variable which sets the sidecar image #2258

Closed
fouadsemaan opened this issue Aug 6, 2024 · 3 comments
Assignees

Comments

@fouadsemaan
Copy link

Minio version < 6.0.0 allowed us to set the MINIO_OPERATOR_IMAGE variable which set the tenant sidecar image.

Expected Behavior

When setting the MINIO_OPERATOR_IMAGE env in the operator, it should set the appropriate sidecar.

Current Behavior

Currently env variable MINIO_OPERATOR_IMAGE is not respected and sidecar image is hardcoded.

Possible Solution

The code which sets the env variable was removed here.

Your Environment

  • Version used (minio-operator): 6.0.1
  • Environment name and version (e.g. kubernetes v1.17.2): v1.28.9
@ramondeklein
Copy link
Contributor

The sidecar now has its own image in v6 and you can set the OPERATOR_SIDECAR_IMAGE variable (source).

@ramondeklein ramondeklein self-assigned this Aug 6, 2024
@fouadsemaan
Copy link
Author

Appreciate the quick response! I think it might be worth updating the docs.

@ramondeklein
Copy link
Contributor

@fouadsemaan You're right. I'll forward this to the docs team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants