summaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-10-16Update makefiles to use specific helm versionJakub Latusek1-6/+7
Helm is now called by HELM_BIN variable which by default is set to helm and makefiles use helm from path. HELM_BIN can be overwritten so user can have two version of helm in system and choose which one to use. Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: I0917796aafe234e87afa0ac3c4c15720296276d5
2020-09-24[CLAMP] Use helm-push plugin in clampJakub Latusek1-0/+5
this is done in order to make OOM compatible with helm3 Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: Ideb4e113bd9fb977e2d64621a68ea0ac8e656d76
2020-09-17[CLAMP] AAF certificate using certinializerChrisC1-0/+50
use of auto-generated certificates via AAF side-car at OOM deployment time for CLAMP. Issue-ID: CLAMP-884 Change-Id: I24f5a119714a5e46c4d0c152c03b6bc545135b8e Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com> Signed-off-by: ChrisC <christophe.closset@intl.att.com>