From 828106968b104d9a74f87dfabd724ad7e8e1cf5b Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Thu, 27 Feb 2025 19:09:39 -0800 Subject: [PATCH] vectortile: update cmok tilekiln --- cookbooks/vectortile/attributes/default.rb | 2 +- roles/dribble.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/vectortile/attributes/default.rb b/cookbooks/vectortile/attributes/default.rb index 4ec9120d2..1ca1bece4 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.6.5" +default[:vectortile][:tilekiln][:version] = "0.7.0" default[:postgresql][:versions] |= [node[:vectortile][:database][:cluster].split("/").first] default[:postgresql][:monitor_database] = "tiles" diff --git a/roles/dribble.rb b/roles/dribble.rb index cb592383d..dbdd601dc 100644 --- a/roles/dribble.rb +++ b/roles/dribble.rb @@ -59,7 +59,7 @@ default_attributes( }, :vectortile => { :tilekiln => { - :version => "0.7.0" + :tileupdate => false } } ) -- 2.39.5