Merge R3 into master
[it/dep.git] / ric-aux / helm / mc-stack / charts / elasticsearch / examples / 6.x / Makefile
1 default: test
2 include ../../../helpers/examples.mk
3
4 RELEASE := helm-es-six
5
6 install:
7         helm upgrade --wait --timeout=600 --install $(RELEASE) --values ./values.yaml ../../ ; \
8
9 restart:
10         helm upgrade --set terminationGracePeriod=121 --wait --timeout=600 --install $(RELEASE) --values ./values.yaml ../../ ; \
11
12 test: install goss
13
14 purge:
15         helm del --purge $(RELEASE)