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

Commit

Permalink
[elasticsearch] fix statefulset to rollout in upgrade test (#1189) (#…
Browse files Browse the repository at this point in the history
…1216)

This commit fix the elasticsearch statefulset to rollout.

Also update the target version to the last released version
  • Loading branch information
jmlrt authored Jun 10, 2021
1 parent eced855 commit bf0ed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/examples/upgrade/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM := 6.8.9 # this is the first 6.x release

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

Expand Down

0 comments on commit bf0ed53

Please sign in to comment.