diff --git a/common/zarf.yaml b/common/zarf.yaml index 632838b4..5f43d1b4 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -22,6 +22,3 @@ components: url: https://SonarSource.github.io/helm-chart-sonarqube repoName: sonarqube releaseName: sonarqube - valuesFiles: - - ../values/sonarqube-values.yaml - - ../values/upstream.yaml diff --git a/zarf.yaml b/zarf.yaml index 24217bb0..848f0363 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -71,6 +71,11 @@ components: path: common only: flavor: upstream + charts: + - name: sonarqube + valuesFiles: + - ../values/sonarqube-values.yaml + - ../values/upstream.yaml images: - "sonarqube:9.9.3-community" - "curlimages/curl:7.76.1"