[stable/grafana] Fix typo (#22380)

* Fix typo

Signed-off-by: Alberto del Barrio <adelbarrio@mozilla.com>

* Bump chart version

Signed-off-by: Alberto del Barrio <adelbarrio@mozilla.com>
This commit is contained in:
Alberto del Barrio
2020-05-15 15:47:37 -07:00
committed by GitHub
parent cf1798aaf1
commit e7decfd550
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 5.0.24
version: 5.0.25
appVersion: 6.7.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
+1 -1
View File
@@ -65,7 +65,7 @@ You have to add --force to your helm upgrade command as the labels of the chart
| `service.clusterIP` | internal cluster service IP | `nil` |
| `service.loadBalancerIP` | IP address to assign to load balancer (if supported) | `nil` |
| `service.loadBalancerSourceRanges` | list of IP CIDRs allowed access to lb (if supported) | `[]` |
| `serivce.externalIPs` | service external IP addresses | `[]` |
| `service.externalIPs` | service external IP addresses | `[]` |
| `extraExposePorts` | Additional service ports for sidecar containers| `[]` |
| `ingress.enabled` | Enables Ingress | `false` |
| `ingress.annotations` | Ingress annotations (values are templated) | `{}` |