1be7dcd3bd
Update the helm-upload script to require specifying a specific helm repository to use with it's operations. Change-Id: I4b1a3615a6bd5d0bdd834a1cdf27c05d5a1057a0 Story: 2005424 Task: 30645 Signed-off-by: Robert Church <robert.church@windriver.com>
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
VERSION=2.13.1
|
|
TAR_NAME=helm
|
|
TAR="$TAR_NAME-v$VERSION-linux-amd64.tar.gz"
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/*"
|
|
|
|
TIS_PATCH_VER=2
|