At the moment, our publishing scripts have their own little
way of deploying Helm so it's using the old version of Helm
which is failing linting.
This updates it so that it matches how we're running it inside
our lint playbook, and it will also fix the builds since it's
also failing because of the old version of Helm.
Change-Id: I719c2dadc3ca87912234ac13d87d63e8c7b779a7
We broke the chart builds when we dropped the 'package' target in the
Makefile. This fixes it also removes/drops the need to run the sed
locally since we point to the local folders anyways.
Change-Id: Iac8924f14c8fbb8e07b96b51790539c3ce1618e6
The build-chart playbook task to point each chart to helm-toolkit
has a find command that when used with another repo, will
include the charts for osh-infra as well.
This change modifies the playbook to only modify requirements
in charts in the repo being published.
Change-Id: I493b4c64fe2525bac0acae06bd40c3896c918e20
Part 2. This patch set adjusts the url once the initial packages are
make available.
Change-Id: Idfb69146d606b43c98c552d1d2c5680ccd503282
Signed-off-by: Tin Lam <tin@irrational.io>
This patch set updates the ability to package (and subsequent publish)
of the charts in the OpenStack-Helm-Infra repository.
Change-Id: I6175325b0e7a668c22a7ec3ab08cae51ad4f9ab8
Signed-off-by: Tin Lam <tin@irrational.io>