X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Felasticsearch%2Fexamples%2F6.x%2FMakefile;fp=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Felasticsearch%2Fexamples%2F6.x%2FMakefile;h=2c3811c7386492492c9594675b958816c09c8fcd;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=0000000000000000000000000000000000000000;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;p=it%2Fdep.git diff --git a/ric-aux/helm/mc-stack/charts/elasticsearch/examples/6.x/Makefile b/ric-aux/helm/mc-stack/charts/elasticsearch/examples/6.x/Makefile new file mode 100755 index 00000000..2c3811c7 --- /dev/null +++ b/ric-aux/helm/mc-stack/charts/elasticsearch/examples/6.x/Makefile @@ -0,0 +1,15 @@ +default: test +include ../../../helpers/examples.mk + +RELEASE := helm-es-six + +install: + helm upgrade --wait --timeout=600 --install $(RELEASE) --values ./values.yaml ../../ ; \ + +restart: + helm upgrade --set terminationGracePeriod=121 --wait --timeout=600 --install $(RELEASE) --values ./values.yaml ../../ ; \ + +test: install goss + +purge: + helm del --purge $(RELEASE)