Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 013824af38 Update renovate/renovate Docker tag to v43.209.3
renovate/stability-days Updates have met minimum release age requirement
2026-06-06 07:48:37 +00:00
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -85,7 +85,7 @@ spec:
spec: spec:
containers: containers:
- name: postgres - name: postgres
image: postgres:18-alpine image: postgres:16-alpine
ports: ports:
- containerPort: 5432 - containerPort: 5432
env: env:
@@ -167,7 +167,7 @@ spec:
# Wait for DB to be available before starting Umami # Wait for DB to be available before starting Umami
initContainers: initContainers:
- name: wait-for-db - name: wait-for-db
image: postgres:18-alpine image: postgres:16-alpine
command: command:
- sh - sh
- -c - -c
+1 -1
View File
@@ -81,7 +81,7 @@ spec:
fsGroup: 999 fsGroup: 999
containers: containers:
- name: postgres - name: postgres
image: postgres:18-alpine image: postgres:16-alpine
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: POSTGRES_USER - name: POSTGRES_USER
+1 -1
View File
@@ -69,7 +69,7 @@ spec:
fsGroup: 999 fsGroup: 999
containers: containers:
- name: postgres - name: postgres
image: postgres:18-alpine image: postgres:15-alpine
env: env:
- name: POSTGRES_USER - name: POSTGRES_USER
valueFrom: valueFrom: