From 035798adb4f7f526d6157e33e60092ca7a884506 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Sun, 2 Mar 2025 18:30:36 -0800 Subject: [PATCH 1/1] Upgrade tilekiln --- cookbooks/vectortile/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5