The idea of this repo is to reference all helm charts/tools that need attention to be ready for the changes of the 2025-08-28 more infos: https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications
https://www.tickcounter.com/countdown/7975295/bitnami-depreciation
NOTE: bitnami has postponed a bit the depreciation (to the 2025-09-29):
After evaluating the impact and community feedback, the Bitnami team has postponed the deletion of the Bitnami public catalog (docker.io/bitnami) until September 29th to give users more time to adapt to the upcoming changes.
But htey will start too remove some images randomly for 24h each. Check bitnami/charts#35164 for more details
You can use a command like this that will leverage kubectl plugin custom-cols
kubectl custom-cols -A -o images pods | grep bitnami | awk '{ print $2 }' | sort | uniq
If you are seeing images that start with 'bitnami/', it's time to patch !
- bitnami/apisix
- bitnami/etcd
- bitnami/mysql
- bitnami/oauth2-proxy
- bitnami/phpmyadmin
- bitnami/postgresql
- bitnami/rabbitmq
- bitnami/redis
- bitnami/thanos
- bitnami/valkey
- kyverno/kyverno
- vmware-tanzu/velero
Another approach is to use mutating webhook to patch live any containers starting by '(*/)bitnami/'. This is implemented here.
Please fee free to open PRs to add yours if you find this usefull