opendevstack / ods-jenkins-shared-library

Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Apache License 2.0
72 stars 57 forks source link

Fix helm release - Check pod status after deployment #1005

Closed BraisVQ closed 1 year ago

BraisVQ commented 1 year ago

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:

@serverhorror @metmajer