From 8d1e98617baf5dcf2d7d23bf7bad59bb307e075f Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 28 Feb 2026 07:28:06 -0800 Subject: [PATCH] Review build-grafana-container docs: stamp reviewed, fix cross-links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also fix stale grafana.md reference card (Helm → Kustomize). Co-Authored-By: Claude Opus 4.6 --- docs/how-to/grafana/build-grafana-container.md | 5 ++++- docs/reference/services/grafana.md | 8 +++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/how-to/grafana/build-grafana-container.md b/docs/how-to/grafana/build-grafana-container.md index 0c073ce..0576f08 100644 --- a/docs/how-to/grafana/build-grafana-container.md +++ b/docs/how-to/grafana/build-grafana-container.md @@ -1,6 +1,7 @@ --- title: Build Grafana Container -modified: 2026-02-23 +modified: 2026-02-28 +last-reviewed: 2026-02-28 tags: - how-to - grafana @@ -36,5 +37,7 @@ The k8s-sidecar image (`quay.io/kiwigrid/k8s-sidecar`) is still pulled from upst ## Related +- [[grafana]] — Service reference card - [[upgrade-grafana]] — Migration context +- [[kustomize-grafana-deployment]] — Kustomize manifest structure - [[build-container-image]] — Standard container build workflow diff --git a/docs/reference/services/grafana.md b/docs/reference/services/grafana.md index ef48321..7bb8a40 100644 --- a/docs/reference/services/grafana.md +++ b/docs/reference/services/grafana.md @@ -1,6 +1,6 @@ --- title: Grafana -modified: 2026-02-08 +modified: 2026-02-28 tags: - service - observability @@ -17,8 +17,8 @@ Dashboards and visualization for BlumeOps observability. | **URL** | https://grafana.ops.eblu.me | | **Tailscale URL** | https://grafana.tail8d86e.ts.net | | **Namespace** | `monitoring` | -| **Helm Chart** | grafana (mirrored to forge) | -| **Values** | `argocd/manifests/grafana/values.yaml` | +| **Deployment** | Kustomize (`argocd/manifests/grafana/`) | +| **Image** | `registry.ops.eblu.me/blumeops/grafana` | ## Authentication @@ -57,6 +57,8 @@ Optional annotation: `grafana_folder: "FolderName"` ## Related +- [[build-grafana-container]] - Home-built container image +- [[kustomize-grafana-deployment]] - Kustomize manifest structure - [[authentik]] - OIDC identity provider for SSO - [[prometheus]] - Metrics datasource - [[loki]] - Logs datasource