From ce80dce497fdc7b361514875e87f8b66ea56eaa0 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 6 Jun 2026 13:41:50 +0200 Subject: [PATCH] manifests: re-pin moving tags so Renovate can track them MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - umami postgresql-latest -> postgresql-v1.38.0 - filebrowser v2-alpine -> v2.63.13 These two were "latest"-style moving tags that Renovate physically cannot propose updates for. Pinning to current upstream versions so future bumps go through the normal Renovate PR flow. Note: Renovate operates from the homelab-manifests repo, not this one yet — but felhom-system/* copies exist in homelab-manifests for discoverability, and Renovate already tracks the pinned forms via a new customManager for the umami `postgresql-vX.Y.Z` pattern (added in homelab-manifests admin-system/renovate.yaml). For now, future bumps will need to be applied to both repos until we consolidate the source of truth. Co-Authored-By: Claude Opus 4.7 (1M context) --- manifests/umami.yaml | 2 +- manifests/webpage.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/umami.yaml b/manifests/umami.yaml index 798419f..31fb72b 100644 --- a/manifests/umami.yaml +++ b/manifests/umami.yaml @@ -187,7 +187,7 @@ spec: cpu: "50m" containers: - name: umami - image: ghcr.io/umami-software/umami:postgresql-latest + image: ghcr.io/umami-software/umami:postgresql-v1.38.0 ports: - containerPort: 3000 env: diff --git a/manifests/webpage.yaml b/manifests/webpage.yaml index ca62f33..53e90a1 100644 --- a/manifests/webpage.yaml +++ b/manifests/webpage.yaml @@ -107,7 +107,7 @@ spec: spec: containers: - name: filebrowser - image: filebrowser/filebrowser:v2-alpine + image: filebrowser/filebrowser:v2.63.13 ports: - containerPort: 8080 volumeMounts: -- 2.52.0