diff --git a/kibana/examples/upgrade/Makefile b/kibana/examples/upgrade/Makefile index 6ccd8f62b..6fcb2103e 100644 --- a/kibana/examples/upgrade/Makefile +++ b/kibana/examples/upgrade/Makefile @@ -5,9 +5,10 @@ include ../../../helpers/examples.mk CHART := kibana RELEASE := helm-kibana-upgrade FROM := 7.4.0 # versions before 7.4.O aren't compatible with Kubernetes >= 1.16.0 +TO := 7.10.0 # required to use with Elasticsearch 7.10.0 install: - ../../../helpers/upgrade.sh --chart $(CHART) --release $(RELEASE) --from $(FROM) + ../../../helpers/upgrade.sh --chart $(CHART) --release $(RELEASE) --from $(FROM) --to $(TO) test: install goss diff --git a/kibana/examples/upgrade/test/goss.yaml b/kibana/examples/upgrade/test/goss.yaml index f2ccdb607..5b3a1b28a 100644 --- a/kibana/examples/upgrade/test/goss.yaml +++ b/kibana/examples/upgrade/test/goss.yaml @@ -3,7 +3,7 @@ http: status: 200 timeout: 2000 body: - - '"number":"8.0.0"' + - '"number":"7.10.0"' http://localhost:5601/app/kibana: status: 200