2 Commits

Author SHA1 Message Date
99aaeb53a1 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 12s
lint-test-docker / docker-lint (pull_request) Successful in 17s
2025-11-23 03:51:30 +00:00
a069a2d783 enable url
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m47s
2025-11-22 21:50:23 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ ephemera:
tag: 1.3.1 tag: 1.3.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
# - name: AA_BASE_URL - name: AA_BASE_URL
# value: https://annas-archive.org value: https://annas-archive.org
# - name: AA_API_KEY # - name: AA_API_KEY
# valueFrom: # valueFrom:
# secretKeyRef: # secretKeyRef:

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.7-alpine3.21 image: docker.io/postgres:18.1-alpine3.21
container_name: gitea-postgres container_name: gitea-postgres
env_file: env_file:
- .env - .env