2 Commits

Author SHA1 Message Date
ce4010d578 Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Successful in 28s
2025-11-30 19:47:39 +00:00
9122e9f339 add commiter and author
All checks were successful
renovate / renovate (push) Successful in 1m13s
2025-11-30 13:46:03 -06:00
2 changed files with 3 additions and 1 deletions

View File

@@ -75,6 +75,8 @@ jobs:
uses: peter-evans/create-pull-request@v7 uses: peter-evans/create-pull-request@v7
with: with:
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
committer: gitea-bot <gitea-bot@alexlebens.net>
author: gitea-bot <gitea-bot@alexlebens.net>
commit-message: "chore: Update manifests after chart change" commit-message: "chore: Update manifests after chart change"
branch: auto/update-manifests branch: auto/update-manifests
branch-suffix: timestamp branch-suffix: timestamp

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