Skip to content

Commit cffea25

Browse files
1 parent e6395e1 commit cffea25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,15 +295,15 @@ If you previously set up your Azure container registry as a chart repository usi
295295
> * After you complete migration from a Helm 2-style (index.yaml-based) chart repository to OCI artifact repositories, use the Helm CLI and `az acr repository` commands to manage the charts. See previous sections in this article.
296296
> * The Helm OCI artifact repositories are not discoverable using Helm commands such as `helm search` and `helm repo list`. For more information about Helm commands used to store charts as OCI artifacts, see the [Helm documentation](https://helm.sh/docs/topics/registries/).
297297
298-
### Enable OCI support
298+
### Enable OCI support (enabled by default in Helm v3.8.0)
299299

300300
Ensure that you are using the Helm 3 client:
301301

302302
```console
303303
helm version
304304
```
305305

306-
Enable OCI support in the Helm 3 client. Currently, this support is experimental and subject to change.
306+
If you are using Helm v3.8.0 or higher, this is enabled by default. If you are using a lower version, you can enable OCI support setting the environment variable:
307307

308308
```console
309309
export HELM_EXPERIMENTAL_OCI=1

0 commit comments

Comments
 (0)