summaryrefslogtreecommitdiffstats
path: root/shell/helm-repo-init.sh
AgeCommit message (Collapse)AuthorFilesLines
2021-02-19[OOM] fix repo init scriptSylvain Desbureaux1-2/+3
as helm3 binary is no more available, helm repo init script must use `$HELM_BIN` retrieved from prop file. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I56de1ddf62488ef8bd0b4a177263adeeb5149947
2021-01-05[OOM] make helm3 linting to workSylvain Desbureaux1-2/+2
chartmuseum was killed by Jenkins when launched. By moving it's outputs to /dev/null, it's no longer the case. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie358e73a498106ac3abf3731f47a1cb8f01deace
2020-12-18[OOM] use ramdisk to store chartmuseum packagesSylvain Desbureaux1-1/+2
it seems that chartmuseum may block if place where it stores the results is not fast enough. We then create a small ramdisk in order to store these. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I36cad6e56f9390bb058beea08df0bf51eda97a09
2020-12-08[OOM] add helm3 lintingSylvain Desbureaux1-5/+4
As OOM supports helm2 and helm3, it's important to check that all new additions don't break helm3 support. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I38307e3b105606eb3dded1933e3a90673078d4dc [Add helm3 job template boilerplate] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2018-08-09Instantiate helm jobsJeremy Phelps1-0/+9
Issue-ID: CIMAN-164 Change-Id: I020e408c98af2b5ed3f50661f70b7fe2b2912199 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>