Skip to content

Commit

Permalink
Merge pull request #333 from eformat/fix/sonarqube-9.9.1-plugins
Browse files Browse the repository at this point in the history
🐿️ fix sonarqube plugin start script 🐿️
  • Loading branch information
eformat committed May 9, 2023
2 parents 33d32b0 + 04372de commit 0b581aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: v2
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 0.1.2
version: 0.1.3
appVersion: "9.9.1-community"
home: https://github.com/redhat-cop/helm-charts
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/templates/sonar-cm-copy-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ data:
cp -f {{ $.Values.sonarqubeFolder }}/extensions/plugins/{{ $val }} {{ $.Values.sonarqubeFolder }}/lib/common/
{{- end }}
{{- end }}
{{ .Values.sonarqubeFolder }}/bin/run.sh
{{ .Values.sonarqubeFolder }}/docker/entrypoint.sh

0 comments on commit 0b581aa

Please sign in to comment.