bump es release version

This commit is contained in:
Dejon Gill 2018-04-23 22:18:43 -07:00
parent d1348a4ab6
commit f67eae6eb0
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ provisioner:
extra_vars: extra_vars:
es_major_version: "<%= ENV['VERSION'] %>" es_major_version: "<%= ENV['VERSION'] %>"
<% if ENV['VERSION'] == '5.x' %> <% if ENV['VERSION'] == '5.x' %>
es_version: '5.6.8' es_version: '5.6.9'
<% end %> <% end %>
<% end %> <% end %>

View file

@ -1,6 +1,6 @@
--- ---
es_major_version: "6.x" es_major_version: "6.x"
es_version: "6.2.3" es_version: "6.2.4"
es_version_lock: false es_version_lock: false
es_use_repository: true es_use_repository: true
es_templates_fileglob: "files/templates/*.json" es_templates_fileglob: "files/templates/*.json"