8072da8fab
mapkubeapis helm plugin can be used to update deprecated kubernetes apis. This plugin will be needed for system upgrade scripts dealing with applications with deprecated kubernetes resources TEST PLAN: PASS: build centos PASS: build debian Closes-bug: 1983025 Depends-on: https://review.opendev.org/c/starlingx/tools/+/853293 Signed-off-by: Lucas Cavalcante <lucasmedeiros.cavalcante@windriver.com> Change-Id: I1b831b5e8b49ebcd49d5e19bf91015fe81ff1e7f
10 lines
335 B
Plaintext
10 lines
335 B
Plaintext
VERSION=3.2.1
|
|
TAR_NAME=helm
|
|
TAR="$TAR_NAME-v$VERSION-linux-amd64.tar.gz"
|
|
HELM2TO3_TAR="helm-2to3-0.10.0.tar.gz"
|
|
HELMMAPKUBEAPIS_TAR="helm-mapkubeapis_0.3.0.tar.gz"
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/* ${CGCS_BASE}/downloads/${HELM2TO3_TAR} ${CGCS_BASE}/downloads/${HELMMAPKUBEAPIS_TAR}"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
|
|