File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
applications/working_with_helm_charts Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,28 @@ You can also find the URL to the latest binaries from the {product-title} web co
1515== On Linux
1616
1717. Download the Helm binary and add it to your path:
18+
19+ * Linux (x86_64, amd64)
1820+
1921[source,terminal]
2022----
2123# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-amd64 -o /usr/local/bin/helm
2224----
2325
26+ * Linux on IBM Z and LinuxONE (s390x)
27+ +
28+ [source,terminal]
29+ ----
30+ # curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-s390x -o /usr/local/bin/helm
31+ ----
32+
33+ * Linux on IBM Power Systems (ppc64le)
34+ +
35+ [source,terminal]
36+ ----
37+ # curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-ppc64le -o /usr/local/bin/helm
38+ ----
39+
2440. Make the binary file executable:
2541+
2642[source,terminal]
You can’t perform that action at this time.
0 commit comments