[stable/grafana] Add option testFramework.imagePullPolicy (#21609)

* Version bump grafana chart

Signed-off-by: Victor Pupim <pupimvictor@gmail.com>

* Fix grafana appVersion

Signed-off-by: Victor Pupim <pupimvictor@gmail.com>
This commit is contained in:
Victor Pupim
2020-04-02 02:52:24 -07:00
committed by GitHub
parent 5f479353fd
commit f2fcadaa5a
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 5.0.10
version: 5.0.11
appVersion: 6.7.1
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
+1
View File
@@ -159,6 +159,7 @@ You have to add --force to your helm upgrade command as the labels of the chart
| `testFramework.enabled` | Whether to create test-related resources | `true` |
| `testFramework.image` | `test-framework` image repository. | `bats/bats` |
| `testFramework.tag` | `test-framework` image tag. | `v1.1.0` |
| `testFramework.imagePullPolicy` | `test-framework` image pull policy. | `IfNotPresent` |
| `testFramework.securityContext` | `test-framework` securityContext | `{}` |
| `downloadDashboards.env` | Environment variables to be passed to the `download-dashboards` container | `{}` |
| `downloadDashboards.resources` | Resources of `download-dashboards` container | `{}` |
+1
View File
@@ -34,6 +34,7 @@ spec:
containers:
- name: {{ .Release.Name }}-test
image: "{{ .Values.testFramework.image}}:{{ .Values.testFramework.tag }}"
imagePullPolicy: "{{ .Values.testFramework.imagePullPolicy}}"
command: ["/opt/bats/bin/bats", "-t", "/tests/run.sh"]
volumeMounts:
- mountPath: /tests
+1
View File
@@ -64,6 +64,7 @@ testFramework:
enabled: true
image: "bats/bats"
tag: "v1.1.0"
imagePullPolicy: IfNotPresent
securityContext: {}
securityContext: