]> git.openstreetmap.org Git - chef.git/commitdiff
Update prometheus and karma
authorTom Hughes <tom@compton.nu>
Tue, 20 Dec 2022 22:35:48 +0000 (22:35 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 20 Dec 2022 22:35:48 +0000 (22:35 +0000)
cookbooks/prometheus/recipes/server.rb

index 02bc587d4fb082516f5e22a84b6d6758cc808c1b..f34af60da65fdb128aa2de487ce2030dcc97abb9 100644 (file)
@@ -48,9 +48,9 @@ end
 
 cache_dir = Chef::Config[:file_cache_path]
 
-prometheus_version = "2.39.1"
+prometheus_version = "2.41.0"
 alertmanager_version = "0.24.0"
-karma_version = "0.108"
+karma_version = "0.111"
 
 directory "/opt/prometheus-server" do
   owner "root"