diff --git a/sonarqube/chart/Chart.yaml b/sonarqube/chart/Chart.yaml index 6c71fbb8a..080ee4f65 100644 --- a/sonarqube/chart/Chart.yaml +++ b/sonarqube/chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.2 +version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/sonarqube/chart/values.yaml.template b/sonarqube/chart/values.yaml.template index b5bfe28b3..1b514269d 100644 --- a/sonarqube/chart/values.yaml.template +++ b/sonarqube/chart/values.yaml.template @@ -7,7 +7,7 @@ global: sonarEdition: $SONAR_EDITION odsNamespace: $ODS_NAMESPACE appDNS: $APP_DNS - appName: 'sonarqube-helm-test' + appName: 'sonarqube' storageProvisioner: $STORAGE_PROVISIONER storageClassData: $STORAGE_CLASS_DATA sonarqubeUrl: $SONARQUBE_URL @@ -21,7 +21,7 @@ global: registry: $DOCKER_REGISTRY sonarDatabaseImage: $SONAR_DATABASE_IMAGE postgresql: - name: 'sonarqube-helm-test-postgresql' + name: 'sonarqube-postgresql' cpuRequest: 100m cpuLimit: 1 memRequest: 256Mi