Skip to content

Commit 234afc8

Browse files
authored
Merge pull request #1905 from za/1902-helm-version-readme
Explicitly write in the README the required helm version to be installed
2 parents 30eaf5b + db26fc2 commit 234afc8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aws/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Have the following tools installed:
1414
- curl
1515
- docker - [Installation](https://docs.docker.com/engine/install/)
1616
- grep
17-
- Helm [Installation](https://helm.sh/docs/intro/install/)
17+
- Helm [Installation](https://helm.sh/docs/intro/install/) version 3.x.x or above
1818
- jq [Installation](https://stedolan.github.io/jq/download/)
1919
- Kubectl [Installation](https://kubernetes.io/docs/tasks/tools/)
2020
- openssl

azure/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Have the following tools installed:
1212
- curl
1313
- envsubst
1414
- grep
15-
- Helm [Installation](https://helm.sh/docs/intro/install/)
15+
- Helm [Installation](https://helm.sh/docs/intro/install/) version 3.x.x or above
1616
- jq [Installation](https://stedolan.github.io/jq/download/)
1717
- openssl
1818
- Kubectl [Installation](https://kubernetes.io/docs/tasks/tools/)

gcp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Have the following tools installed:
1111
- envsubst
1212
- gcloud CLI - [Installation](https://cloud.google.com/sdk/docs/install)
1313
- grep
14-
- Helm [Installation](https://helm.sh/docs/intro/install/)
14+
- Helm [Installation](https://helm.sh/docs/intro/install/) version 3.x.x or above
1515
- jq [Installation](https://stedolan.github.io/jq/download/)
1616
- Kubectl [Installation](https://kubernetes.io/docs/tasks/tools/)
1717
- sed

0 commit comments

Comments
 (0)