Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a47111cce1 |
@@ -52,7 +52,7 @@ data:
|
||||
},
|
||||
"customManagers": [
|
||||
{
|
||||
"description": "termix uses a release-X.Y.Z prefixed tag that the kubernetes manager's docker-versioning pre-check rejects (so no PRs are ever created). This customManager extracts the image directly, redirects the version lookup to GitHub Releases at Termix-SSH/Termix (which exposes timestamps the 3-day stability gate needs), and uses extractVersion to strip the `release-` prefix so loose semver can parse it.",
|
||||
"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": [
|
||||
@@ -60,8 +60,7 @@ data:
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"packageNameTemplate": "Termix-SSH/Termix",
|
||||
"versioningTemplate": "loose",
|
||||
"extractVersionTemplate": "^release-(?<version>.+)$"
|
||||
"versioningTemplate": "regex:^release-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
||||
@@ -56,7 +56,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: redis
|
||||
image: redis:7.4-alpine
|
||||
image: redis:7.2-alpine
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
name: redis
|
||||
|
||||
@@ -50,7 +50,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
containers:
|
||||
- name: code-server
|
||||
image: codercom/code-server:4.123.0
|
||||
image: codercom/code-server:4.121.0
|
||||
args:
|
||||
- --bind-addr=0.0.0.0:8080
|
||||
- --auth=none
|
||||
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
fsGroup: 999
|
||||
containers:
|
||||
- name: healthchecks
|
||||
image: healthchecks/healthchecks:v4.2
|
||||
image: healthchecks/healthchecks:v4.0
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
env:
|
||||
|
||||
@@ -2746,7 +2746,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: build-bookmarks-index
|
||||
image: mikefarah/yq:4.53.2
|
||||
image: mikefarah/yq:4.50.1
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
||||
@@ -1372,7 +1372,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: build-bookmarks-index
|
||||
image: mikefarah/yq:4.53.2
|
||||
image: mikefarah/yq:4.50.1
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
||||
@@ -123,7 +123,7 @@ initContainer:
|
||||
registry: index.docker.io
|
||||
repository: alpine
|
||||
# -- If unset use latest
|
||||
tag: "3.23"
|
||||
tag: "3.22"
|
||||
sha: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -181,7 +181,7 @@ rclone:
|
||||
registry: index.docker.io
|
||||
repository: rclone/rclone
|
||||
# -- If unset use latest
|
||||
tag: 1.74.2
|
||||
tag: 1.70.3
|
||||
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.1-alpine@sha256:a35428eba9043cc0b79dbe54100f0c92784f2de00ad09b01182bfb1c5c83d1bd
|
||||
image: docker.io/valkey/valkey:9.0-alpine@sha256:d1cc70645bbcef743615463a2fa4616e841407545e18f560aed0c49671a90147
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
exec:
|
||||
|
||||
@@ -348,7 +348,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: prometheus
|
||||
image: prom/prometheus:v3.12.0
|
||||
image: prom/prometheus:v3.9.1
|
||||
args:
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --storage.tsdb.path=/prometheus
|
||||
@@ -529,7 +529,7 @@ spec:
|
||||
runAsGroup: 472
|
||||
containers:
|
||||
- name: grafana
|
||||
image: grafana/grafana:12.4.4
|
||||
image: grafana/grafana:12.3.2
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
name: http
|
||||
|
||||
@@ -552,7 +552,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
initContainers:
|
||||
- name: postgresql-isready
|
||||
image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r3
|
||||
image: docker.io/bitnamilegacy/postgresql:17.5.0-debian-12-r3
|
||||
resources: {}
|
||||
securityContext: {}
|
||||
env:
|
||||
@@ -637,7 +637,7 @@ spec:
|
||||
hostIPC: false
|
||||
containers:
|
||||
- name: postgresql
|
||||
image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r3
|
||||
image: docker.io/bitnamilegacy/postgresql:17.5.0-debian-12-r3
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: onlyoffice
|
||||
image: onlyoffice/documentserver:9.4.0
|
||||
image: onlyoffice/documentserver:9.0.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
||||
@@ -89,7 +89,7 @@ spec:
|
||||
initContainers:
|
||||
# Configure proxy auth in database before starting
|
||||
- name: configure-auth
|
||||
image: filebrowser/filebrowser:v2.63.5
|
||||
image: filebrowser/filebrowser:v2.54.0
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
@@ -109,7 +109,7 @@ spec:
|
||||
runAsGroup: 1001
|
||||
containers:
|
||||
- name: filebrowser
|
||||
image: filebrowser/filebrowser:v2.63.5
|
||||
image: filebrowser/filebrowser:v2.54.0
|
||||
command:
|
||||
- filebrowser
|
||||
- --database=/config/filebrowser.db
|
||||
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: outline
|
||||
image: outlinewiki/outline:1.8.0
|
||||
image: outlinewiki/outline:1.4.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: NODE_ENV
|
||||
|
||||
@@ -121,7 +121,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: redis
|
||||
image: redis:7.4.9
|
||||
image: redis:7.2.1
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
name: redis
|
||||
|
||||
@@ -244,7 +244,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: qbittorrent
|
||||
image: linuxserver/qbittorrent:5.2.1
|
||||
image: linuxserver/qbittorrent:5.1.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: PUID
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: uptimekuma
|
||||
image: louislam/uptime-kuma:2.4.0
|
||||
image: louislam/uptime-kuma:2.3.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: meilisearch
|
||||
image: getmeili/meilisearch:v1.45.2
|
||||
image: getmeili/meilisearch:v1.11.3
|
||||
env:
|
||||
- name: MEILI_MASTER_KEY
|
||||
valueFrom:
|
||||
|
||||
+3
-3
@@ -130,7 +130,7 @@ spec:
|
||||
initContainers:
|
||||
# Configure proxy auth in database before starting
|
||||
- name: configure-auth
|
||||
image: filebrowser/filebrowser:v2.63.5
|
||||
image: filebrowser/filebrowser:v2.54.0
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
@@ -151,7 +151,7 @@ spec:
|
||||
runAsGroup: 1000
|
||||
containers:
|
||||
- name: filebrowser
|
||||
image: filebrowser/filebrowser:v2.63.5
|
||||
image: filebrowser/filebrowser:v2.54.0
|
||||
command:
|
||||
- filebrowser
|
||||
- --database=/config/filebrowser.db
|
||||
@@ -324,7 +324,7 @@ spec:
|
||||
runAsUser: 0
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:1.31-alpine
|
||||
image: nginx:1.27-alpine
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user