From c62df1c3acee8bb73e92969b5e8299a154a70f38 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 19 Nov 2025 22:57:42 +0000 Subject: [PATCH] apt: update grafana repo urls --- cookbooks/apt/recipes/grafana.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/apt/recipes/grafana.rb b/cookbooks/apt/recipes/grafana.rb index 5738c23d4..27f202339 100644 --- a/cookbooks/apt/recipes/grafana.rb +++ b/cookbooks/apt/recipes/grafana.rb @@ -20,8 +20,8 @@ include_recipe "apt" apt_repository "grafana" do - uri "https://packages.grafana.com/enterprise/deb" + uri "https://apt.grafana.com" distribution "stable" components ["main"] - key "https://packages.grafana.com/gpg.key" + key "https://apt.grafana.com/gpg.key" end -- 2.39.5