Releases: schabrolles/cpd-install-pipeline
Releases · schabrolles/cpd-install-pipeline
cpd-install-pipeline-0.1.2
Tekton Pipeline to automate IBM Cloud Pak for Data Deployment
v1.0
First Release
helm install <pipeline-name> https://github.com/schabrolles/cpd-install-pipeline/releases/download/v1.0/cpd-install-pipeline-0.1.0.tgz \
[--create-namespace] -n <namespace for installer> [--set arch=ppc64le]
- example for x86
helm install wx-install https://github.com/schabrolles/cpd-install-pipeline/releases/download/v1.0/cpd-install-pipeline-0.1.0.tgz \
--create-namespace -n wx-install
- example for ppc64le
helm install cpd-install https://github.com/schabrolles/cpd-install-pipeline/releases/download/v1.0/cpd-install-pipeline-0.1.0.tgz \
--create-namespace -n cpd-install --set arch=ppc64le