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
3232This 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
5151For NGINX:
5252``` console
53- $ helm install my-release nginx-stable/nginx-ingress --devel
53+ $ helm install my-release nginx-stable/nginx-ingress
5454```
5555
5656For 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
You can’t perform that action at this time.
0 commit comments