Skip to content

Commit

Permalink
chore(deps): update grafana
Browse files Browse the repository at this point in the history
| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | docker.io/curlimages/curl    | 8.5.0  | 8.6.0  |
| docker     | ghcr.io/kiwigrid/k8s-sidecar | 1.25.3 | 1.25.4 |
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent bfab11e commit e03ebe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/grafana/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidecar:
# -- The Docker registry
registry: ghcr.io
repository: kiwigrid/k8s-sidecar
tag: 1.25.3
tag: 1.25.4

image:
registry: docker.io
Expand All @@ -19,4 +19,4 @@ initChownData:
downloadDashboardsImage:
registry: docker.io
repository: curlimages/curl
tag: 8.5.0
tag: 8.6.0
4 changes: 2 additions & 2 deletions src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ components:
- values/upstream-values.yaml
images:
- docker.io/grafana/grafana:10.3.1
- docker.io/curlimages/curl:8.5.0
- docker.io/curlimages/curl:8.6.0
- docker.io/library/busybox:1.36.1
- ghcr.io/kiwigrid/k8s-sidecar:1.25.3
- ghcr.io/kiwigrid/k8s-sidecar:1.25.4

- name: grafana
required: true
Expand Down

0 comments on commit e03ebe9

Please sign in to comment.