-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔊 Transitioning Bitnami Helm charts to OCI for enhanced security, efficiency, and compatibility #30110
Comments
carrodher
added
the
tech-issues
The user has a technical issue about an application
label
Oct 28, 2024
carrodher
removed
the
tech-issues
The user has a technical issue about an application
label
Oct 28, 2024
This was referenced Nov 25, 2024
Closed
1 task
This was referenced Nov 28, 2024
please publish to |
carrodher
changed the title
Transitioning Bitnami Helm charts to OCI for enhanced security, efficiency, and compatibility
🔊 Transitioning Bitnami Helm charts to OCI for enhanced security, efficiency, and compatibility
Dec 10, 2024
This was referenced Dec 14, 2024
Closed
akshaymankar
added a commit
to wireapp/wire-server
that referenced
this issue
Jan 9, 2025
As recommended here: bitnami/charts#30110 The http repository started failing recently, upstream maintainers suggest that the OCI repository is the official repository and should be used.
2 tasks
akshaymankar
added a commit
to wireapp/wire-server
that referenced
this issue
Jan 9, 2025
As recommended here: bitnami/charts#30110 The http repository started failing recently, upstream maintainers suggest that the OCI repository is the official repository and should be used.
Revert the registry index back, guys...
You have ruined 100.000s proxy registry around the world. HTTP registry should point to HTTP URLs. |
This was referenced Jan 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In January 2022, we announced the general availability of Helm charts in OCI registries, coinciding with the release of Helm version 3.8.0. In January 2023, Bitnami began populating and distributing the largest and most up-to-date Open-Source catalog of Helm charts in OCI format in Docker Hub.
Since then, the adoption of the Bitnami Helm charts in OCI format has proliferated. Because charts stored in container registries follow OCI standards, developers can use many of the same tools for Helm charts that they use with container images. This makes integrating Helm into automated pipelines easier and uses modern infrastructure-as-code and deployment techniques like GitOps.
We would like to go further and help the Helm community to continue adopting the OCI distribution format. Starting November the 18th, 2024, Bitnami Helm charts will default to OCI. All the charts will remain Open Source and publicly available at https://hub.docker.com/u/bitnamicharts.
What will happen to the current index.yaml stored at charts.bitnami.com?
To guarantee a smoother transition, the index.yaml will continue to exist as an OCI artifact in Docker Hub. To maintain backward compatibility, users who still use the
helm repo add
command can continue using this approach. The Helm tooling manages this transparently.The index.yaml will change the “URL” option to point to the new OCI versions of Helm charts:
Users should not see any change when deploying Helm charts. They must use a Helm CLI greater than 3.8.0 to deploy them.
What will happen to the Bitnami Helm charts in tgz format?
The Bitnami Helm charts in tgz format will no longer be updated. Previous versions since 2023 are available at Docker Hub and it is easy to get the tgz format via Helm command:
Older versions will remain available at the same URL for 6 months to ensure a smooth transition. Do not hesitate to contact us for any questions or suggestions at https://github.com/bitnami/charts/issues
For more information on this topic, check out our latest blog post: Bitnami Helm Charts Moving to OCI.
The text was updated successfully, but these errors were encountered: