Is your feature request related to a problem? Please describe.
This is only a proposal for my operator fork to be evaluated and considered for inclusion as an additional resource in the pgsty/minio README.md
First of all, thank you maintaining this fork of minio, over the last week I've tried to use several object storage alternatives to minio, and only rustfs and seeweedfs came close or outperformed it, but not with their own issues like erratic memory spikes
So to discover that that the community maintained version not only exists, but has had a recent release which outperforms the last published minio image was a delight. But that got me thinking that the minio-operator would have similar issues, and I couldn't find a fork which would work, so ended up creating my own at https://gitlab.com/chalukyaj/pgsty-silo-operator/-/tree/main
I've released the stable version at https://gitlab.com/chalukyaj/pgsty-silo-operator/-/releases/v7.2.0 and it resolves several CVEs in the packages and existing code along with upgrading the go version and an automated ci to publish and host the images (operator and sidecar) and it's helm charts (operator and tenant) while making the tenant use the pgsty/minio image by default pinned to last verified release tag
Also I am using the prefix pgsty in my repo to indicate the image the tenant will be using, and would like to see if the current repo maintainer would want me to rename it to something else.
Describe the solution you'd like
If the release or the repo itself can be linked in the README.md it would get more attention from folks familiar with your repo who might have a similar use case of running minio inside Kubernetes
And it might even get more eyes at the code itself to identify any bug or security vulnerability I might have missed.
Describe alternatives you've considered
NA
Additional context
NA
Is your feature request related to a problem? Please describe.
This is only a proposal for my operator fork to be evaluated and considered for inclusion as an additional resource in the pgsty/minio README.md
First of all, thank you maintaining this fork of minio, over the last week I've tried to use several object storage alternatives to minio, and only rustfs and seeweedfs came close or outperformed it, but not with their own issues like erratic memory spikes
So to discover that that the community maintained version not only exists, but has had a recent release which outperforms the last published minio image was a delight. But that got me thinking that the minio-operator would have similar issues, and I couldn't find a fork which would work, so ended up creating my own at https://gitlab.com/chalukyaj/pgsty-silo-operator/-/tree/main
I've released the stable version at https://gitlab.com/chalukyaj/pgsty-silo-operator/-/releases/v7.2.0 and it resolves several CVEs in the packages and existing code along with upgrading the go version and an automated ci to publish and host the images (operator and sidecar) and it's helm charts (operator and tenant) while making the tenant use the
pgsty/minioimage by default pinned to last verified release tagAlso I am using the prefix
pgstyin my repo to indicate the image the tenant will be using, and would like to see if the current repo maintainer would want me to rename it to something else.Describe the solution you'd like
If the release or the repo itself can be linked in the README.md it would get more attention from folks familiar with your repo who might have a similar use case of running minio inside Kubernetes
And it might even get more eyes at the code itself to identify any bug or security vulnerability I might have missed.
Describe alternatives you've considered
NA
Additional context
NA