fix: re-pin moving tags (filebrowser/umami/recipes) so Renovate can track them #83

Merged
admin merged 1 commits from fix/moving-tag-repins into main 2026-06-06 13:35:14 +02:00
4 changed files with 20 additions and 4 deletions
+16
View File
@@ -73,6 +73,16 @@ data:
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"packageNameTemplate": "linuxserver/{{depName}}", "packageNameTemplate": "linuxserver/{{depName}}",
"versioningTemplate": "regex:^version-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$" "versioningTemplate": "regex:^version-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$"
},
{
"description": "umami: the docker image tag is `postgresql-vX.Y.Z` (the PostgreSQL-flavored variant). Default docker versioning rejects the prefix. Same fix as termix/servarr: regex versioning parses the prefixed value; ghcr.io tag list is filtered to the postgresql-v* track only.",
"customType": "regex",
"managerFilePatterns": ["/felhom-system/umami\\.ya?ml$/"],
"matchStrings": [
"image:\\s+(?<depName>ghcr\\.io/umami-software/umami):(?<currentValue>postgresql-v\\d+\\.\\d+\\.\\d+)"
],
"datasourceTemplate": "docker",
"versioningTemplate": "regex:^postgresql-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
} }
], ],
"packageRules": [ "packageRules": [
@@ -149,6 +159,12 @@ data:
"linuxserver/sonarr" "linuxserver/sonarr"
], ],
"enabled": false "enabled": false
},
{
"description": "umami: same disable pattern. customManager handles extraction; kubernetes-manager would silently skip `postgresql-vX.Y.Z`.",
"matchManagers": ["kubernetes"],
"matchPackageNames": ["ghcr.io/umami-software/umami"],
"enabled": false
} }
], ],
"labels": ["renovate"] "labels": ["renovate"]
+1 -1
View File
@@ -187,7 +187,7 @@ spec:
cpu: "50m" cpu: "50m"
containers: containers:
- name: umami - name: umami
image: ghcr.io/umami-software/umami:postgresql-latest image: ghcr.io/umami-software/umami:postgresql-v1.38.0
ports: ports:
- containerPort: 3000 - containerPort: 3000
env: env:
+1 -1
View File
@@ -100,7 +100,7 @@ spec:
spec: spec:
containers: containers:
- name: filebrowser - name: filebrowser
image: filebrowser/filebrowser:v2-alpine image: filebrowser/filebrowser:v2.63.13
ports: ports:
- containerPort: 8080 - containerPort: 8080
volumeMounts: volumeMounts:
+2 -2
View File
@@ -30,7 +30,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: create-superuser - name: create-superuser
image: vabene1111/recipes:2.6 image: vabene1111/recipes:2.6.9
workingDir: /opt/recipes workingDir: /opt/recipes
command: command:
- /bin/sh - /bin/sh
@@ -106,7 +106,7 @@ spec:
key: email key: email
containers: containers:
- name: tandoor - name: tandoor
image: vabene1111/recipes:2.6 image: vabene1111/recipes:2.6.9
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ