Skip to content

Commit 2c42f14

Browse files
authored
Merge pull request #201058 from SreejaBhattacharya-MSFT/patch-21
(AzureCXP) updated doc
2 parents 9659d2b + ee1dc14 commit 2c42f14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-registry/container-registry-helm-repos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ Output is similar to:
216216
Run the [az acr repository show-manifests][az-acr-repository-show-manifests] command to see details of the chart stored in the repository. For example:
217217

218218
```azurecli
219-
az acr repository show-manifests \
220-
--name $ACR_NAME \
221-
--repository helm/hello-world --detail
219+
az acr manifest list-metadata \
220+
--registry $ACR_NAME \
221+
--name helm/hello-world --detail
222222
```
223223

224224
Output, abbreviated in this example, shows a `configMediaType` of `application/vnd.cncf.helm.config.v1+json`:

0 commit comments

Comments
 (0)