Skip to content

Commit 458e817

Browse files
authored
Remove experimental state of Helm 3 OCI support
As support for OCI was moved out of the experimental state with v3.8.0, this step in the guideline is no longer needed and confusing. (see https://github.com/helm/helm/releases/tag/v3.8.0) To avoid confusion of users using Helm <3.8.0, a note was added indicating the experimental state of OCI in Helm versions below 3.8.0.
1 parent 85d1ac6 commit 458e817

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)