Hi Team,
I am trying to upgrade SonarQube from version 10.7 to 10.8 using the Helm chart and executed the following commands for the upgrade:
helm repo add sonarqube https://SonarSource.github.io/helm-chart-sonarqube
helm repo update
kubectl create namespace sonarqube
helm upgrade --install -n sonarqube sonarqube sonarqube/sonarqube
The upgrade was expected to create a Docker image with sonarqube:24.12.0.100206-community, but instead, it created the image sonarqube:10.8.0-community, which is not available in Docker Hub.
Could you please suggest how to resolve this issue?