File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ This step is required if you're installing the chart using its sources. Addition
32
32
This step is required if you're installing the chart via the helm repository.
33
33
34
34
```console
35
- $ helm repo add nginx-edge https://helm.nginx.com/edge
35
+ $ helm repo add nginx-stable https://helm.nginx.com/stable
36
36
$ helm repo update
37
37
```
38
38
@@ -50,12 +50,12 @@ To install the chart with the release name my-release (my-release is the name th
50
50
51
51
For NGINX:
52
52
``` console
53
- $ helm install my-release nginx-stable/nginx-ingress --devel
53
+ $ helm install my-release nginx-stable/nginx-ingress
54
54
```
55
55
56
56
For NGINX Plus: (assuming you have pushed the Ingress controller image ` nginx-plus-ingress ` to your private registry ` myregistry.example.com ` )
57
57
``` 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
59
59
```
60
60
61
61
### Installing Using Chart Sources
You can’t perform that action at this time.
0 commit comments