diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 7b6ba1a264..7acc01796b 100644 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: grafana -version: 3.8.7 +version: 3.8.8 appVersion: 6.3.4 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 d414d83cb8..5a0963c860 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -51,8 +51,7 @@ The command removes all the Kubernetes components associated with the chart and | `ingress.labels` | Custom labels | `{}` | | `ingress.path` | Ingress accepted path | `/` | | `ingress.hosts` | Ingress accepted hostnames | `[]` | -| `ingress.extraPaths` | Ingress extra paths to prepend to every host configuration. Useful when configuring [custom actions with AWS ALB Ingress Controller](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/#actions). | `[]` -| +| `ingress.extraPaths` | Ingress extra paths to prepend to every host configuration. Useful when configuring [custom actions with AWS ALB Ingress Controller](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/#actions). | `[]` | | `ingress.tls` | Ingress TLS configuration | `[]` | | `resources` | CPU/Memory resource requests/limits | `{}` | | `nodeSelector` | Node labels for pod assignment | `{}` |