2 Commits

Author SHA1 Message Date
9161be872d 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 11s
lint-test-docker / docker-lint (pull_request) Successful in 58s
2025-11-24 18:14:54 +00:00
ba814d94d8 downgrade api
All checks were successful
lint-test-helm / helm-lint (push) Successful in 27s
renovate / renovate (push) Successful in 1m48s
2025-11-24 12:13:05 -06:00
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ audiobookshelf:
apprise-api:
image:
repository: caronc/apprise
tag: 1.2.5
tag: 1.2.2
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -157,7 +157,7 @@ qbittorrent:
apprise-api:
image:
repository: caronc/apprise
tag: 1.2.5
tag: 1.2.2
pullPolicy: IfNotPresent
env:
- name: TZ

View File

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