From: Tom Hughes Date: Mon, 16 Jan 2023 09:03:10 +0000 (+0000) Subject: Upgrade foundation wikis to elasticsearch 7.x X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8c1961ef9f39e8c78f4198e26ba5a88f37ebb293 Upgrade foundation wikis to elasticsearch 7.x --- diff --git a/roles/foundation.rb b/roles/foundation.rb index bafa81db7..95b72429a 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -3,7 +3,7 @@ description "Role applied to all OSMF servers" default_attributes( :elasticsearch => { - :version => "6.x", + :version => "7.x", :cluster => { :name => "foundation" }