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 9876f4c
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 9876f4c

Please sign in to comment.