Skip to content

Commit 0c71cf1

Browse files
committed
moved section
1 parent 470d00d commit 0c71cf1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ With **Helm 3** you:
5050

5151
See the following sections for examples.
5252

53+
### Enable OCI support
54+
55+
Set the following environment variable to enable OCI support in the Helm 3 client. Currently, this support is experimental.
56+
57+
```console
58+
export HELM_EXPERIMENTAL_OCI=1
59+
```
60+
5361
### Pull an existing Helm package
5462

5563
If you haven't already added the `stable` Helm chart repo, run the `helm repo add` command:
@@ -69,12 +77,6 @@ The `helm pull stable/wordpress` command didn't specify a particular version, so
6977

7078
### Save chart to local registry cache
7179

72-
First set the following environment variable to enable OCI support in the Helm 3 client. Currently, this support is experimental.
73-
74-
```console
75-
export HELM_EXPERIMENTAL_OCI=1
76-
```
77-
7880
Change directory to the `wordpress` subdirectory, which contains the Helm chart files. 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 and the target repository and tag.
7981

8082
In the following example, the registry name is *mycontainerregistry*, the target repo is *wordpress*, and the target chart tag is *latest*, but substitute values for your environment:

0 commit comments

Comments
 (0)