SKIP UPGRADE CHECK sonarqube update to 2025.4.2-bb.2
Package Merge Request
Package Changes
https://repo1.dso.mil/big-bang/product/packages/sonarqube/-/blob/2025.4.2-bb.2/CHANGELOG.md
Package MR
big-bang/product/packages/sonarqube!257 (merged)
For Issue
Closes big-bang/product/packages/sonarqube#176 (closed)
Upgrade Notices
Breaking Changes
- This release resets the SonarQube StatefulSet label from
app: upstream
toapp: sonarqube
. Because this also changes the StatefulSet’s selector labels(.spec.selector.matchLabels)
, which are immutable, an upgrade may fail due to a conflict. To ensure a successful upgrade, follow the steps below."
Follow these steps to upgrade your SonarQube instance. You should be able to run this prior-to or just-after upgrading Big Bang:
- Delete the existing SonarQube StatefulSets. This will prevent the upgrade from failing due to immutable field errors.
kubectl delete statefulset sonarqube-sonarqube -n sonarqube
Edited by Matt Goloski