mirror of
https://github.com/helm/charts.git
synced 2026-08-20 21:08:12 +00:00
[stable/sonarqube] Use #!/bin/bash in ./templates/copy-plugins.yaml instead of #!/bin/sh (#13484)
* Modify Ingress template to be easier to --set Signed-off-by: Scott Collier <collierthescott@gmail.com> * Update README Signed-off-by: Scott Collier <collierthescott@gmail.com> * Updated TLS to match new Ingress format Signed-off-by: Scott Collier <collierthescott@gmail.com> * Fix trailing spaces Signed-off-by: Scott Collier <collierthescott@gmail.com> * Additional readme info Signed-off-by: Scott Collier <collierthescott@gmail.com> * Modified ingress template to allow path configuration. Bumped major version to reflect incompatible API change. Signed-off-by: Scott Collier <collierthescott@gmail.com> * Increment Chart patch version Signed-off-by: Scott Collier <collierthescott@gmail.com> * Just use /bin/bash instead of /usr/bin/env bash Signed-off-by: Scott Collier <collierthescott@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
652cf09c38
commit
f617d6ac35
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: sonarqube
|
||||
description: Sonarqube is an open sourced code quality scanning tool
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
appVersion: 7.7
|
||||
keywords:
|
||||
- coverage
|
||||
|
||||
@@ -9,7 +9,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
data:
|
||||
copy_plugins.sh: |-
|
||||
#! /bin/sh
|
||||
#!/bin/bash
|
||||
{{- if .Values.plugins.deleteDefaultPlugins }}
|
||||
rm -f /opt/sonarqube/extensions/plugins/*.jar
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user