Compare commits

...

2 Commits

Author SHA1 Message Date
0bc3472d54 Update docker.io/postgres Docker tag to v18
Some checks failed
lint-test-docker / lint-docker-compose (pull_request) Successful in 19s
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Failing after 15s
2025-12-09 02:57:50 +00:00
4942e0f763 fix service and image
All checks were successful
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 25s
renovate / renovate (push) Successful in 50s
2025-12-08 20:56:49 -06:00
3 changed files with 7 additions and 2 deletions

View File

@@ -23,6 +23,6 @@ spec:
backendRefs:
- group: ''
kind: Service
name: seerr
name: seerr-seerr-chart
port: 80
weight: 100

View File

@@ -1,4 +1,9 @@
seerr:
image:
registry: ghcr.io
repository: seerr-team/seerr
tag: develop
sha: sha256:f96deeef25cfb7bb0ecaa90f324bf6dfb66a844e8ed38501764f4d982a152280
probes:
livenessProbe:
initialDelaySeconds: 60

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