Skip to content

Commit 8d2d5c0

Browse files
authored
Merge pull request #92734 from bkittinger/patch-1
Remove experimental state of Helm 3 OCI support
2 parents 367b471 + 93dc654 commit 8d2d5c0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,16 @@ The following resources are needed for the scenario in this article:
6565
- **A Kubernetes cluster** where you will install a Helm chart. If needed, create an AKS cluster [using the Azure CLI][./learn/quick-kubernetes-deploy-cli], [using Azure PowerShell][./learn/quick-kubernetes-deploy-powershell], or [using the Azure portal][./learn/quick-kubernetes-deploy-portal].
6666
- **Azure CLI version 2.0.71 or later** - Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
6767

68-
## Enable OCI support
68+
## Set up Helm client
6969

7070
Use the `helm version` command to verify that you have installed Helm 3:
7171

7272
```console
7373
helm version
7474
```
7575

76-
Set the following environment variable to enable OCI support in the Helm 3 client. Currently, this support is experimental and subject to change.
77-
78-
```console
79-
export HELM_EXPERIMENTAL_OCI=1
80-
```
76+
> [!NOTE]
77+
> The version indicated must be at least 3.8.0, as OCI support in earlier versions was experimental.
8178
8279
Set the following environment variables for the target registry. The ACR_NAME is the registry resource name. If the ACR registry url is myregistry.azurecr.io, set the ACR_NAME to myregistry
8380

0 commit comments

Comments
 (0)