diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 5c74de2284..b5c04fd439 100644 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -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. diff --git a/stable/grafana/README.md b/stable/grafana/README.md index be6e6fb8ba..0a8053aa61 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -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 | `{}` |