UNCLASSIFIED - NO CUI

Skip to content

sonarqube update to 8.0.2-bb.1

mr-bot requested to merge update-sonarqube-tag-8.0.2-bb.1 into master

Package Merge Request

Package Changes

The package MR includes default Sonarqube value modifications in chart/values.yaml to:

  1. Enable creation of dedicated ServiceAccounts (as opposed to just using the default SA)
  2. 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

Edited by Justen Mehl

Merge request reports