Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d7dff645a | |||
| fcc0bc5ef8 | |||
| be3c5e431e | |||
| 80dfd75227 | |||
| 9c72b0cab4 | |||
| 289d1ab763 | |||
| 23695bd9a4 | |||
| 1a52aca6db | |||
| 6ec9f6a0ae | |||
| fd97f14293 | |||
| 0c62b28210 | |||
| 6f82023155 | |||
| b73786871e | |||
| 0afa7d91e0 | |||
| 7af4092e32 | |||
| c19de989ce | |||
| 1810e40fb4 | |||
| 6013ea668c | |||
| 1233868f63 | |||
| 7658914ddb | |||
| 7aecce94a1 | |||
| f11126cac3 | |||
| 4431c44991 | |||
| c65cf19bd2 | |||
| c7ff367cdf |
@@ -46,23 +46,10 @@ data:
|
||||
"dependencyDashboardTitle": "Renovate Dependency Dashboard",
|
||||
"prHourlyLimit": 16,
|
||||
"prConcurrentLimit": 16,
|
||||
"enabledManagers": ["kubernetes", "helm-values", "custom.regex"],
|
||||
"enabledManagers": ["kubernetes", "helm-values"],
|
||||
"kubernetes": {
|
||||
"managerFilePatterns": ["/.+\\.ya?ml$/"]
|
||||
},
|
||||
"customManagers": [
|
||||
{
|
||||
"description": "termix uses a release-X.Y.Z prefixed tag. extractVersion + loose doesn't work because Renovate validates the raw currentValue BEFORE applying extractVersion. Using regex versioning (which parses the prefixed value directly) sidesteps the pre-check. Datasource redirected to GitHub Releases at Termix-SSH/Termix so the 3-day stability gate has real timestamps to work with.",
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": ["/termix-system/.+\\.ya?ml$/"],
|
||||
"matchStrings": [
|
||||
"image:\\s+(?<depName>ghcr\\.io/lukegus/termix):(?<currentValue>release-\\d+\\.\\d+\\.\\d+)"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"packageNameTemplate": "Termix-SSH/Termix",
|
||||
"versioningTemplate": "regex:^release-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "All apps: 3-day stability gate before any PR opens",
|
||||
@@ -107,12 +94,6 @@ data:
|
||||
"description": "wanderer: db + web update together in one PR",
|
||||
"matchPackageNames": ["flomp/wanderer-db", "flomp/wanderer-web"],
|
||||
"groupName": "wanderer"
|
||||
},
|
||||
{
|
||||
"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"],
|
||||
"matchPackageNames": ["ghcr.io/lukegus/termix"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"labels": ["renovate"]
|
||||
|
||||
@@ -50,7 +50,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
containers:
|
||||
- name: code-server
|
||||
image: codercom/code-server:4.121.0
|
||||
image: codercom/code-server:4.122.1
|
||||
args:
|
||||
- --bind-addr=0.0.0.0:8080
|
||||
- --auth=none
|
||||
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
fsGroup: 999
|
||||
containers:
|
||||
- name: healthchecks
|
||||
image: healthchecks/healthchecks:v4.0
|
||||
image: healthchecks/healthchecks:v4.2
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
env:
|
||||
|
||||
@@ -2746,7 +2746,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: build-bookmarks-index
|
||||
image: mikefarah/yq:4.50.1
|
||||
image: mikefarah/yq:4.53.2
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
||||
@@ -1372,7 +1372,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: build-bookmarks-index
|
||||
image: mikefarah/yq:4.50.1
|
||||
image: mikefarah/yq:4.53.2
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
||||
@@ -123,7 +123,7 @@ initContainer:
|
||||
registry: index.docker.io
|
||||
repository: alpine
|
||||
# -- If unset use latest
|
||||
tag: "3.22"
|
||||
tag: "3.23"
|
||||
sha: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -181,7 +181,7 @@ rclone:
|
||||
registry: index.docker.io
|
||||
repository: rclone/rclone
|
||||
# -- If unset use latest
|
||||
tag: 1.70.3
|
||||
tag: 1.74.2
|
||||
sha: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -416,7 +416,7 @@ spec:
|
||||
value: http://immich-machine-learning:3003
|
||||
- name: REDIS_HOSTNAME
|
||||
value: immich-valkey
|
||||
image: docker.io/valkey/valkey:9.0-alpine@sha256:d1cc70645bbcef743615463a2fa4616e841407545e18f560aed0c49671a90147
|
||||
image: docker.io/valkey/valkey:9.1-alpine@sha256:a35428eba9043cc0b79dbe54100f0c92784f2de00ad09b01182bfb1c5c83d1bd
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
exec:
|
||||
|
||||
@@ -529,7 +529,7 @@ spec:
|
||||
runAsGroup: 472
|
||||
containers:
|
||||
- name: grafana
|
||||
image: grafana/grafana:12.3.2
|
||||
image: grafana/grafana:12.4.4
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
name: http
|
||||
|
||||
@@ -552,7 +552,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
initContainers:
|
||||
- name: postgresql-isready
|
||||
image: docker.io/bitnamilegacy/postgresql:17.5.0-debian-12-r3
|
||||
image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r3
|
||||
resources: {}
|
||||
securityContext: {}
|
||||
env:
|
||||
@@ -637,7 +637,7 @@ spec:
|
||||
hostIPC: false
|
||||
containers:
|
||||
- name: postgresql
|
||||
image: docker.io/bitnamilegacy/postgresql:17.5.0-debian-12-r3
|
||||
image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r3
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
@@ -89,7 +89,7 @@ spec:
|
||||
initContainers:
|
||||
# Configure proxy auth in database before starting
|
||||
- name: configure-auth
|
||||
image: filebrowser/filebrowser:v2.54.0
|
||||
image: filebrowser/filebrowser:v2.63.5
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
@@ -109,7 +109,7 @@ spec:
|
||||
runAsGroup: 1001
|
||||
containers:
|
||||
- name: filebrowser
|
||||
image: filebrowser/filebrowser:v2.54.0
|
||||
image: filebrowser/filebrowser:v2.63.5
|
||||
command:
|
||||
- filebrowser
|
||||
- --database=/config/filebrowser.db
|
||||
|
||||
@@ -244,7 +244,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: qbittorrent
|
||||
image: linuxserver/qbittorrent:5.1.4
|
||||
image: linuxserver/qbittorrent:5.2.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: PUID
|
||||
|
||||
@@ -41,10 +41,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: termix
|
||||
# NOTE: termix uses a non-semver tag pattern (release-X.Y.Z).
|
||||
# Renovate handles it via a customManagers regex defined in
|
||||
# admin-system/renovate.yaml (the kubernetes manager doesn't
|
||||
# process inline `# renovate:` comments).
|
||||
# renovate: datasource=github-releases depName=Termix-SSH/Termix versioning=loose extractVersion=^release-(?<version>.+)$
|
||||
image: ghcr.io/lukegus/termix:release-1.11.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: uptimekuma
|
||||
image: louislam/uptime-kuma:2.3.2
|
||||
image: louislam/uptime-kuma:2.4.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: meilisearch
|
||||
image: getmeili/meilisearch:v1.11.3
|
||||
image: getmeili/meilisearch:v1.45.2
|
||||
env:
|
||||
- name: MEILI_MASTER_KEY
|
||||
valueFrom:
|
||||
|
||||
+2
-2
@@ -130,7 +130,7 @@ spec:
|
||||
initContainers:
|
||||
# Configure proxy auth in database before starting
|
||||
- name: configure-auth
|
||||
image: filebrowser/filebrowser:v2.54.0
|
||||
image: filebrowser/filebrowser:v2.63.5
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
@@ -151,7 +151,7 @@ spec:
|
||||
runAsGroup: 1000
|
||||
containers:
|
||||
- name: filebrowser
|
||||
image: filebrowser/filebrowser:v2.54.0
|
||||
image: filebrowser/filebrowser:v2.63.5
|
||||
command:
|
||||
- filebrowser
|
||||
- --database=/config/filebrowser.db
|
||||
|
||||
Reference in New Issue
Block a user