Unlike standard Helm repositories, OCI registries require you to log in to the registry server itself. You can use the Azure CLI to get a short-lived token for Helm. :
: Version 3.8.0 or later is recommended for built-in OCI support. Azure CLI : Installed and logged in via az login .
Storing your Helm charts in as OCI (Open Container Initiative) artifacts is the modern standard for managing Kubernetes packages alongside your container images.
helm pull oci:// .azurecr.io/helm/ --version Use code with caution. : To download version 1.0.0 of a chart named my-app :
helm pull oci://myregistry.azurecr.io/helm/my-app --version 1.0.0 Use code with caution.
The pull command downloads the chart as a compressed .tgz file. If you want to view the files immediately, add the --untar flag:
Unlike standard Helm repositories, OCI registries require you to log in to the registry server itself. You can use the Azure CLI to get a short-lived token for Helm. :
: Version 3.8.0 or later is recommended for built-in OCI support. Azure CLI : Installed and logged in via az login .
Storing your Helm charts in as OCI (Open Container Initiative) artifacts is the modern standard for managing Kubernetes packages alongside your container images.
helm pull oci:// .azurecr.io/helm/ --version Use code with caution. : To download version 1.0.0 of a chart named my-app :
helm pull oci://myregistry.azurecr.io/helm/my-app --version 1.0.0 Use code with caution.
The pull command downloads the chart as a compressed .tgz file. If you want to view the files immediately, add the --untar flag:
Sign in now to receive a 5% instant discount on your first order when using code WELCOME. Begin your organic journey today!
By logging in, you're agreeing to our Terms of Service and Privacy Policy.