summaryrefslogtreecommitdiffstats
path: root/shell/helm-repo-init.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-12-05[HELM] Clean up and fix oom helm jobsefiacor1-11/+0
Change-Id: I44c198e86f09f06d4ccd6e8b89c111ee49ebee2c Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-3065
2022-11-10[OOM] Upgrade and clean up OOM jobsefiacor1-1/+1
Change-Id: I8c6a22f39add57a5b30ad711ac296825986feb20 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: CIMAN-424
2022-08-11[OOM] Upgrade oom versionsefiacor1-1/+1
Change-Id: I79c7bdca4c7b683d74e10afed84395649a233a9f Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-3018
2021-10-05[OOM] Use version v0.9.0 for helm push pluginSylvain Desbureaux1-1/+1
Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iaadf675fc5082939e272af3075050cf02a12a803
2021-06-09[OOM] Don't fail when plugin is already installedSylvain Desbureaux1-1/+1
Helm plugin throws an error when plugin already installed. Don't fail if it's the case. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: If8bd3e636b0e305bf5502d61306d42d6776a4be6
2021-05-28[OOM] Use new helm repositoriesSylvain Desbureaux1-0/+1
Instead of using "old" repositories, uses the new ones Issue-ID: OOM-2759 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I011a7ff225379a0648de8eadb687d4f7fe0a0fa8
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>