Skip to content

Commit

Permalink
Remove version hints from README (#92)
Browse files Browse the repository at this point in the history
* remove version hints
  • Loading branch information
oseoin authored Feb 27, 2024
1 parent d05ec38 commit f99f2c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ helm repo update
### NGINX Ingress Controller

```sh
$ helm install my-release nginx-stable/nginx-ingress [--version 0.17.1]
$ helm install my-release nginx-stable/nginx-ingress
```

#### Documentation
Expand All @@ -41,7 +41,7 @@ https://docs.nginx.com/nginx-service-mesh/get-started/install-with-helm/
### NGINX App Protect DoS Arbitrator

```sh
$ helm install my-release nginx-stable/nginx-appprotect-dos-arbitrator [--version 0.1.0]
$ helm install my-release nginx-stable/nginx-appprotect-dos-arbitrator
```

#### Documentation
Expand All @@ -51,7 +51,7 @@ https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-h
### NGINX Management Suite

```sh
$ helm install nms nginx-stable/nms [--version 1.1.1]
$ helm install nms nginx-stable/nms
```

#### Documentation
Expand All @@ -61,7 +61,7 @@ https://docs.nginx.com/nginx-management-suite/admin-guides/installation/kubernet
### NGINX ACM Developer Portal

```sh
$ helm install nms nginx-stable/nginx-devportal [--version 1.4.0]
$ helm install nms nginx-stable/nginx-devportal
```

#### Documentation
Expand Down

0 comments on commit f99f2c0

Please sign in to comment.