2b2aede21f
This update removes the tiller-2.9.1-docker-image.tgz tarball from the helm package until it can be properly gernerated within the build framework. Story: 2002876 Task: 22831 Change-Id: Ie54187b0462be22af5e8935fd4fd25c6ff913332 Signed-off-by: Jack Ding <jack.ding@windriver.com>
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
VERSION=2.9.1
|
|
TAR_NAME=helm
|
|
TAR="$TAR_NAME-v$VERSION-linux-amd64.tar.gz"
|
|
#COPY_LIST="${CGCS_BASE}/downloads/$TAR ${CGCS_BASE}/downloads/tiller-2.9.1-docker-image.tgz"
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR"
|
|
|
|
TIS_PATCH_VER=2
|