Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1338bbb6ae | |||
| 789c75d253 | |||
| 3c37d283da | |||
| 6d46261dff | |||
| 82c397af2c | |||
| 7956ca930b | |||
| c5887cb6d6 | |||
| 2d5aca0df3 | |||
| 56f2622225 | |||
| a3525c7ab6 | |||
| f3d0b7e404 | |||
| 8bc11a6db7 | |||
| 22d5c38bac | |||
| 8f29f9e645 | |||
| a2d69962ed | |||
| a993456653 | |||
| c7ec82eae0 |
@@ -109,6 +109,11 @@ data:
|
|||||||
"matchPackageNames": ["flomp/wanderer-db", "flomp/wanderer-web"],
|
"matchPackageNames": ["flomp/wanderer-db", "flomp/wanderer-web"],
|
||||||
"groupName": "wanderer"
|
"groupName": "wanderer"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "meilisearch: every version bump can require an index format migration via dump/restore (see https://www.meilisearch.com/docs/learn/update_and_migration/updating). PR #32 (v1.11.3 -> v1.45.2) on 2026-06-06 broke wanderer with `Your database version (1.11.3) is incompatible with your current engine version (1.45.2)`. Hold ALL meilisearch updates behind dashboard approval so the migration is planned before the PR even opens.",
|
||||||
|
"matchPackageNames": ["getmeili/meilisearch"],
|
||||||
|
"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.",
|
"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"],
|
"matchManagers": ["kubernetes"],
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: code-server
|
- name: code-server
|
||||||
image: codercom/code-server:4.122.1
|
image: codercom/code-server:4.123.0
|
||||||
args:
|
args:
|
||||||
- --bind-addr=0.0.0.0:8080
|
- --bind-addr=0.0.0.0:8080
|
||||||
- --auth=none
|
- --auth=none
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ spec:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
containers:
|
containers:
|
||||||
- name: reloader
|
- name: reloader
|
||||||
image: ghcr.io/stakater/reloader:v1.4.12
|
image: ghcr.io/stakater/reloader:v1.4.17
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: GOMAXPROCS
|
- name: GOMAXPROCS
|
||||||
|
|||||||
@@ -258,7 +258,7 @@ spec:
|
|||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
containers:
|
containers:
|
||||||
- name: headlamp
|
- name: headlamp
|
||||||
image: ghcr.io/headlamp-k8s/headlamp:v0.40.0
|
image: ghcr.io/headlamp-k8s/headlamp:v0.42.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "-in-cluster"
|
- "-in-cluster"
|
||||||
|
|||||||
@@ -42,5 +42,5 @@ rbac:
|
|||||||
# Image configuration
|
# Image configuration
|
||||||
image:
|
image:
|
||||||
repository: registry.k8s.io/external-dns/external-dns
|
repository: registry.k8s.io/external-dns/external-dns
|
||||||
tag: v0.19.0
|
tag: v0.21.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|||||||
@@ -372,7 +372,7 @@ spec:
|
|||||||
enableServiceLinks: true
|
enableServiceLinks: true
|
||||||
containers:
|
containers:
|
||||||
- name: homepage
|
- name: homepage
|
||||||
image: ghcr.io/gethomepage/homepage:v1.10.1
|
image: ghcr.io/gethomepage/homepage:v1.13.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
# Required for external access
|
# Required for external access
|
||||||
|
|||||||
@@ -535,7 +535,7 @@ spec:
|
|||||||
enableServiceLinks: true
|
enableServiceLinks: true
|
||||||
containers:
|
containers:
|
||||||
- name: homepage
|
- name: homepage
|
||||||
image: ghcr.io/gethomepage/homepage:v1.10.1
|
image: ghcr.io/gethomepage/homepage:v1.13.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
# Required for external access
|
# Required for external access
|
||||||
|
|||||||
@@ -241,7 +241,7 @@ spec:
|
|||||||
value: immich-valkey
|
value: immich-valkey
|
||||||
- name: TRANSFORMERS_CACHE
|
- name: TRANSFORMERS_CACHE
|
||||||
value: /cache
|
value: /cache
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v2.5.5
|
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ spec:
|
|||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
containers:
|
containers:
|
||||||
- name: paperless
|
- name: paperless
|
||||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.6
|
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.15
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
# Database - using shared PostgreSQL in database-system namespace
|
# Database - using shared PostgreSQL in database-system namespace
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ spec:
|
|||||||
# Renovate handles it via a customManagers regex defined in
|
# Renovate handles it via a customManagers regex defined in
|
||||||
# admin-system/renovate.yaml (the kubernetes manager doesn't
|
# admin-system/renovate.yaml (the kubernetes manager doesn't
|
||||||
# process inline `# renovate:` comments).
|
# process inline `# renovate:` comments).
|
||||||
image: ghcr.io/lukegus/termix:release-1.11.0
|
image: ghcr.io/lukegus/termix:release-1.11.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: meilisearch
|
- name: meilisearch
|
||||||
image: getmeili/meilisearch:v1.45.2
|
image: getmeili/meilisearch:v1.11.3
|
||||||
env:
|
env:
|
||||||
- name: MEILI_MASTER_KEY
|
- name: MEILI_MASTER_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user