From d34751e1e8b2a942efd4913b754d55a7acef2746 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 23 Feb 2026 17:28:13 -0800 Subject: [PATCH] C2(upgrade-grafana): impl update grafana image tag to rebased commit Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/grafana/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/grafana/deployment.yaml b/argocd/manifests/grafana/deployment.yaml index 00a5970..dcfd858 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-b1ea762 + image: registry.ops.eblu.me/blumeops/grafana:v12.3.3-13390f6 imagePullPolicy: IfNotPresent env: - name: POD_IP