[stable/grafana] Update to latest grafana (7.0.1->7.0.3) and latest sidecar (0.1.99->0.1.151) (#22673)

Signed-off-by: Asher Foa <asher@asherfoa.com>
This commit is contained in:
Asher Foa
2020-06-04 17:01:45 -07:00
committed by GitHub
parent 61a359813a
commit d6bf244a1b
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: grafana
version: 5.1.2
appVersion: 7.0.1
version: 5.1.4
appVersion: 7.0.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.net
+2 -2
View File
@@ -52,7 +52,7 @@ You have to add --force to your helm upgrade command as the labels of the chart
| `securityContext` | Deployment securityContext | `{"runAsUser": 472, "runAsGroup": 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`) | `7.0.1` |
| `image.tag` | Image tag (`Must be >= 5.0.0`) | `7.0.3` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `{}` |
| `service.type` | Kubernetes service type | `ClusterIP` |
@@ -120,7 +120,7 @@ You have to add --force to your helm upgrade command as the labels of the chart
| `podAnnotations` | Pod annotations | `{}` |
| `podLabels` | Pod labels | `{}` |
| `podPortName` | Name of the grafana port on the pod | `grafana` |
| `sidecar.image` | Sidecar image | `kiwigrid/k8s-sidecar:0.1.99` |
| `sidecar.image` | Sidecar image | `kiwigrid/k8s-sidecar:0.1.151` |
| `sidecar.imagePullPolicy` | Sidecar image pull policy | `IfNotPresent` |
| `sidecar.resources` | Sidecar resources | `{}` |
| `sidecar.dashboards.enabled` | Enables the cluster wide search for dashboards and adds/updates/deletes them in grafana | `false` |
+2 -2
View File
@@ -50,7 +50,7 @@ livenessProbe:
image:
repository: grafana/grafana
tag: 7.0.1
tag: 7.0.3
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -464,7 +464,7 @@ smtp:
## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards
sidecar:
image: kiwigrid/k8s-sidecar:0.1.99
image: kiwigrid/k8s-sidecar:0.1.151
imagePullPolicy: IfNotPresent
resources: {}
# limits: