Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot d50739a527 Update renovate/renovate Docker tag to v43.214.1
renovate/stability-days Updates have not met minimum release age requirement
2026-06-06 09:00:24 +00:00
10 changed files with 10 additions and 19 deletions
+1 -10
View File
@@ -114,15 +114,6 @@ data:
"matchPackageNames": ["getmeili/meilisearch"],
"dependencyDashboardApproval": true
},
{
"description": "Postgres-family images: a major bump (e.g. 16 -> 17) requires pg_upgrade or dump/restore — the new server binary refuses to open the old data directory (`database files are incompatible with server`). PR #76 (immich-app/postgres 16 -> 17) on 2026-06-06 crashlooped immich-postgres and immich-server. Renovate's docker versioning treats these custom tag formats inconsistently, so don't trust the major/minor classification: hold ALL updates for these images behind explicit dashboard approval. Includes vanilla postgres, postgis/postgis (where the tag prefix IS the pg major), and ghcr.io/immich-app/postgres (custom `N-vectorchordX.Y.Z` form).",
"matchPackageNames": [
"postgres",
"postgis/postgis",
"ghcr.io/immich-app/postgres"
],
"dependencyDashboardApproval": true
},
{
"description": "termix: kubernetes manager would extract the image with versioning=docker and silently skip it (release-1.11.0 fails the docker pre-check). Disable that extraction; customManagers above does the real work via github-releases.",
"matchManagers": ["kubernetes"],
@@ -172,7 +163,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: renovate
image: renovate/renovate:43.209.3
image: renovate/renovate:43.214.1
imagePullPolicy: IfNotPresent
envFrom:
- secretRef:
+1 -1
View File
@@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8.8-alpine
image: redis:7.4-alpine
ports:
- containerPort: 6379
name: redis
+1 -1
View File
@@ -77,7 +77,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8-alpine
image: redis:7-alpine
imagePullPolicy: IfNotPresent
args:
- redis-server
+1 -1
View File
@@ -57,7 +57,7 @@ replicaCount: 1
# Image configuration (optional - use defaults)
image:
repository: ghcr.io/cloudnative-pg/cloudnative-pg
tag: 1.29.1
tag: 1.28.1
# Service configuration
service:
+1 -1
View File
@@ -45,7 +45,7 @@ spec:
fsGroup: 999
containers:
- name: postgres
image: ghcr.io/immich-app/postgres:16-vectorchord0.3.0
image: ghcr.io/immich-app/postgres:17-vectorchord0.3.0
env:
- name: POSTGRES_USER
valueFrom:
+1 -1
View File
@@ -185,7 +185,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8-alpine
image: redis:7-alpine
imagePullPolicy: IfNotPresent
args:
- redis-server
+1 -1
View File
@@ -529,7 +529,7 @@ spec:
runAsGroup: 472
containers:
- name: grafana
image: grafana/grafana:13.0.2
image: grafana/grafana:12.4.4
ports:
- containerPort: 3000
name: http
+1 -1
View File
@@ -198,7 +198,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8-alpine
image: redis:7-alpine
imagePullPolicy: IfNotPresent
command:
- redis-server
+1 -1
View File
@@ -71,7 +71,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8-alpine
image: redis:7-alpine
imagePullPolicy: IfNotPresent
ports:
- name: redis
+1 -1
View File
@@ -121,7 +121,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8.8.0
image: redis:7.4.9
ports:
- containerPort: 6379
name: redis