You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux-installer/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,12 @@ This script performs an installation of the IBM Developer Tools CLI environment.
23
23
24
24
25
25
## 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
+
26
32
To install the IBM Developer Tools CLI, run the following command:
0 commit comments