2 Commits

Author SHA1 Message Date
75b6da4688 Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 7s
lint-test-docker / docker-lint (pull_request) Successful in 10s
2025-11-06 19:04:12 +00:00
7abeafb952 Update ghcr.io/open-webui/open-webui Docker tag to v0.6.35 (#1979)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m10s
2025-11-06 19:02:13 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ ollama:
main: main:
image: image:
repository: ghcr.io/open-webui/open-webui repository: ghcr.io/open-webui/open-webui
tag: 0.6.34 tag: 0.6.35
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: ENV - name: ENV

View File

@@ -19,7 +19,7 @@ services:
- /dev/net/tun:/dev/net/tun - /dev/net/tun:/dev/net/tun
postgresql: postgresql:
image: docker.io/postgres:17.6-alpine3.21 image: docker.io/postgres:18.0-alpine3.21
container_name: gitea-postgres container_name: gitea-postgres
env_file: env_file:
- .env - .env