Skip to content

Commit 596a0ee

Browse files
authored
docs: update the helm install instructions (#1497)
1 parent b64a2f2 commit 596a0ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployments/helm-chart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This step is required if you're installing the chart using its sources. Addition
3232
This step is required if you're installing the chart via the helm repository.
3333

3434
```console
35-
$ helm repo add nginx-edge https://helm.nginx.com/edge
35+
$ helm repo add nginx-stable https://helm.nginx.com/stable
3636
$ helm repo update
3737
```
3838

@@ -50,12 +50,12 @@ To install the chart with the release name my-release (my-release is the name th
5050

5151
For NGINX:
5252
```console
53-
$ helm install my-release nginx-stable/nginx-ingress --devel
53+
$ helm install my-release nginx-stable/nginx-ingress
5454
```
5555

5656
For NGINX Plus: (assuming you have pushed the Ingress controller image `nginx-plus-ingress` to your private registry `myregistry.example.com`)
5757
```console
58-
$ helm install my-release nginx-stable/nginx-ingress --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true --devel
58+
$ helm install my-release nginx-stable/nginx-ingress --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
5959
```
6060

6161
### Installing Using Chart Sources

0 commit comments

Comments
 (0)