Hey there selfhosters,
I imagine some of you are selfhosting Kubernetes and that you might have used some Bitnami images/helmchars.
Bitnami communicated recently about some changes in their catalog [here] (https://github.com/bitnami/charts/issues/35164), and will be effective at the end of August.
For the simple version, they are migrating images from docker.io/bitnami
to docker.io/bitnamilegacy
, implying some changes there.
But to be expected is that at some point even docker.io/bitnamilegacy
will be removed (or of course pay a license to them to access their “secure” images)
I was wondering if someone was affected by this ?
Cheers !
We use expensive vendor software at work that uses bitnami images in their Helm chart. I hope they know about this.
Old free images won’t be removed but since they won’t get any kind of update, are essentially useless
Mostly unaffected save for some things. Emberstack kubernetes reflector opts to not make their own chart and their docs tell you to use Bitnami, so its the only chart I use that I’ll have to start maintaining myself unless Emberstack changes their stance.
I use Bitnami SealedSecrets. Does anyone know if that’s going down the shitter too?
This is why I never used their images for any of my projects and do everything I can to use official charts made by the software vendor itself or create my own and put them in my personal git repo for automated deployments.
Any business that gives away middleware for free, likely does that in the hopes of monetizing that pretty directly and eventually will be pressured to increase monetization of those things by those investors or will be forced to stop developing those products due to lack of funding. Middleware really doesn’t have many other good ways to monetize.
Many helm charts, like authentik or forgejo integrate bitnami helmcharts for their databases. So that’s why this is concerning to me,
But, I was planning to switch to operators like cloudnativepostgres for my databases instead and disable the builtin bitnami images. When using the builtin bitnami images, automatic migration between major releases is not supported, you have to do it yourself manually and that dissapointed me.