]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/recipes/server.rb
oxidized: add accounts dependency
[chef.git] / cookbooks / prometheus / recipes / server.rb
index 36d223fb0fd72e1140705adda2a670851ed84b28..fab3f4652605769c7310c8b04a5c6105b59cf5f7 100644 (file)
@@ -18,7 +18,8 @@
 #
 
 include_recipe "apache"
-include_recipe "apt"
+include_recipe "apt::grafana"
+include_recipe "apt::timescaledb"
 include_recipe "networking"
 include_recipe "timescaledb"
 
@@ -47,9 +48,9 @@ end
 
 cache_dir = Chef::Config[:file_cache_path]
 
-prometheus_version = "2.31.1"
-alertmanager_version = "0.23.0"
-karma_version = "0.105"
+prometheus_version = "2.38.0"
+alertmanager_version = "0.24.0"
+karma_version = "0.108"
 
 directory "/opt/prometheus-server" do
   owner "root"