Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #245 from tigran-a/master
Browse files Browse the repository at this point in the history
Persist plugins on a pod restart
  • Loading branch information
rjkernick authored Jan 27, 2021
2 parents 35d16b3 + 601b04b commit be2d446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.2.6
version: 9.2.7
appVersion: 8.5.1-community
keywords:
- coverage
Expand Down
6 changes: 2 additions & 4 deletions charts/sonarqube/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,9 @@ spec:
- mountPath: {{ .Values.sonarqubeFolder }}/data
name: sonarqube
subPath: data
{{- if .Values.plugins.install }}
- mountPath: {{ .Values.sonarqubeFolder }}/extensions/downloads
- mountPath: {{ .Values.sonarqubeFolder }}/extensions
name: sonarqube
subPath: extensions/downloads
{{- end }}
subPath: extensions
{{- if .Values.plugins.lib }}
{{- range $index, $val := .Values.plugins.lib }}
- mountPath: {{ $.Values.sonarqubeFolder }}/lib/common/{{ $val }}
Expand Down

0 comments on commit be2d446

Please sign in to comment.