[stable/grafana] Fix typo in grafana chart README (#19016)

* Fix typo in grafana chart README

Signed-off-by: John Jeffers <john.jeffers@cloudability.com>

* Update Chart.yaml

Signed-off-by: John Jeffers <john.jeffers@cloudability.com>

* bump chart version

Signed-off-by: John Jeffers <john.jeffers@cloudability.com>
This commit is contained in:
John Jeffers
2019-12-07 05:07:08 -08:00
committed by Kubernetes Prow Robot
parent c8410aaa83
commit 254bb630c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 4.1.1
version: 4.1.2
appVersion: 6.5.0
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
+1 -1
View File
@@ -101,7 +101,7 @@ This version requires Helm >= 2.12.0.
| `dashboards` | Dashboards to import | `{}` |
| `dashboardsConfigMaps` | ConfigMaps reference that contains dashboards | `{}` |
| `grafana.ini` | Grafana's primary configuration | `{}` |
| `ldap_enabled` | Enable LDAP authentication | `false` |
| `ldap.enabled` | Enable LDAP authentication | `false` |
| `ldap.existingSecret` | The name of an existing secret containing the `ldap.toml` file, this must have the key `ldap-toml`. | `""` |
| `ldap.config ` | Grafana's LDAP configuration | `""` |
| `annotations` | Deployment annotations | `{}` |