[stable/grafana] typo - fixes #6140 (#6182)

* fixes #6140

* bump version
This commit is contained in:
David J. M. Karlsen
2018-06-21 10:36:17 -07:00
committed by k8s-ci-robot
parent 8ec8940731
commit 636740d4a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: grafana
version: 1.11.4
version: 1.11.5
appVersion: 5.1.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
+1 -1
View File
@@ -60,7 +60,7 @@ The command removes all the Kubernetes components associated with the chart and
| `env` | Extra environment variables passed to pods | `{}` |
| `envFromSecret` | The name of a Kubenretes secret (must be manually created in the same namespace) containing values to be added to the environment | `""` |
| `extraSecretMounts` | Additional grafana server secret mounts | `[]` |
| `datasource` | Configure grafana datasources | `{}` |
| `datasources` | Configure grafana datasources | `{}` |
| `dashboardProviders` | Configure grafana dashboard providers | `{}` |
| `dashboards` | Dashboards to import | `{}` |
| `grafana.ini` | Grafana's primary configuration | `{}` |