Skip to content

Commit

Permalink
Updating contributing doc to add the correct helm and bats versions (h…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret authored Jun 29, 2022
1 parent 0fb6895 commit e02f2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,15 +573,15 @@ very quickly. These should be used for fast feedback during development.
The acceptance tests require a Kubernetes cluster with a configured `kubectl`.

### Prerequisites
* [Bats](https://github.com/bats-core/bats-core)
* [Bats](https://github.com/bats-core/bats-core) (Currently, must use v1.6.0+.)
```bash
brew install bats-core
```
* [yq](https://pypi.org/project/yq/)
```bash
brew install python-yq
```
* [Helm 3](https://helm.sh) (Currently, must use v3.6.3. Also, Helm 2 is not supported)
* [Helm 3](https://helm.sh) (Currently, must use v3.8.0+.)
```bash
brew install kubernetes-helm
```
Expand Down

0 comments on commit e02f2dd

Please sign in to comment.