From 158f2917b26d0d5d15d3364495f785b303fdd17a Mon Sep 17 00:00:00 2001 From: Alex Fenlon Date: Wed, 10 Dec 2025 11:13:08 +0000 Subject: [PATCH] fix: Update NIC version numbers in installation pages --- content/nic/install/helm/open-source.md | 8 ++++---- content/nic/install/helm/plus.md | 18 +++++++++--------- .../appprotect-compiler-version.html | 2 +- .../shortcodes/nic-waf-release-version.html | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/nic/install/helm/open-source.md b/content/nic/install/helm/open-source.md index 06573ac423..621b89b696 100644 --- a/content/nic/install/helm/open-source.md +++ b/content/nic/install/helm/open-source.md @@ -50,7 +50,7 @@ helm install 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 @@ -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/ @@ -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 ``` @@ -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/ diff --git a/content/nic/install/helm/plus.md b/content/nic/install/helm/plus.md index baa07b3ccd..aec295cde7 100644 --- a/content/nic/install/helm/plus.md +++ b/content/nic/install/helm/plus.md @@ -53,9 +53,9 @@ Use Helm to install NGINX Ingress Controller with NGINX Plus: ```shell helm install 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 @@ -75,7 +75,7 @@ You can install the `edge` version by specifying the `--version` flag with the v helm install 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 @@ -134,9 +134,9 @@ To install NGINX Ingress Controller using the F5 registry, run this command with ``` helm install 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 @@ -145,7 +145,7 @@ helm install 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 @@ -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/ @@ -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 ``` @@ -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/ diff --git a/layouts/shortcodes/appprotect-compiler-version.html b/layouts/shortcodes/appprotect-compiler-version.html index b283499af7..979f4f4403 100644 --- a/layouts/shortcodes/appprotect-compiler-version.html +++ b/layouts/shortcodes/appprotect-compiler-version.html @@ -1 +1 @@ -5.527.0 \ No newline at end of file +5.550.0 \ No newline at end of file diff --git a/layouts/shortcodes/nic-waf-release-version.html b/layouts/shortcodes/nic-waf-release-version.html index cf51361190..c355d6e218 100644 --- a/layouts/shortcodes/nic-waf-release-version.html +++ b/layouts/shortcodes/nic-waf-release-version.html @@ -1 +1 @@ -5.9.0 \ No newline at end of file +5.10.0 \ No newline at end of file