Skip to content

Commit 1ffebbb

Browse files
authored
NGF: Update missed imagePullSecret helm values (#556)
Update missed imagePullSecret helm values
1 parent c6c8bab commit 1ffebbb

File tree

1 file changed

+3
-3
lines changed
  • content/ngf/installation/installing-ngf

1 file changed

+3
-3
lines changed

content/ngf/installation/installing-ngf/helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namesp
7777
To install the latest stable release of NGINX Gateway Fabric in the **nginx-gateway** namespace, run the following command:
7878

7979
```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
8181
```
8282

8383
{{% /tab %}}
@@ -121,7 +121,7 @@ helm install ngf . --create-namespace -n nginx-gateway
121121
To install the chart into the **nginx-gateway** namespace, run the following command:
122122

123123
```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
125125
```
126126

127127
{{% /tab %}}
@@ -260,7 +260,7 @@ To upgrade from NGINX OSS to NGINX Plus, update the Helm command to include the
260260
{{< important >}} Ensure that you [Create the required JWT Secrets]({{< ref "/ngf/installation/nginx-plus-jwt.md" >}}) before installing.{{< /important >}}
261261

262262
```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
264264
```
265265

266266
If needed, replace `ngf` with your chosen release name.

0 commit comments

Comments
 (0)