az acr helm repo

This command group is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'helm v3' instead.

Manage helm chart repositories for Azure Container Registries.

Commands

Name Description Type Status
az acr helm repo add

Add a helm chart repository from an Azure Container Registry through the Helm CLI.

Core Deprecated

az acr helm repo add

Deprecated

This command is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'helm v3' instead.

Add a helm chart repository from an Azure Container Registry through the Helm CLI.

Helm must be installed on your machine.

az acr helm repo add --name
                     [--password]
                     [--suffix]
                     [--username]

Examples

Add a helm chart repository from an Azure Container Registry to manage helm charts.

az acr helm repo add -n myregistry

Required Parameters

--name -n

The name of the container registry. It should be specified in lower case. You can configure the default registry name using az configure --defaults acr=<registry name>.

Optional Parameters

--password -p

The password used to log into a container registry.

--suffix

The tenant suffix in registry login server. You may specify '--suffix tenant' if your registry login server is in the format 'registry-tenant.azurecr.io'. Applicable if you're accessing the registry from a different subscription or you have permission to access images but not the permission to manage the registry resource.

--username -u

The username used to log into a container registry.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.