sonarqube update to 8.0.2-bb.1
Package Merge Request
Package Changes
The package MR includes default Sonarqube value modifications in chart/values.yaml to:
- Enable creation of dedicated ServiceAccounts (as opposed to just using the
defaultSA) - Disable API token auto-mounting for Pods utilizing said ServiceAccount.
This essentially means that containers in the sonarqube-postgresql-0 and sonaqube-sonarqube-0 Pods are now utilizing a ServiceAccount (sonarqube-postgresql and sonarqube-sonarqube respectively), and no longer have access to the Kubernetes API via their API token previously mounted at /var/run/secrets/kubernetes.io/serviceaccount/token.
My manual testing of the package according to DEVELOPMENT_MAINTENANCE.md has shown no loss of functionality, pipelines have passed, and a Package codeowner has approved the change.
This is in support of epic &146.
Package MR
big-bang/product/packages/sonarqube!128 (merged)
For Issue
Closes https://repo1.dso.mil/big-bang/product/packages/sonarqube/-/issues/76