From 4acd2e58d4955a652b271fa8524557e7400222e0 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 24 Feb 2026 09:58:09 -0800 Subject: [PATCH] Update prometheus and grafana to main-SHA container tags Prometheus: v3.9.1-74029e1 [branch] -> v3.9.1-2ba5d8a [main] Grafana: v12.3.3-09ac36b [branch] -> v12.3.3-d05d2fb [main] These images were built during PR development and referenced branch commits that won't survive branch cleanup. The [main] tags are identical rebuilds from the squash-merge commit. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/grafana/deployment.yaml | 2 +- argocd/manifests/prometheus/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/manifests/grafana/deployment.yaml b/argocd/manifests/grafana/deployment.yaml index 2adcdf8..a027d01 100644 --- a/argocd/manifests/grafana/deployment.yaml +++ b/argocd/manifests/grafana/deployment.yaml @@ -88,7 +88,7 @@ spec: mountPath: /tmp/dashboards # Grafana - name: grafana - image: registry.ops.eblu.me/blumeops/grafana:v12.3.3-09ac36b + image: registry.ops.eblu.me/blumeops/grafana:v12.3.3-d05d2fb imagePullPolicy: IfNotPresent env: - name: POD_IP diff --git a/argocd/manifests/prometheus/statefulset.yaml b/argocd/manifests/prometheus/statefulset.yaml index 99d2463..ce2d810 100644 --- a/argocd/manifests/prometheus/statefulset.yaml +++ b/argocd/manifests/prometheus/statefulset.yaml @@ -20,7 +20,7 @@ spec: runAsUser: 65534 containers: - name: prometheus - image: registry.ops.eblu.me/blumeops/prometheus:v3.9.1-74029e1 + image: registry.ops.eblu.me/blumeops/prometheus:v3.9.1-2ba5d8a args: - --config.file=/etc/prometheus/prometheus.yml - --storage.tsdb.path=/prometheus