Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix helm release - Check pod status after deployment #1005

Merged
merged 2 commits into from
May 16, 2023

Conversation

braisvq1996
Copy link
Contributor

@braisvq1996 braisvq1996 commented May 16, 2023

This PR will add the same fix we have made in the past for tailor deployment.
The issue is that some pods take time to reach 'running' state and the pipeline fails in case it is not quick enough.

This fix is needed for the new version of PostgreSQL quickstarter (uses Helm out of the box)

Test done:

  • Release successfully to D/Q/P with new PostgreSQL component (uses helm) and a tailor based component (docker-plain).

@serverhorror @metmajer

@braisvq1996 braisvq1996 added the bug Something isn't working label May 16, 2023
@braisvq1996 braisvq1996 requested a review from metmajer May 16, 2023 16:12
@braisvq1996 braisvq1996 marked this pull request as ready for review May 16, 2023 16:20
Copy link
Member

@metmajer metmajer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @braisvq1996 !

@braisvq1996 braisvq1996 merged commit 650767a into master May 16, 2023
4 checks passed
@braisvq1996 braisvq1996 deleted the braisvq1996-fix-helm-release-checkpod branch May 16, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants