File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/ngf/installation/installing-ngf Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namesp
77
77
To install the latest stable release of NGINX Gateway Fabric in the ** nginx-gateway** namespace, run the following command:
78
78
79
79
``` shell
80
- helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --set nginx.image.repository=private-registry.nginx.com/nginx-gateway-fabric/nginx-plus --set nginx.plus=true --set serviceAccount .imagePullSecret=nginx-plus-registry-secret -n nginx-gateway
80
+ helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --set nginx.image.repository=private-registry.nginx.com/nginx-gateway-fabric/nginx-plus --set nginx.plus=true --set nginx .imagePullSecret=nginx-plus-registry-secret -n nginx-gateway
81
81
```
82
82
83
83
{{% /tab %}}
@@ -121,7 +121,7 @@ helm install ngf . --create-namespace -n nginx-gateway
121
121
To install the chart into the ** nginx-gateway** namespace, run the following command:
122
122
123
123
``` shell
124
- helm install ngf . --set nginx.image.repository=private-registry.nginx.com/nginx-gateway-fabric/nginx-plus --set nginx.plus=true --set serviceAccount .imagePullSecret=nginx-plus-registry-secret -n nginx-gateway
124
+ helm install ngf . --set nginx.image.repository=private-registry.nginx.com/nginx-gateway-fabric/nginx-plus --set nginx.plus=true --set nginx .imagePullSecret=nginx-plus-registry-secret -n nginx-gateway
125
125
```
126
126
127
127
{{% /tab %}}
@@ -260,7 +260,7 @@ To upgrade from NGINX OSS to NGINX Plus, update the Helm command to include the
260
260
{{< important >}} Ensure that you [ Create the required JWT Secrets] ({{< ref "/ngf/installation/nginx-plus-jwt.md" >}}) before installing.{{< /important >}}
261
261
262
262
``` shell
263
- helm upgrade ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --set nginx.image.repository=private-registry.nginx.com/nginx-gateway-fabric/nginx-plus --set nginx.plus=true --set serviceAccount .imagePullSecret=nginx-plus-registry-secret -n nginx-gateway
263
+ helm upgrade ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --set nginx.image.repository=private-registry.nginx.com/nginx-gateway-fabric/nginx-plus --set nginx.plus=true --set nginx .imagePullSecret=nginx-plus-registry-secret -n nginx-gateway
264
264
```
265
265
266
266
If needed, replace ` ngf ` with your chosen release name.
You can’t perform that action at this time.
0 commit comments