Skip to content

Commit 5eea887

Browse files
authored
Merge pull request #26 from BJClarke/patch-1
Added Helm version
2 parents 8399271 + fab1839 commit 5eea887

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

linux-installer/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ This script performs an installation of the IBM Developer Tools CLI environment.
2323

2424

2525
## Installation
26+
Before running the installation script, you should set this environment variable if you plan to deploy to Kubernetes so that the version of Helm that is installed is compatible with the Helm server version.
27+
28+
```
29+
export DESIRED_VERSION=v2.4.2
30+
```
31+
2632
To install the IBM Developer Tools CLI, run the following command:
2733

2834
```
@@ -130,4 +136,4 @@ export IDT_INSTALL_BMX_REPO_NAME="internal"
130136
export IDT_INSTALL_BMX_REPO_URL="https://plugins.ng.bluemix.net"
131137
```
132138

133-
If you need assistance on the proper values, just ask in any of the IBM internal slack channels.
139+
If you need assistance on the proper values, just ask in any of the IBM internal slack channels.

0 commit comments

Comments
 (0)