az acr helm
This command has been deprecated and will be removed in future release. Use 'Helm v3 commands' instead. Learn more about storing Helm charts at https://aka.ms/acr/helm
Manage helm charts for Azure Container Registries.
Commands
Name | Description | Type | Status |
---|---|---|---|
az acr helm delete |
Delete a helm chart version in an Azure Container Registry. |
Core | Deprecated |
az acr helm install-cli |
Download and install Helm command-line tool. |
Core | Preview and Deprecated |
az acr helm list |
List all helm charts in an Azure Container Registry. |
Core | Deprecated |
az acr helm push |
Push a helm chart package to an Azure Container Registry. |
Core | Deprecated |
az acr helm repo |
Manage helm chart repositories for Azure Container Registries. |
Core | Deprecated |
az acr helm repo add |
Add a helm chart repository from an Azure Container Registry through the Helm CLI. |
Core | Deprecated |
az acr helm show |
Describe a helm chart in an Azure Container Registry. |
Core | Deprecated |
az acr helm delete
This command is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'Helm v3 commands' instead.
Delete a helm chart version in an Azure Container Registry.
az acr helm delete --name
[--password]
[--prov]
[--resource-group]
[--suffix]
[--username]
[--version]
[--yes]
[<CHART>]
Examples
Delete all versions of a helm chart in an Azure Container Registry
az acr helm delete -n myregistry mychart
Delete a helm chart version in an Azure Container Registry
az acr helm delete -n myregistry mychart --version 0.3.2
Required Parameters
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
The password used to log into a container registry.
Only delete the provenance file.
Argument 'resource_group_name' has been deprecated and will be removed in a future release.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
The username used to log into a container registry.
The helm chart version.
Do not prompt for confirmation.
The helm chart name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az acr helm install-cli
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
This command is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'Helm v3 commands' instead.
Download and install Helm command-line tool.
az acr helm install-cli [--client-version]
[--install-location]
[--yes]
Examples
Install the default version of Helm CLI to the default location
az acr helm install-cli
Install a specified version of Helm CLI to the default location
az acr helm install-cli --client-version x.x.x
Install the default version of Helm CLI to a specified location
az acr helm install-cli --install-location /folder/filename
Install a specified version of Helm CLI to a specified location
az acr helm install-cli --client-version x.x.x --install-location /folder/filename
Optional Parameters
The target Helm CLI version. (Attention: Currently, Helm 3 does not work with "az acr helm" commands).
Path at which to install Helm CLI (Existing one at the same path will be overwritten).
Agree to the license of Helm, and do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az acr helm list
This command is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'Helm v3 commands' instead.
List all helm charts in an Azure Container Registry.
az acr helm list --name
[--password]
[--resource-group]
[--suffix]
[--username]
Examples
List all helm charts in an Azure Container Registry
az acr helm list -n myregistry
Required Parameters
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
The password used to log into a container registry.
Argument 'resource_group_name' has been deprecated and will be removed in a future release.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
The username used to log into a container registry.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az acr helm push
This command is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'Helm v3 commands' instead.
Push a helm chart package to an Azure Container Registry.
az acr helm push --name
[--force]
[--password]
[--resource-group]
[--suffix]
[--username]
[<CHART_PACKAGE>]
Examples
Push a chart package to an Azure Container Registry
az acr helm push -n myregistry mychart-0.3.2.tgz
Push a chart package to an Azure Container Registry, overwriting the existing one.
az acr helm push -n myregistry mychart-0.3.2.tgz --force
Required Parameters
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
Overwrite the existing chart package.
The password used to log into a container registry.
Argument 'resource_group_name' has been deprecated and will be removed in a future release.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
The username used to log into a container registry.
The helm chart package.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az acr helm show
This command is implicitly deprecated because command group 'acr helm' is deprecated and will be removed in a future release. Use 'Helm v3 commands' instead.
Describe a helm chart in an Azure Container Registry.
az acr helm show --name
[--password]
[--resource-group]
[--suffix]
[--username]
[--version]
[<CHART>]
Examples
Show all versions of a helm chart in an Azure Container Registry
az acr helm show -n myregistry mychart
Show a helm chart version in an Azure Container Registry
az acr helm show -n myregistry mychart --version 0.3.2
Required Parameters
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
The password used to log into a container registry.
Argument 'resource_group_name' has been deprecated and will be removed in a future release.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
The username used to log into a container registry.
The helm chart version.
The helm chart name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI