X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b99a340d0006961c64a57b885e50c5b10b6e67a4..035798adb4f7f526d6157e33e60092ca7a884506:/cookbooks/vectortile/attributes/default.rb diff --git a/cookbooks/vectortile/attributes/default.rb b/cookbooks/vectortile/attributes/default.rb index 1ca1bece4..f72621213 100644 --- a/cookbooks/vectortile/attributes/default.rb +++ b/cookbooks/vectortile/attributes/default.rb @@ -8,7 +8,7 @@ default[:vectortile][:replication][:enabled] = true default[:vectortile][:replication][:tileupdate] = true default[:vectortile][:replication][:threads] = node.cpu_cores -default[:vectortile][:tilekiln][:version] = "0.7.0" +default[:vectortile][:tilekiln][:version] = "0.7.1" default[:postgresql][:versions] |= [node[:vectortile][:database][:cluster].split("/").first] default[:postgresql][:monitor_database] = "tiles"