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
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ spec:
fsGroup: 1000
containers:
- name: code-server
image: codercom/code-server:4.123.0
image: codercom/code-server:4.122.1
args:
- --bind-addr=0.0.0.0:8080
- --auth=none
+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
@@ -81,7 +81,7 @@ spec:
fsGroup: 999
containers:
- name: postgres
image: postgres:16-alpine
image: postgres:18-alpine
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_USER
+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: