diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index 5a554f80046e..22acf85b78e0 100644 --- a/stable/sonarqube/Chart.yaml +++ b/stable/sonarqube/Chart.yaml @@ -1,6 +1,6 @@ name: sonarqube description: Sonarqube is an open sourced code quality scanning tool -version: 0.3.6 +version: 0.3.7 appVersion: 6.5 keywords: - coverage diff --git a/stable/sonarqube/templates/deployment.yaml b/stable/sonarqube/templates/deployment.yaml index f194e6e47291..e17e1e23d491 100644 --- a/stable/sonarqube/templates/deployment.yaml +++ b/stable/sonarqube/templates/deployment.yaml @@ -31,7 +31,6 @@ spec: subPath: extensions - name: install-plugins mountPath: /opt/sonarqube/extensions/plugins/install_plugins.sh - subPath: install_plugins.sh {{- end }} containers: - name: {{ .Chart.Name }} @@ -73,7 +72,6 @@ spec: {{- if .Values.sonarProperties }} - name: config mountPath: /opt/sonarqube/conf/sonar.properties - subPath: sonar.properties {{- end}} - mountPath: /opt/sonarqube/data name: sonarqube @@ -83,7 +81,6 @@ spec: subPath: extensions - name: install-plugins mountPath: /opt/sonarqube/extensions/plugins/install_plugins.sh - subPath: install_plugins.sh resources: {{ toYaml .Values.resources | indent 12 }} {{- if .Values.nodeSelector }} @@ -97,7 +94,6 @@ spec: - name: install-plugins configMap: name: {{ template "sonarqube.fullname" . }}-install-plugins - defaultMode: 0775 - name: sonarqube {{- if .Values.persistence.enabled }} persistentVolumeClaim: diff --git a/stable/sonarqube/values.yaml b/stable/sonarqube/values.yaml index e4e38699ede3..b3df4ebd24f1 100644 --- a/stable/sonarqube/values.yaml +++ b/stable/sonarqube/values.yaml @@ -25,11 +25,11 @@ ingress: # - chart-example.local readinessProbe: - initialDelaySeconds: 120 + initialDelaySeconds: 60 periodSeconds: 30 failureThreshold: 6 livenessProbe: - initialDelaySeconds: 120 + initialDelaySeconds: 60 periodSeconds: 30 # Set extra env variables. Like proxy settings.