From: Tom Hughes Date: Thu, 4 Aug 2022 07:22:07 +0000 (+0100) Subject: Update promscale to 0.13.0 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/25b07c5ab577080d2ae336435ad1a80d4c83851c Update promscale to 0.13.0 --- diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index ac2d44efc..155608926 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -108,7 +108,7 @@ archive_file "#{cache_dir}/karma-linux-amd64.tar.gz" do subscribes :extract, "remote_file[#{cache_dir}/karma-linux-amd64.tar.gz]" end -promscale_version = "0.11.0" +promscale_version = "0.13.0" database_version = node[:timescaledb][:database_version] database_cluster = "#{database_version}/main"