gimlet-io / onechart

A generic Helm chart for your application deployments
https://gimlet.io/docs/reference/onechart-reference
Apache License 2.0
269 stars 46 forks source link

Add OCI support for onechart #110

Closed YoucefGuichi closed 9 months ago

YoucefGuichi commented 9 months ago

Onechart officially support OCI registries now 🪄


Example commands:

helm pull oci://ghcr.io/gimlet-io/onechart --version 0.66.0
helm template my-release oci://ghcr.io/gimlet-io/onechart --version 0.66.0
helm install my-release oci://ghcr.io/gimlet-io/onechart --version 0.66.0

Visit the official documentation for helm to read more about OCI registries for helm charts.