[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:
Scott Collier
2019-05-17 06:02:07 -07:00
committed by Kubernetes Prow Robot
parent 652cf09c38
commit f617d6ac35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 }}