Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/nic/install/helm/open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ helm install <my-release> oci://ghcr.io/nginx/charts/nginx-ingress --version {{<
{{< details summary="Example output" >}}

```text
Pulled: ghcr.io/nginx/charts/nginx-ingress:2.3.1
Pulled: ghcr.io/nginx/charts/nginx-ingress:{{< nic-helm-version >}}
Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
NAME: h4-oss
LAST DEPLOYED: Fri Nov 28 11:53:57 2025
Expand All @@ -60,7 +60,7 @@ REVISION: 1
DESCRIPTION: Install complete
TEST SUITE: None
NOTES:
NGINX Ingress Controller 5.2.1 has been installed.
NGINX Ingress Controller {{< nic-version >}} has been installed.

For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/

Expand All @@ -80,7 +80,7 @@ helm pull oci://ghcr.io/nginx/charts/nginx-ingress --untar --version {{< nic-hel
{{< details summary="Example output" >}}

```text
Pulled: ghcr.io/nginx/charts/nginx-ingress:2.3.1
Pulled: ghcr.io/nginx/charts/nginx-ingress:{{< nic-helm-version >}}
Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
```

Expand Down Expand Up @@ -109,7 +109,7 @@ REVISION: 1
DESCRIPTION: Install complete
TEST SUITE: None
NOTES:
NGINX Ingress Controller 5.2.1 has been installed.
NGINX Ingress Controller {{< nic-version >}} has been installed.

For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/

Expand Down
18 changes: 9 additions & 9 deletions content/nic/install/helm/plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Use Helm to install NGINX Ingress Controller with NGINX Plus:

```shell
helm install <my-release> oci://ghcr.io/nginx/charts/nginx-ingress \
--version 2.3.1 \
--version {{< nic-helm-version >}} \
--set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress \
--set controller.image.tag=5.2.1 \
--set controller.image.tag={{< nic-version >}} \
--set controller.nginxplus=true \
--set controller.serviceAccount.imagePullSecretName=regcred \
--set controller.mgmt.licenseTokenSecretName=nplus-license
Expand All @@ -75,7 +75,7 @@ You can install the `edge` version by specifying the `--version` flag with the v
helm install <my-release> oci://ghcr.io/nginx/charts/nginx-ingress \
--version 0.0.0-edge \
--set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress \
--set controller.image.tag=5.2.1 \
--set controller.image.tag={{< nic-version >}} \
--set controller.nginxplus=true \
--set controller.serviceAccount.imagePullSecretName=regcred \
--set controller.mgmt.licenseTokenSecretName=nplus-license
Expand Down Expand Up @@ -134,9 +134,9 @@ To install NGINX Ingress Controller using the F5 registry, run this command with

```
helm install <my-release> oci://ghcr.io/nginx/charts/nginx-ingress \
--version 2.3.1 \
--version {{< nic-helm-version >}} \
--set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress \
--set controller.image.tag=5.2.1 \
--set controller.image.tag={{< nic-version >}} \
--set controller.nginxplus=true \
--set controller.serviceAccount.imagePullSecretName=regcred \
--set controller.mgmt.licenseTokenSecretName=nplus-license
Expand All @@ -145,7 +145,7 @@ helm install <my-release> oci://ghcr.io/nginx/charts/nginx-ingress \
{{< details summary="Example output" >}}

```text
Pulled: ghcr.io/nginx/charts/nginx-ingress:2.3.1
Pulled: ghcr.io/nginx/charts/nginx-ingress:{{< nic-helm-version >}}
Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
NAME: h4-plus-registry
LAST DEPLOYED: Fri Nov 28 14:47:15 2025
Expand All @@ -155,7 +155,7 @@ REVISION: 1
DESCRIPTION: Install complete
TEST SUITE: None
NOTES:
NGINX Ingress Controller 5.2.1 has been installed.
NGINX Ingress Controller {{< nic-version >}} has been installed.

For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/

Expand All @@ -175,7 +175,7 @@ helm pull oci://ghcr.io/nginx/charts/nginx-ingress --untar --version {{< nic-hel
{{< details summary="Example output" >}}

```text
Pulled: ghcr.io/nginx/charts/nginx-ingress:2.3.1
Pulled: ghcr.io/nginx/charts/nginx-ingress:{{< nic-helm-version >}}
Digest: sha256:bb452d593c31b6be39f459f9604882e170227429821bac01e7ddd7da16d91ba1
```

Expand Down Expand Up @@ -204,7 +204,7 @@ REVISION: 1
DESCRIPTION: Install complete
TEST SUITE: None
NOTES:
NGINX Ingress Controller 5.2.1 has been installed.
NGINX Ingress Controller {{< nic-version >}} has been installed.

For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/

Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/appprotect-compiler-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.527.0
5.550.0
2 changes: 1 addition & 1 deletion layouts/shortcodes/nic-waf-release-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.9.0
5.10.0