2 Commits

Author SHA1 Message Date
9371f15939 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 23s
2025-12-03 04:15:26 +00:00
80c296fd25 fix
All checks were successful
renovate / renovate (push) Successful in 1m43s
2025-12-02 22:13:45 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ jobs:
RENDER_DIR=()
if [ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]; then
echo ">> Triggered on dispatch, will check all paths .."
echo ">> Triggered on dispatch, will check all paths ..."
RENDER_DIR+=$(ls clusters/cl01tl/helm/)
else
@@ -89,7 +89,7 @@ jobs:
fi
fi
if [ -n $RENDER_DIR ]; then
if [ -n "${RENDER_DIR}" ]; then
echo ">> Directories to Render:"
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"

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