2 Commits

Author SHA1 Message Date
048bd6b335 Update docker.io/postgres Docker tag to v18
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Failing after 15s
lint-test-docker / lint-docker-compose (pull_request) Successful in 18s
2025-12-09 23:20:18 +00:00
3b413a555e Update thewicklowwolf/lidatube Docker tag to v0.2.42 (#2339)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Successful in 1m45s
2025-12-09 23:19:08 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ lidatube:
main:
image:
repository: thewicklowwolf/lidatube
tag: 0.2.41
tag: 0.2.42
pullPolicy: IfNotPresent
env:
- name: PUID

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