Skip to content

Commit 31f14ec

Browse files
authored
fix: Update NIC version numbers in installation pages (#1558)
1 parent e19938b commit 31f14ec

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

content/nic/install/helm/open-source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ helm install <my-release> oci://ghcr.io/nginx/charts/nginx-ingress --version {{<
5050
{{< details summary="Example output" >}}
5151

5252
```text
53-
Pulled: ghcr.io/nginx/charts/nginx-ingress:2.3.1
53+
Pulled: ghcr.io/nginx/charts/nginx-ingress:{{< nic-helm-version >}}
5454
Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
5555
NAME: h4-oss
5656
LAST DEPLOYED: Fri Nov 28 11:53:57 2025
@@ -60,7 +60,7 @@ REVISION: 1
6060
DESCRIPTION: Install complete
6161
TEST SUITE: None
6262
NOTES:
63-
NGINX Ingress Controller 5.2.1 has been installed.
63+
NGINX Ingress Controller {{< nic-version >}} has been installed.
6464
6565
For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/
6666
@@ -80,7 +80,7 @@ helm pull oci://ghcr.io/nginx/charts/nginx-ingress --untar --version {{< nic-hel
8080
{{< details summary="Example output" >}}
8181

8282
```text
83-
Pulled: ghcr.io/nginx/charts/nginx-ingress:2.3.1
83+
Pulled: ghcr.io/nginx/charts/nginx-ingress:{{< nic-helm-version >}}
8484
Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
8585
```
8686

@@ -109,7 +109,7 @@ REVISION: 1
109109
DESCRIPTION: Install complete
110110
TEST SUITE: None
111111
NOTES:
112-
NGINX Ingress Controller 5.2.1 has been installed.
112+
NGINX Ingress Controller {{< nic-version >}} has been installed.
113113
114114
For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/
115115

content/nic/install/helm/plus.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Use Helm to install NGINX Ingress Controller with NGINX Plus:
5353

5454
```shell
5555
helm 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
7575
helm 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
```
136136
helm 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 >}}
149149
Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
150150
NAME: h4-plus-registry
151151
LAST DEPLOYED: Fri Nov 28 14:47:15 2025
@@ -155,7 +155,7 @@ REVISION: 1
155155
DESCRIPTION: Install complete
156156
TEST SUITE: None
157157
NOTES:
158-
NGINX Ingress Controller 5.2.1 has been installed.
158+
NGINX Ingress Controller {{< nic-version >}} has been installed.
159159
160160
For 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 >}}
179179
Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
180180
```
181181

@@ -204,7 +204,7 @@ REVISION: 1
204204
DESCRIPTION: Install complete
205205
TEST SUITE: None
206206
NOTES:
207-
NGINX Ingress Controller 5.2.1 has been installed.
207+
NGINX Ingress Controller {{< nic-version >}} has been installed.
208208
209209
For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/
210210
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.527.0
1+
5.550.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.9.0
1+
5.10.0

0 commit comments

Comments
 (0)