e0bf31f63f
This adds support for Helm v3: - 'helm init' and 'helm serv' were removed in v3, and helm initialization was simplified so that is not required in build. - chart validation and version checking is enforced with 'helm lint', so all Charts require the tag: apiVersion: v1 (or v2). - 'chartmuseum' is a drop-in replacement for 'helm serv', and is currently used for building charts only. It is not part of ISO image. - armada chart is built and installed to /opt/extracharts. This provides a Kubernetes pod with armada-api and tiller containers. This provides a Helm v2 client (i.e., helmv2-cli) that gives access to containerized armada/tiller managed charts. This can be used as an interactive shell, or as a wrapper for single helm v2 commands. Change-Id: Iff2b219ea765cf9278c6e80c6aeb5b98cc9a0626 Depends-On: https://review.opendev.org/732731 Story: 2007000 Task: 38893 Signed-off-by: Jim Gauld <james.gauld@windriver.com>
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
TAR_NAME=armada
|
|
VERSION=0.2.0
|
|
SHA=6cc6346cde888c683fec4df910ebefdf6dccb310
|
|
TAR="$TAR_NAME-$SHA.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/*"
|
|
|
|
TIS_PATCH_VER=0
|