You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The fact the chart is called "operator" is confusing as when you upload it to a repository with a bunch of other charts you have no idea what it is. Same for the "tenant" chart.
Describe the solution you'd like
The charts should be prefixed with an identifier e.g. "minio-operator" and "minio-tenant"
Describe alternatives you've considered
Hacky renaming of Chart.yaml and folders after downloading which need reapplying on every release and are error prone.
Additional context
None
The text was updated successfully, but these errors were encountered:
I would add that this also cause conflicts making installing charts dependencies with the same name impossible.
Because the name "operator" is so generic and also used by others (e.g. redpanda), it causes errors on installation: Error: can't get a valid version for repositories operator. Try changing the version constraint in Chart.yaml].
Note: It should also be noted that Helm developers are not willing to fix the underlying cause (see issue).
So the actual chart is referenced using minio/operator that references the operator chart in the https://operator.min.io repository. Also the name of the installed instance can be named by the user, so I don't understand the actual problem. I don't see a real issue here.
We can change the Helm charts, but that would render all old documentation, blogs, StackOverflow answers useless. I don't see a good reason why to do this.
Is your feature request related to a problem? Please describe.
The fact the chart is called "operator" is confusing as when you upload it to a repository with a bunch of other charts you have no idea what it is. Same for the "tenant" chart.
Describe the solution you'd like
The charts should be prefixed with an identifier e.g. "minio-operator" and "minio-tenant"
Describe alternatives you've considered
Hacky renaming of Chart.yaml and folders after downloading which need reapplying on every release and are error prone.
Additional context
None
The text was updated successfully, but these errors were encountered: