charts
charts copied to clipboard
[bitnami/sonarqube] Add VIB tests to Sonarqube helm chart
Signed-off-by: Michiel [email protected]
Description of the change
Adding the VIB functional and verification tests for SonarQube chart.
Additional information
Successful test runs:
https://github.com/mdhont/charts/actions/runs/3045034716 https://github.com/mdhont/charts/actions/runs/3045522332 https://github.com/mdhont/charts/actions/runs/3045962904
Checklist
(https://github.com/bitnami-labs/readme-generator-for-helm)
- [x] Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
- [x] All commits signed off and in agreement of Developer Certificate of Origin (DCO)
@joancafom, @FraPazGal, @agomezmoron, I've changed the following:
- Changed Cypress test to add a project and a quality gate, which reflects the core functionality of the app.
- Used postgresql.auth for database check
- Added a check for the elastic port
- Added automountServiceAccountToken check
- Change runtime_parameters following your comments.
- Reverted to test the default postgresql port as a non default port is not working. I will create a separate task to fix this.