Skip to content

Commit bba1e00

Browse files
toddaheathclaude
andcommitted
fix: increase prod Helm deploy timeout to 10m
5m was insufficient for the prod cluster to pull GHCR images and get the API and Postgres pods ready, causing the deploy to time out with InProgress (not crashing) pods. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 786e6c2 commit bba1e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
--set ui.image.repository=${{ env.REGISTRY }}/${{ github.repository_owner }}/shed-builder-ui \
100100
--set ui.image.tag=${{ needs.build-and-push.outputs.image-tag }} \
101101
--set postgres.password=${{ secrets.DB_PASSWORD }} \
102-
--wait --timeout 5m
102+
--wait --timeout 10m

0 commit comments

Comments
 (0)