]> git.openstreetmap.org Git - chef.git/commitdiff
Upgrade foundation wikis to elasticsearch 7.x
authorTom Hughes <tom@compton.nu>
Mon, 16 Jan 2023 09:03:10 +0000 (09:03 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 16 Jan 2023 09:03:30 +0000 (09:03 +0000)
roles/foundation.rb

index bafa81db75bf0647e5c77a8e01c77217bccfb2f8..95b72429aeba7c77e7f5bb3c83d16ab0bb716157 100644 (file)
@@ -3,7 +3,7 @@ description "Role applied to all OSMF servers"
 
 default_attributes(
   :elasticsearch => {
-    :version => "6.x",
+    :version => "7.x",
     :cluster => {
       :name => "foundation"
     }