From 700bb8c898cee8f62ab6b27cd1ec87a71c234f56 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 24 Aug 2023 12:03:53 +0000 Subject: [PATCH] Added alertmanager --- source-urls.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source-urls.json b/source-urls.json index 3b5c9c4..64c4a13 100644 --- a/source-urls.json +++ b/source-urls.json @@ -34,6 +34,10 @@ "packageNames": ["quay.io/prometheus/node-exporter"], "sourceUrl": "https://github.com/prometheus/node_exporter" }, + { + "packageNames": ["quay.io/prometheus/alertmanager"], + "sourceUrl": "https://github.com/prometheus/alertmanager" + }, { "packageNames": ["ghcr.io/tailscale/tailscale"], "sourceUrl": "https://github.com/tailscale/tailscale"