Skip to content

Releases: schabrolles/cpd-install-pipeline

cpd-install-pipeline-0.1.2

24 May 11:30
Compare
Choose a tag to compare

Tekton Pipeline to automate IBM Cloud Pak for Data Deployment

v1.0

23 May 11:35
Compare
Choose a tag to compare

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