Skip to content

v1.1

Compare
Choose a tag to compare
@schabrolles schabrolles released this 24 May 05:44
· 142 commits to main since this release

Changelog

  • New default values, minor changes

Install

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.1/cpd-install-pipeline-0.1.1.tgz \
--create-namespace -n wx-install
  • example for ppc64le
helm install cpd-install https://github.com/schabrolles/cpd-install-pipeline/releases/download/v1.1/cpd-install-pipeline-0.1.1.tgz \
--create-namespace -n cpd-install --set arch=ppc64le