https://github.com/hoverkraft-tech/bitnami-depreciation
Help you to survive the 2025-08-28
https://github.com/hoverkraft-tech/bitnami-depreciation
bitnami charts depreciation helm kubernetes
Last synced: 5 months ago
JSON representation
Help you to survive the 2025-08-28
- Host: GitHub
- URL: https://github.com/hoverkraft-tech/bitnami-depreciation
- Owner: hoverkraft-tech
- License: apache-2.0
- Created: 2025-08-22T13:32:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-03T22:40:31.000Z (7 months ago)
- Last Synced: 2025-12-07T04:40:15.711Z (6 months ago)
- Topics: bitnami, charts, depreciation, helm, kubernetes
- Language: Shell
- Homepage: https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications
- Size: 34.2 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitnami-depreciation
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 https://github.com/bitnami/charts/issues/35164 for more details
## How to detect if you need it
You can use a command like this that will leverage kubectl plugin [custom-cols](https://github.com/webofmars/kubectl-custom-cols)
```shell
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 !
## Helm charts
- [bitnami/apisix](./helm/bitnami-apisix)
- [bitnami/etcd](./helm/bitnami-etcd)
- [bitnami/mariadb](./helm/bitnami-mariadb)
- [bitnami/mysql](./helm/bitnami-mysql)
- [bitnami/oauth2-proxy](./helm/bitnami-oauth2-proxy)
- [bitnami/phpmyadmin](./helm/bitnami-phpmyadmin)
- [bitnami/postgresql](./helm/bitnami-postgresql)
- [bitnami/rabbitmq](./helm/bitnami-rabbitmq)
- [bitnami/redis](./helm/bitnami-redis)
- [bitnami/thanos](./helm/bitnami-thanos)
- [bitnami/valkey](./helm/bitnami-valkey)
- [kyverno/kyverno](./helm/kyverno-kyverno)
- [vmware-tanzu/velero](./helm/vmware-tanzu-velero)
## Other ways
Another approach is to use mutating webhook to patch live any containers starting by '(*/)bitnami/'.
This is implemented [here](./workarounds/kyverno/).
## Contributors
- [@rverchere](https://github.com/rverchere)
- [@fredleger](https://github.com/fredleger)
- [@neilime](https://github.com/neilime)
## Contributingv
Please fee free to open PRs to add yours if you find this usefull