
Removed the custom code and replaced it with the upstream helm chart version 3.8.2 which uses version 0.6.1 of metrics-server Metrics-server debian integration. Addition of metrics-server binary to the list of package installations. Since there is no existing Debian package for metrics-server, we built it from source (tar.gz) to create it as a 3rd party package. Test Plan: PASS: Build centos package PASS: Apply the metrics-server-app PASS: Perform a SX system upgrade with metrics-server-app applied PASS: Customize some helm overrides and check it is applied PASS: Compare sample app output between the two versions PASS: downloader -b PASS: successfully build package test Story: 2009855 Task: 44886 Signed-off-by: Delfino Curado <delfinogomes.curadofilho@windriver.com> Signed-off-by: Luiz Felipe Kina <LuizFelipe.EiskeKina@windriver.com> Change-Id: I135afdcb4ab865c013d8968a47c51815db4e4ec9
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
TAR_NAME=metrics-server
|
|
SHA=e67ee73cfc51e27eaf46b2af0ae8debd16c86d26
|
|
VERSION=1.0.0
|
|
TAR="$TAR_NAME-$SHA.tgz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* "
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
|
|