Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions elasticsearch/examples/upgrade/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ include ../../../helpers/examples.mk
CHART := elasticsearch
RELEASE := helm-es-upgrade
FROM := 7.4.0 # versions before 7.4.O aren't compatible with Kubernetes >= 1.16.0
TO := 7.10.0 # upgrade from 7.x to 8.0.0-SNAPSHOT currently doesn't work
TO := 7.12.1 # upgrade from 7.x to 8.0.0-SNAPSHOT currently doesn't work

install:
../../../helpers/upgrade.sh --chart $(CHART) --release $(RELEASE) --from $(FROM) --to $(TO)
kubectl rollout status statefulset elasticsearch-master
kubectl rollout status statefulset upgrade-master

test: install goss

Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ http:
status: 200
timeout: 2000
body:
- '"number" : "7.10.0"'
- '"number" : "7.12.1"'
- '"cluster_name" : "upgrade"'
- "You Know, for Search"