From c2285a7c76b91a81f2d4c6f1e547fad166c05e52 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 24 Mar 2022 10:36:38 -0700 Subject: [PATCH] Update incorrect release for NAP (#2534) --- deployments/helm-chart-dos-arbitrator/README.md | 4 ++-- docs/content/app-protect/installation.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployments/helm-chart-dos-arbitrator/README.md b/deployments/helm-chart-dos-arbitrator/README.md index 07a62f8ca9..17bd1444cd 100644 --- a/deployments/helm-chart-dos-arbitrator/README.md +++ b/deployments/helm-chart-dos-arbitrator/README.md @@ -9,7 +9,7 @@ This chart deploys the NGINX App Protect Dos Arbitrator in your Kubernetes clust - A [Kubernetes Version Supported by the Ingress Controller](https://docs.nginx.com/nginx-ingress-controller/technical-specifications/#supported-kubernetes-versions) - Helm 3.0+. - Git. - + ## Getting the Chart Sources This step is required if you're installing the chart using its sources. Additionally, the step is also required for managing the custom resource definitions (CRDs), which the Ingress Controller requires by default, or for upgrading/deleting the CRDs. @@ -21,7 +21,7 @@ This step is required if you're installing the chart using its sources. Addition 2. Change your working directory to /deployments/helm-chart-dos-arbitrator: ```console $ cd kubernetes-ingress/deployments/helm-chart-dos-arbitrator - $ git checkout v2.1.0 + $ git checkout v2.1.1 ``` ## Adding the Helm Repository diff --git a/docs/content/app-protect/installation.md b/docs/content/app-protect/installation.md index 84e0348f4b..7cff57ee3a 100644 --- a/docs/content/app-protect/installation.md +++ b/docs/content/app-protect/installation.md @@ -22,9 +22,9 @@ Take the steps below to either configure a Docker Registry secret in your Kubern For NGINX Plus Ingress Controller with App Protect, pull from `private-registry.nginx.com/nginx-ic-nap/nginx-plus-ingress`: ``` - $ docker pull private-registry.nginx.com/nginx-ic-nap/nginx-plus-ingress:2.0.3 + $ docker pull private-registry.nginx.com/nginx-ic-nap/nginx-plus-ingress:2.1.1 ``` - `2.0.3` will pull down the Debian based image. The other available image tag is `2.0.3-ubi` for the UBI based image. + `2.1.1` will pull down the Debian based image. The other available image tag is `2.1.1-ubi` for the UBI based image. - Use the docker registry API to list the available image tags for the repository. @@ -34,8 +34,8 @@ Take the steps below to either configure a Docker Registry secret in your Kubern { "name": "nginx-ic-nap/nginx-plus-ingress", "tags": [ - "2.0.3-ubi", - "2.0.3" + "2.1.1-ubi", + "2.1.1" ] } ```