2 Commits

Author SHA1 Message Date
36de170f92 Update docker.io/postgres Docker tag to v18
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-docker / docker-lint (pull_request) Successful in 12s
renovate/stability-days Updates have met minimum release age requirement
2025-11-01 05:02:47 +00:00
2a34b00051 Update ollama/ollama Docker tag to v0.12.8 (#1920)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m42s
2025-11-01 05:01:44 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.12.7
tag: 0.12.8
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.12.7
tag: 0.12.8
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.12.7
tag: 0.12.8
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE

View File

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