diff --git a/elasticsearch/examples/upgrade/Makefile b/elasticsearch/examples/upgrade/Makefile index 676ce57c4..aa26d23a5 100644 --- a/elasticsearch/examples/upgrade/Makefile +++ b/elasticsearch/examples/upgrade/Makefile @@ -8,7 +8,7 @@ FROM := 6.8.9 # this is the first 6.x release install: ../../../helpers/upgrade.sh --chart $(CHART) --release $(RELEASE) --from $(FROM) - kubectl rollout status statefulset elasticsearch-master + kubectl rollout status statefulset upgrade-master test: install goss