2 Commits

Author SHA1 Message Date
6ef5ed8926 Update php Docker tag to v8.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 11s
2025-11-30 22:50:33 +00:00
2ba863bb98 change
All checks were successful
renovate / renovate (push) Successful in 1m44s
2025-11-30 16:48:57 -06:00

View File

@@ -144,23 +144,22 @@ jobs:
--arg head "${HEAD_BRANCH}" \ --arg head "${HEAD_BRANCH}" \
--arg base "${BASE_BRANCH}" \ --arg base "${BASE_BRANCH}" \
--arg title "Automated Manifest Update: $(date +%F)" \ --arg title "Automated Manifest Update: $(date +%F)" \
--arg body "This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow" \ --arg body "This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow." \
'{head: $head, base: $base, title: $title, body: $body'} ) '{head: $head, base: $base, title: $title, body: $body'} )
echo ">> Creating PR from branch: ${HEAD_BRANCH} into ${BASE_BRANCH}" echo ">> Creating PR from branch ${HEAD_BRANCH} into ${BASE_BRANCH}"
echo ">> With Payload of:" echo ">> With Payload of:"
echo "$PAYLOAD" echo "$PAYLOAD"
HTTP_STATUS=$( #HTTP_STATUS=$(
curl -X POST \ curl -X POST \
--silent \ --silent \
--write-out '%{http_code}' \
--output /tmp/pr_response \
--data "${PAYLOAD}" \ --data "${PAYLOAD}" \
-H "Authorization: token ${GITEA_TOKEN}" \ -H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
"${API_ENDPOINT}" "${API_ENDPOINT}"
) #)
echo ">> Gitea API Response Body ..." echo ">> Gitea API Response Body ..."
echo "----" echo "----"