From 25df0fa2dfec6b21afee9dc69b6c404e1ff8321b Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 24 Feb 2026 09:06:34 -0800 Subject: [PATCH] Switch Prometheus to local container image registry.ops.eblu.me/blumeops/prometheus:v3.9.1-74029e1 Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/prometheus/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/prometheus/statefulset.yaml b/argocd/manifests/prometheus/statefulset.yaml index 9cad55d..99d2463 100644 --- a/argocd/manifests/prometheus/statefulset.yaml +++ b/argocd/manifests/prometheus/statefulset.yaml @@ -20,7 +20,7 @@ spec: runAsUser: 65534 containers: - name: prometheus - image: prom/prometheus:v3.9.1 + image: registry.ops.eblu.me/blumeops/prometheus:v3.9.1-74029e1 args: - --config.file=/etc/prometheus/prometheus.yml - --storage.tsdb.path=/prometheus