Skip to main content
Authorize in the Helm CLI
Last update:

Authorize in the Helm CLI

  1. Check that you are using a version of the Helm CLI that is supported by your version of Kubernetes.

  2. If you are using Helm CLI version 3.8.0 or lower, enable Open Container Initiative support in Helm:

    export HELM_EXPERIMENTAL_OCI=1
  3. Create a registry in Container Registry.

  4. Get registry token.

  5. Authorize with a token:

    helm registry login -u token https://cr.selcloud.ru