From ed102e3eae975641f0ca7b3bee2486548640c04a Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Tue, 25 May 2021 18:17:37 +0200 Subject: [PATCH] [elasticsearch] fix statefulset to rollout in upgrade test (#1189) This commit fix the elasticsearch statefulset to rollout. Also update the target version to the last released version --- elasticsearch/examples/upgrade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/examples/upgrade/Makefile b/elasticsearch/examples/upgrade/Makefile index 813e050e1..9251d3b75 100644 --- a/elasticsearch/examples/upgrade/Makefile +++ b/elasticsearch/examples/upgrade/Makefile @@ -8,7 +8,7 @@ FROM := 7.4.0 # versions before 7.4.O aren't compatible with Kubernetes >= 1.16. 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