Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update incorrect release for NAP #2534

Merged
merged 1 commit into from
Mar 24, 2022
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
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