I inherited a SonarQube 10.3 install. I have been tasked with upgrading to 10.6.latest
We use terraform to setup and install SonarQube using AKS, PostgresSQL, Helm
Our ACR has
10.4.1_2389
10.5.1_2816
10.6.1._3163
I updated our TerraForm IAC config
Sonarqube chart_version 10.3.0+2009 > 10.4.1+2389
Sonarqube app_version 10.3.0 > 10.4.1
Our non-prod env is dead and wont start
At this point Id like to redo my workflows to set up and start SQ 10.6.1._3163
Are there instructions for setting up SonarQube postgresSQl, Kubernets and Helm via GitHub workflows utilizing terraform.