Skip to content

Commit

Permalink
upgrade grafana (helm#10017)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored and k8s-ci-robot committed Dec 14, 2018
1 parent f570203 commit d57b8a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: grafana
version: 1.21.0
appVersion: 5.4.1
version: 1.21.1
appVersion: 5.4.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.net
Expand Down
2 changes: 1 addition & 1 deletion stable/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The command removes all the Kubernetes components associated with the chart and
| `securityContext` | Deployment securityContext | `{"runAsUser": 472, "fsGroup": 472}` |
| `priorityClassName` | Name of Priority Class to assign pods | `nil` |
| `image.repository` | Image repository | `grafana/grafana` |
| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `5.4.1` |
| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `5.4.2` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `service.type` | Kubernetes service type | `ClusterIP` |
| `service.port` | Kubernetes port where service is exposed | `80` |
Expand Down
2 changes: 1 addition & 1 deletion stable/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ livenessProbe:

image:
repository: grafana/grafana
tag: 5.4.1
tag: 5.4.2
pullPolicy: IfNotPresent

## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit d57b8a9

Please sign in to comment.