Commit Graph

23 Commits

Author SHA1 Message Date
admin 1d08156d81 version tracking: tune annotations + add customManagers for linuxserver servarr
Several images were showing as outdated in version-checker / unhandled by
Renovate. Each had a distinct cause; this PR fixes the auto-tractable ones.

1) admin-system/renovate.yaml: bump `app.kubernetes.io/version` labels
   `43.197.0 -> 43.209.3` (3 occurrences) to match the live image.
   Renovate's own self-update PR bumped the image tag but left the
   labels stale; the version-checker widget appears to read the label.
   Long-term, this label will drift again on each self-update -- worth
   a customManager later if it becomes a recurring annoyance.

2) admin-system/renovate.yaml: add a customManager + packageRule pair
   for linuxserver servarr apps. Tag pattern is `version-X.Y.Z.B`
   (4 segments + `version-` prefix) which the kubernetes manager's
   default docker versioning rejects at the pre-check, same failure
   class as termix. Regex versioning parses the prefixed 4-segment
   form; the same customManager handles prowlarr/radarr/sonarr (depName
   captured from the regex). kubernetes-manager extraction for these
   three depnames is disabled via packageRule so the dashboard isn't
   cluttered with the failing fallback.

3) nextcloud-system/nextcloud.yaml: add
   `match-regex.version-checker.io/nextcloud: '^\d+\.\d+\.\d+-apache$'`
   so version-checker doesn't treat the bare `33.0.5` server tag as a
   newer version of our `33.0.5-apache` image. The widget was showing
   `33.0.5-apache -> 33.0.5` -- false positive; image is already current.

4) helm/plex/values.yaml: tighten the version-checker regex from
   `^\d+\.\d+\.\d+\.\d+-.*$` to `^\d+\.\d+\.\d+\.\d+-[a-f0-9]+$` so
   per-arch tags (`-armhf`, `-arm64`, ...) are excluded. The widget
   was showing an `-armhf` tag as "newer" than our x86_64 install.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-06 13:25:49 +02:00
Renovate Bot fee5fafeb0 Update docker.io/library/nextcloud Docker tag to v33.0.5
renovate/stability-days Updates have not met minimum release age requirement
2026-06-06 09:00:21 +00:00
Renovate Bot 283688cf2a Update docker.io/library/nextcloud Docker tag to v33
renovate/stability-days Updates have met minimum release age requirement
2026-06-06 07:52:29 +00:00
Renovate Bot 4431c44991 Update docker.io/bitnamilegacy/postgresql Docker tag to v17.6.0
renovate/stability-days Updates have met minimum release age requirement
2026-06-06 07:29:44 +00:00
Renovate Bot 2b260bc2eb Update docker.io/library/nextcloud Docker tag to v32.0.10
renovate/stability-days Updates have met minimum release age requirement
2026-06-06 00:04:14 +00:00
admin 5df268365d updated ingress to fix iframe 2026-02-13 13:14:44 +01:00
admin ccf4e557e0 updated ingress 2026-02-13 11:45:20 +01:00
admin 27f643bf52 updated onlyoffice custom.config.php 2026-02-13 11:38:56 +01:00
admin 740353980e updated custom.php 2026-02-13 11:25:37 +01:00
admin c4a601dcb5 added nextcloud.nextcloud-system.svc.cluster.local to trusted domains 2026-02-13 11:10:44 +01:00
admin f6f5ca9863 nextcloud preview fix 2026-01-27 18:33:00 +01:00
admin 3cdcf44641 added local access to nginx filter 2026-01-20 18:14:08 +01:00
admin 99548a235e fixed geoip tag 2026-01-20 18:01:32 +01:00
admin 7595cbe4ad added geoip filters to ingresses 2026-01-20 17:11:41 +01:00
admin a8cda1ac70 fixed ingress 2026-01-11 08:52:17 +01:00
admin 781787888a fixed ingress 2026-01-11 08:48:12 +01:00
admin 49f542ba62 updated ingress for Content-Security-Policy mod 2026-01-11 08:46:29 +01:00
admin fe2923121e added ingress, allowed embed for all 2026-01-11 08:43:09 +01:00
admin 85b75b2708 modified custom php config, allowing embed 2026-01-10 20:58:26 +01:00
kisfenyo ca3d9aea3e Nextcloud trusted domains fix 2025-12-28 09:25:39 +01:00
kisfenyo a00cec92d9 changed domain 2025-12-27 19:52:14 +01:00
kisfenyo 5aacc121d7 added nextcloud (fixed), gitea 2025-12-18 16:33:03 +01:00
kisfenyo c4bbc675ea added nextcloud, gitea 2025-12-18 16:22:04 +01:00