UNCLASSIFIED - NO CUI

Skip to content

SKIP UPGRADE CHECK fix incorrect podselector for netpols

General MR

Summary

Allow HTTPS Egress Network Policy fix Incorrect podSelector

Relevant logs/screenshots

image image image

Linked Issue

#176 (closed)

Upgrade Notices

Breaking Changes

  • This release resets the SonarQube StatefulSet label from app: upstream to app: 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:

  1. Delete the existing SonarQube StatefulSets. This will prevent the upgrade from failing due to immutable field errors.
    kubectl delete statefulset sonarqube-sonarqube -n sonarqube
  2. Run the Helm upgrade command. This command will upgrade your SonarQube instance and create a new StatefulSet.
    helm upgrade -i sonarqube ./chart -n sonarqube 
Edited by Sarafa Lawal

Merge request reports

Loading