Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 9db5517659 Update gitea/gitea Docker tag to v1.26.2
renovate/stability-days Updates have met minimum release age requirement
2026-06-06 07:48:19 +00:00
4 changed files with 5 additions and 5 deletions
+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
@@ -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
+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: