Name and Version
bitnamilegacycharts/*
What is the problem this feature will solve?
I downloaded different Helm charts from the new legacy repository:
helm pull oci://registry-1.docker.io/bitnamichartslegacy/<chart-name> --version <version> --untar
In the default values.yaml, image is still pointing to repository docker.io/bitnami:
image:
registry: docker.io
repository: bitnami/<chart-name>
According to the announcement, after August 28, 2025, versioned images will no longer be available under docker.io/bitnami/. They will either be moved to bitnamilegacy/ (without updates) or require a subscription to Bitnami Secure Images.
This means that the current legacy charts will eventually break if users deploy them without overriding the image repository.
What is the feature you are proposing to solve the problem?
To help users transition smoothly after the upcoming Bitnami catalog changes, it might be helpful if the charts under the bitnamichartslegacy repo pointed by default to docker.io/bitnamilegacy/....
This way, deployments would continue to work out of the box even after the changes take effect.
Name and Version
bitnamilegacycharts/*
What is the problem this feature will solve?
I downloaded different Helm charts from the new legacy repository:
helm pull oci://registry-1.docker.io/bitnamichartslegacy/<chart-name> --version <version> --untarIn the default
values.yaml, image is still pointing to repositorydocker.io/bitnami:According to the announcement, after August 28, 2025, versioned images will no longer be available under docker.io/bitnami/. They will either be moved to bitnamilegacy/ (without updates) or require a subscription to Bitnami Secure Images.
This means that the current legacy charts will eventually break if users deploy them without overriding the image repository.
What is the feature you are proposing to solve the problem?
To help users transition smoothly after the upcoming Bitnami catalog changes, it might be helpful if the charts under the
bitnamichartslegacyrepo pointed by default todocker.io/bitnamilegacy/....This way, deployments would continue to work out of the box even after the changes take effect.