Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 231d8fd492 | |||
| 3bfd8afb43 | |||
| e12cc36266 | |||
| 4539f00e61 | |||
| 0fdb79519d | |||
| 6be3d58aad | |||
| f05c1b39cc | |||
| 98ec1bf3b2 | |||
| f6736de333 | |||
| 04081723e7 | |||
| a47111cce1 | |||
| 7ca41bb929 | |||
| cf26da036e | |||
| 283688cf2a | |||
| 47ca9140d5 | |||
| fc6f6c5bda | |||
| ce28c03c5d | |||
| 35710fe5ea | |||
| 3c31024828 | |||
| 9ce2cc2c25 | |||
| 013824af38 | |||
| 33629d2f2d | |||
| c6533a92f1 | |||
| ec6262ce6c | |||
| 9db5517659 | |||
| 82bb8bab45 | |||
| 5836c8e9b4 | |||
| 35986cb892 | |||
| 386e764713 |
@@ -52,7 +52,7 @@ data:
|
|||||||
},
|
},
|
||||||
"customManagers": [
|
"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: docker image tag is `release-X.Y.Z` but the upstream GitHub release tag_name is `release-X.Y.Z-tag` (different from the release name). regex versioning parses currentValue (no -tag); extractVersion strips the -tag suffix from candidate tag_names so they normalize to the same shape Renovate writes back to the manifest.",
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"managerFilePatterns": ["/termix-system/.+\\.ya?ml$/"],
|
"managerFilePatterns": ["/termix-system/.+\\.ya?ml$/"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
@@ -60,8 +60,8 @@ data:
|
|||||||
],
|
],
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
"packageNameTemplate": "Termix-SSH/Termix",
|
"packageNameTemplate": "Termix-SSH/Termix",
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "regex:^release-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||||
"extractVersionTemplate": "^release-(?<version>.+)$"
|
"extractVersionTemplate": "^(?<version>release-\\d+\\.\\d+\\.\\d+)"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
@@ -158,7 +158,7 @@ spec:
|
|||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
containers:
|
containers:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:43.197.0
|
image: renovate/renovate:43.209.3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ spec:
|
|||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
containers:
|
containers:
|
||||||
- name: tailscale
|
- name: tailscale
|
||||||
image: tailscale/tailscale:v1.94.1
|
image: tailscale/tailscale:v1.98.4
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -388,7 +388,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
image: mariadb:12
|
image: mariadb:11
|
||||||
env:
|
env:
|
||||||
- name: MARIADB_ROOT_PASSWORD
|
- name: MARIADB_ROOT_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
image: mariadb:12
|
image: mariadb:11
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: MYSQL_ROOT_PASSWORD
|
- name: MYSQL_ROOT_PASSWORD
|
||||||
@@ -175,7 +175,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: bookstack
|
- name: bookstack
|
||||||
image: linuxserver/bookstack:25.12.20251224
|
image: linuxserver/bookstack:26.05.20260601
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
# LinuxServer.io specific
|
# LinuxServer.io specific
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ spec:
|
|||||||
mountPath: /data
|
mountPath: /data
|
||||||
containers:
|
containers:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
image: gitea/gitea:1.25.4
|
image: gitea/gitea:1.26.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: USER_UID
|
- name: USER_UID
|
||||||
|
|||||||
@@ -1384,7 +1384,7 @@ spec:
|
|||||||
# Calendar iCal URLs (JSON object: {"name": "url", ...})
|
# Calendar iCal URLs (JSON object: {"name": "url", ...})
|
||||||
- name: CALENDAR_ICAL_URLS
|
- name: CALENDAR_ICAL_URLS
|
||||||
value: '{"Órák": "https://calendar.google.com/calendar/ical/b2884faf3db792ac082a6206057552c79080716efd5f966e169a41fc500e1c1c%40group.calendar.google.com/private-0998d8053909ba4449c2f0a6409ce3de/basic.ics", "Családi": "https://calendar.google.com/calendar/ical/nitq3l0if4gn54k438obat5ia0%40group.calendar.google.com/private-59afcf70fee1a798ec369b86d9883b46/basic.ics"}'
|
value: '{"Órák": "https://calendar.google.com/calendar/ical/b2884faf3db792ac082a6206057552c79080716efd5f966e169a41fc500e1c1c%40group.calendar.google.com/private-0998d8053909ba4449c2f0a6409ce3de/basic.ics", "Családi": "https://calendar.google.com/calendar/ical/nitq3l0if4gn54k438obat5ia0%40group.calendar.google.com/private-59afcf70fee1a798ec369b86d9883b46/basic.ics"}'
|
||||||
image: python:3.12-bookworm
|
image: python:3.14-bookworm
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: glance-helper
|
name: glance-helper
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ rclone:
|
|||||||
registry: index.docker.io
|
registry: index.docker.io
|
||||||
repository: rclone/rclone
|
repository: rclone/rclone
|
||||||
# -- If unset use latest
|
# -- If unset use latest
|
||||||
tag: 1.74.2
|
tag: 1.74.3
|
||||||
sha: ""
|
sha: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ spec:
|
|||||||
fsGroup: 999
|
fsGroup: 999
|
||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: ghcr.io/immich-app/postgres:16-vectorchord0.3.0
|
image: ghcr.io/immich-app/postgres:17-vectorchord0.3.0
|
||||||
env:
|
env:
|
||||||
- name: POSTGRES_USER
|
- name: POSTGRES_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: filebrowser
|
- name: filebrowser
|
||||||
image: gtstef/filebrowser:1.1.2-stable
|
image: gtstef/filebrowser:1.3.3-stable
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "Europe/Budapest"
|
value: "Europe/Budapest"
|
||||||
|
|||||||
@@ -395,7 +395,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
image: docker.io/library/nextcloud:32.0.10-apache
|
image: docker.io/library/nextcloud:33.0.4-apache
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SMTP_HOST
|
- name: SMTP_HOST
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ spec:
|
|||||||
initContainers:
|
initContainers:
|
||||||
# Configure proxy auth in database before starting
|
# Configure proxy auth in database before starting
|
||||||
- name: configure-auth
|
- name: configure-auth
|
||||||
image: filebrowser/filebrowser:v2.63.5
|
image: filebrowser/filebrowser:v2.63.13
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -109,7 +109,7 @@ spec:
|
|||||||
runAsGroup: 1001
|
runAsGroup: 1001
|
||||||
containers:
|
containers:
|
||||||
- name: filebrowser
|
- name: filebrowser
|
||||||
image: filebrowser/filebrowser:v2.63.5
|
image: filebrowser/filebrowser:v2.63.13
|
||||||
command:
|
command:
|
||||||
- filebrowser
|
- filebrowser
|
||||||
- --database=/config/filebrowser.db
|
- --database=/config/filebrowser.db
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mysql
|
- name: mysql
|
||||||
image: mysql:8.0
|
image: mysql:8.4
|
||||||
env:
|
env:
|
||||||
- name: MYSQL_ROOT_PASSWORD
|
- name: MYSQL_ROOT_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: create-superuser
|
- name: create-superuser
|
||||||
image: vabene1111/recipes:2.5
|
image: vabene1111/recipes:2.6
|
||||||
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.5
|
image: vabene1111/recipes:2.6
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: vaultwarden
|
- name: vaultwarden
|
||||||
image: vaultwarden/server:1.35.2
|
image: vaultwarden/server:1.36.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
+2
-2
@@ -130,7 +130,7 @@ spec:
|
|||||||
initContainers:
|
initContainers:
|
||||||
# Configure proxy auth in database before starting
|
# Configure proxy auth in database before starting
|
||||||
- name: configure-auth
|
- name: configure-auth
|
||||||
image: filebrowser/filebrowser:v2.63.5
|
image: filebrowser/filebrowser:v2.63.13
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -151,7 +151,7 @@ spec:
|
|||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: filebrowser
|
- name: filebrowser
|
||||||
image: filebrowser/filebrowser:v2.63.5
|
image: filebrowser/filebrowser:v2.63.13
|
||||||
command:
|
command:
|
||||||
- filebrowser
|
- filebrowser
|
||||||
- --database=/config/filebrowser.db
|
- --database=/config/filebrowser.db
|
||||||
|
|||||||
Reference in New Issue
Block a user