From 054b18ddbfc4fa5923dfc4b1f13073be5414fd09 Mon Sep 17 00:00:00 2001 From: zanhsieh Date: Thu, 5 Sep 2019 01:06:59 +0800 Subject: [PATCH] Update README.md (#16828) Signed-off-by: zanhsieh --- stable/grafana/Chart.yaml | 2 +- stable/grafana/README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 | `{}` |