File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : grafana
3
- version : 8.8.4
3
+ version : 8.8.5
4
4
appVersion : 11.4.0
5
5
kubeVersion : " ^1.8.0-0"
6
6
description : The leading tool for querying and visualizing time series and metrics.
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ need to instead set `global.imageRegistry`.
255
255
| ` downloadDashboards.resources ` | Resources of ` download-dashboards ` container | ` {} ` |
256
256
| ` downloadDashboardsImage.registry ` | Curl docker image registry | ` docker.io ` |
257
257
| ` downloadDashboardsImage.repository ` | Curl docker image repository | ` curlimages/curl ` |
258
- | ` downloadDashboardsImage.tag ` | Curl docker image tag | ` 7.73.0 ` |
258
+ | ` downloadDashboardsImage.tag ` | Curl docker image tag | ` 8.9.1 ` |
259
259
| ` downloadDashboardsImage.sha ` | Curl docker image sha (optional) | ` "" ` |
260
260
| ` downloadDashboardsImage.pullPolicy ` | Curl docker image pull policy | ` IfNotPresent ` |
261
261
| ` namespaceOverride ` | Override the deployment namespace | ` "" ` (` Release.Namespace ` ) |
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ downloadDashboardsImage:
186
186
# -- The Docker registry
187
187
registry : docker.io
188
188
repository : curlimages/curl
189
- tag : 7.85.0
189
+ tag : 8.9.1
190
190
sha : " "
191
191
pullPolicy : IfNotPresent
192
192
You can’t perform that action at this time.
0 commit comments