Skip to content

Commit a94da98

Browse files
committed
chart name
1 parent 4fe302c commit a94da98

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
@@ -92,7 +92,7 @@ For more about creating and running this example, see [Getting Started](https://
9292
9393
Change directory to the `hello-world` subdirectory. Then, run `helm chart save` to save a copy of the chart locally and also create an alias with the fully qualified name of the registry (all lowercase) and the target repository and tag.
9494

95-
In the following example, the registry name is *mycontainerregistry*, the target repo is *wordpress*, and the target chart tag is *v1*, but substitute values for your environment:
95+
In the following example, the registry name is *mycontainerregistry*, the target repo is *hello-world*, and the target chart tag is *v1*, but substitute values for your environment:
9696

9797
```console
9898
cd ..
@@ -133,7 +133,7 @@ helm chart push mycontainerregistry.azurecr.io/helm/hello-world:v1
133133
After a successful push, output is similar to:
134134

135135
```output
136-
The push refers to repository [mycontainerregistry.azurecr.io/helm/wordpress]
136+
The push refers to repository [mycontainerregistry.azurecr.io/helm/hello-world]
137137
ref: mycontainerregistry.azurecr.io/helm/hello-world:v1
138138
digest: 5899db028dcf96aeaabdadfa5899db025899db025899db025899db025899db02
139139
size: 3.2 KiB
@@ -199,7 +199,7 @@ Output, abbreviated in this example, shows a `configMediaType` of `application/v
199199

200200
### Pull chart to local cache
201201

202-
To install a Helm chart to Kubernetes, the chart must be in the local cache. In this example, first run `helm chart remove` to remove the existing local chart named `mycontainerregistry.azurecr.io/helm/wordpress:latest`:
202+
To install a Helm chart to Kubernetes, the chart must be in the local cache. In this example, first run `helm chart remove` to remove the existing local chart named `mycontainerregistry.azurecr.io/helm/hello-world:v1`:
203203

204204
```console
205205
helm chart remove mycontainerregistry.azurecr.io/helm/hello-world:v1

0 commit comments

Comments
 (0)