]> git.openstreetmap.org Git - chef.git/commitdiff
vectortile: update cmok tilekiln
authorPaul Norman <penorman@mac.com>
Fri, 28 Feb 2025 03:09:39 +0000 (19:09 -0800)
committerPaul Norman <penorman@mac.com>
Fri, 28 Feb 2025 03:09:39 +0000 (19:09 -0800)
cookbooks/vectortile/attributes/default.rb
roles/dribble.rb

index 4ec9120d25821e18e68215f026c00f7185a00c9e..1ca1bece444b1088d2789adc2492e477b5818072 100644 (file)
@@ -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.6.5"
+default[:vectortile][:tilekiln][:version] = "0.7.0"
 
 default[:postgresql][:versions] |= [node[:vectortile][:database][:cluster].split("/").first]
 default[:postgresql][:monitor_database] = "tiles"
index cb592383de4eb5463ea5924a3af85dea7158392b..dbdd601dc8d011508534fe0150b216d4364bf0b8 100644 (file)
@@ -59,7 +59,7 @@ default_attributes(
   },
   :vectortile => {
     :tilekiln => {
-      :version => "0.7.0"
+      :tileupdate => false
     }
   }
 )