Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[kibana] upgrade to 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Nov 17, 2020
1 parent 54c067d commit bb5386a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kibana/examples/upgrade/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion kibana/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb5386a

Please sign in to comment.