Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b780800

Browse files
authoredJan 22, 2025··
Merge branch 'main' into update-helm-docs
2 parents 429fbaa + 6eecb00 commit b780800

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎charts/grafana/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana
3-
version: 8.8.4
3+
version: 8.8.5
44
appVersion: 11.4.0
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.

‎charts/grafana/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ need to instead set `global.imageRegistry`.
255255
| `downloadDashboards.resources` | Resources of `download-dashboards` container | `{}` |
256256
| `downloadDashboardsImage.registry` | Curl docker image registry | `docker.io` |
257257
| `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` |
259259
| `downloadDashboardsImage.sha` | Curl docker image sha (optional) | `""` |
260260
| `downloadDashboardsImage.pullPolicy` | Curl docker image pull policy | `IfNotPresent` |
261261
| `namespaceOverride` | Override the deployment namespace | `""` (`Release.Namespace`) |

‎charts/grafana/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ downloadDashboardsImage:
186186
# -- The Docker registry
187187
registry: docker.io
188188
repository: curlimages/curl
189-
tag: 7.85.0
189+
tag: 8.9.1
190190
sha: ""
191191
pullPolicy: IfNotPresent
192192

0 commit comments

Comments
 (0)
Please sign in to comment.