@@ -53,9 +53,9 @@ Use Helm to install NGINX Ingress Controller with NGINX Plus:
5353
5454``` shell
5555helm install < my-release> oci://ghcr.io/nginx/charts/nginx-ingress \
56- --version 2.3.1 \
56+ --version {{ < nic-helm-version > }} \
5757 --set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress \
58- --set controller.image.tag=5.2.1 \
58+ --set controller.image.tag={{ < nic-version > }} \
5959 --set controller.nginxplus=true \
6060 --set controller.serviceAccount.imagePullSecretName=regcred \
6161 --set controller.mgmt.licenseTokenSecretName=nplus-license
@@ -75,7 +75,7 @@ You can install the `edge` version by specifying the `--version` flag with the v
7575helm install < my-release> oci://ghcr.io/nginx/charts/nginx-ingress \
7676 --version 0.0.0-edge \
7777 --set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress \
78- --set controller.image.tag=5.2.1 \
78+ --set controller.image.tag={{ < nic-version > }} \
7979 --set controller.nginxplus=true \
8080 --set controller.serviceAccount.imagePullSecretName=regcred \
8181 --set controller.mgmt.licenseTokenSecretName=nplus-license
@@ -134,9 +134,9 @@ To install NGINX Ingress Controller using the F5 registry, run this command with
134134
135135```
136136helm install <my-release> oci://ghcr.io/nginx/charts/nginx-ingress \
137- --version 2.3.1 \
137+ --version {{< nic-helm-version >}} \
138138 --set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress \
139- --set controller.image.tag=5.2.1 \
139+ --set controller.image.tag={{< nic-version >}} \
140140 --set controller.nginxplus=true \
141141 --set controller.serviceAccount.imagePullSecretName=regcred \
142142 --set controller.mgmt.licenseTokenSecretName=nplus-license
@@ -145,7 +145,7 @@ helm install <my-release> oci://ghcr.io/nginx/charts/nginx-ingress \
145145{{< details summary="Example output" >}}
146146
147147``` text
148- Pulled: ghcr.io/nginx/charts/nginx-ingress:2.3.1
148+ Pulled: ghcr.io/nginx/charts/nginx-ingress:{{< nic-helm-version >}}
149149Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
150150NAME: h4-plus-registry
151151LAST DEPLOYED: Fri Nov 28 14:47:15 2025
@@ -155,7 +155,7 @@ REVISION: 1
155155DESCRIPTION: Install complete
156156TEST SUITE: None
157157NOTES:
158- NGINX Ingress Controller 5.2.1 has been installed.
158+ NGINX Ingress Controller {{< nic-version >}} has been installed.
159159
160160For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/
161161
@@ -175,7 +175,7 @@ helm pull oci://ghcr.io/nginx/charts/nginx-ingress --untar --version {{< nic-hel
175175{{< details summary="Example output" >}}
176176
177177``` text
178- Pulled: ghcr.io/nginx/charts/nginx-ingress:2.3.1
178+ Pulled: ghcr.io/nginx/charts/nginx-ingress:{{< nic-helm-version >}}
179179Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
180180```
181181
@@ -204,7 +204,7 @@ REVISION: 1
204204DESCRIPTION: Install complete
205205TEST SUITE: None
206206NOTES:
207- NGINX Ingress Controller 5.2.1 has been installed.
207+ NGINX Ingress Controller {{< nic-version >}} has been installed.
208208
209209For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/
210210
0 commit comments