From 4b13bb7ff9389d7ef1d4695c7423f87bdfd946a1 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 30 Jan 2026 13:35:32 -0800 Subject: [PATCH] Add archive size metric to borgmatic widget Shows deduplicated repository size alongside time since last backup Co-Authored-By: Claude Opus 4.5 --- argocd/manifests/homepage/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/argocd/manifests/homepage/values.yaml b/argocd/manifests/homepage/values.yaml index 70a840c..1aab563 100644 --- a/argocd/manifests/homepage/values.yaml +++ b/argocd/manifests/homepage/values.yaml @@ -56,6 +56,10 @@ config: query: time() - borgmatic_last_archive_timestamp format: type: duration + - label: Archive size + query: borgmatic_repo_deduplicated_size_bytes + format: + type: bytes # External bookmarks bookmarks: