diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index 29c41a9013..4013dc658c 100644 --- a/stable/sonarqube/Chart.yaml +++ b/stable/sonarqube/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sonarqube description: Sonarqube is an open sourced code quality scanning tool -version: 2.1.0 +version: 2.1.1 appVersion: 7.8 keywords: - coverage diff --git a/stable/sonarqube/templates/deployment.yaml b/stable/sonarqube/templates/deployment.yaml index d2a34469c7..1b73f1998c 100644 --- a/stable/sonarqube/templates/deployment.yaml +++ b/stable/sonarqube/templates/deployment.yaml @@ -20,7 +20,6 @@ spec: spec: securityContext: {{ toYaml .Values.securityContext | indent 8 }} - {{- if .Values.plugins.install }} initContainers: - name: init-sysctl image: busybox:1.31 @@ -31,6 +30,7 @@ spec: imagePullPolicy: IfNotPresent securityContext: privileged: true + {{- if .Values.plugins.install }} - name: install-plugins image: {{ default "joosthofman/wget:1.0" .Values.plugins.initContainerImage }} env: