diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index 2e43610051..a6583599e5 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.2.0 +version: 2.3.0 appVersion: 7.9 keywords: - coverage diff --git a/stable/sonarqube/README.md b/stable/sonarqube/README.md index 053c50a03a..3843440b71 100644 --- a/stable/sonarqube/README.md +++ b/stable/sonarqube/README.md @@ -94,7 +94,8 @@ The following table lists the configurable parameters of the Sonarqube chart and | `tolerations` | List of node taints to tolerate | `[]` | | `plugins.install` | List of plugins to install | `[]` | | `plugins.resources` | Plugin Pod resource requests & limits | `{}` | -| `plugins.initContainerImage` | Change init container image | `[]` | +| `plugins.initContainerImage` | Change init container image | `joosthofman/wget:1.0` | +| `plugins.initSysctlContainerImage` | Change init sysctl container image | `busybox:1.31` | | `plugins.deleteDefaultPlugins` | Remove default plugins and use plugins.install list | `[]` | | `podLabels` | Map of labels to add to the pods | `{}` | diff --git a/stable/sonarqube/templates/deployment.yaml b/stable/sonarqube/templates/deployment.yaml index def5aa0932..2141fbabe2 100644 --- a/stable/sonarqube/templates/deployment.yaml +++ b/stable/sonarqube/templates/deployment.yaml @@ -32,7 +32,7 @@ spec: {{ toYaml .Values.securityContext | indent 8 }} initContainers: - name: init-sysctl - image: busybox:1.31 + image: {{ default "busybox:1.31" .Values.plugins.initSysctlContainerImage }} command: - sysctl - -w