2 Commits

Author SHA1 Message Date
1aaf095e49 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 16s
2025-11-30 22:52:40 +00:00
fcbde5abc4 change
All checks were successful
renovate / renovate (push) Successful in 1m12s
2025-11-30 16:51:29 -06:00
2 changed files with 2 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ jobs:
- name: Check for Changes - name: Check for Changes
id: check-changes id: check-changes
run: | run: |
git restore --staged ${{ gitea.workspace }}/clusters/**/helm git restore --staged clusters/**/helm
if git status --porcelain | grep -q .; then if git status --porcelain | grep -q .; then
echo ">> Changes detected" echo ">> Changes detected"
@@ -154,7 +154,6 @@ jobs:
#HTTP_STATUS=$( #HTTP_STATUS=$(
curl -X POST \ curl -X POST \
--silent \ --silent \
--data "${PAYLOAD}" \ --data "${PAYLOAD}" \
-H "Authorization: token ${GITEA_TOKEN}" \ -H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \

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