Skip to content

Commit

Permalink
[grafana]: Update downloadDashboards image to latest curl release
Browse files Browse the repository at this point in the history
This reduces the CVE count to 0

Signed-off-by: Marco Franssen <[email protected]>
  • Loading branch information
marcofranssen committed Jan 21, 2025
1 parent be5bfb9 commit 22e8d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ need to instead set `global.imageRegistry`.
| `downloadDashboards.resources` | Resources of `download-dashboards` container | `{}` |
| `downloadDashboardsImage.registry` | Curl docker image registry | `docker.io` |
| `downloadDashboardsImage.repository` | Curl docker image repository | `curlimages/curl` |
| `downloadDashboardsImage.tag` | Curl docker image tag | `7.73.0` |
| `downloadDashboardsImage.tag` | Curl docker image tag | `8.9.1` |
| `downloadDashboardsImage.sha` | Curl docker image sha (optional) | `""` |
| `downloadDashboardsImage.pullPolicy` | Curl docker image pull policy | `IfNotPresent` |
| `namespaceOverride` | Override the deployment namespace | `""` (`Release.Namespace`) |
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ downloadDashboardsImage:
# -- The Docker registry
registry: docker.io
repository: curlimages/curl
tag: 7.85.0
tag: 8.9.1
sha: ""
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 22e8d2c

Please sign in to comment.