Skip to content

Commit

Permalink
Update incorrect release for NAP (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Mar 24, 2022
1 parent a9981a3 commit c2285a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deployments/helm-chart-dos-arbitrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/content/app-protect/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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"
]
}
```
Expand Down

0 comments on commit c2285a7

Please sign in to comment.