Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 7310f84a8b Update postgres Docker tag to v18
renovate/stability-days Updates have met minimum release age requirement
2026-06-06 07:53:13 +00:00
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: renovate
image: renovate/renovate:43.209.3
image: renovate/renovate:43.197.0
imagePullPolicy: IfNotPresent
envFrom:
- secretRef:
+1 -1
View File
@@ -90,7 +90,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: tailscale
image: tailscale/tailscale:v1.98.4
image: tailscale/tailscale:v1.94.1
imagePullPolicy: IfNotPresent
env:
- name: TZ
+2 -2
View File
@@ -85,7 +85,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:16-alpine
image: postgres:18-alpine
ports:
- containerPort: 5432
env:
@@ -167,7 +167,7 @@ spec:
# Wait for DB to be available before starting Umami
initContainers:
- name: wait-for-db
image: postgres:16-alpine
image: postgres:18-alpine
command:
- sh
- -c
+1 -1
View File
@@ -181,7 +181,7 @@ rclone:
registry: index.docker.io
repository: rclone/rclone
# -- If unset use latest
tag: 1.74.3
tag: 1.74.2
sha: ""
pullPolicy: IfNotPresent
+1 -1
View File
@@ -81,7 +81,7 @@ spec:
fsGroup: 999
containers:
- name: postgres
image: postgres:16-alpine
image: postgres:18-alpine
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_USER
+2 -2
View File
@@ -89,7 +89,7 @@ spec:
initContainers:
# Configure proxy auth in database before starting
- name: configure-auth
image: filebrowser/filebrowser:v2.63.13
image: filebrowser/filebrowser:v2.63.5
command:
- sh
- -c
@@ -109,7 +109,7 @@ spec:
runAsGroup: 1001
containers:
- name: filebrowser
image: filebrowser/filebrowser:v2.63.13
image: filebrowser/filebrowser:v2.63.5
command:
- filebrowser
- --database=/config/filebrowser.db
+2 -2
View File
@@ -30,7 +30,7 @@ spec:
spec:
initContainers:
- name: create-superuser
image: vabene1111/recipes:2.6
image: vabene1111/recipes:2.5
workingDir: /opt/recipes
command:
- /bin/sh
@@ -106,7 +106,7 @@ spec:
key: email
containers:
- name: tandoor
image: vabene1111/recipes:2.6
image: vabene1111/recipes:2.5
imagePullPolicy: IfNotPresent
env:
- name: TZ
+2 -2
View File
@@ -130,7 +130,7 @@ spec:
initContainers:
# Configure proxy auth in database before starting
- name: configure-auth
image: filebrowser/filebrowser:v2.63.13
image: filebrowser/filebrowser:v2.63.5
command:
- sh
- -c
@@ -151,7 +151,7 @@ spec:
runAsGroup: 1000
containers:
- name: filebrowser
image: filebrowser/filebrowser:v2.63.13
image: filebrowser/filebrowser:v2.63.5
command:
- filebrowser
- --database=/config/filebrowser.db
+1 -1
View File
@@ -69,7 +69,7 @@ spec:
fsGroup: 999
containers:
- name: postgres
image: postgres:15-alpine
image: postgres:18-alpine
env:
- name: POSTGRES_USER
valueFrom: