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/grafana/grafana | 10.4.0 | 10.4.1 |
| helm       | grafana                   | 7.3.6  | 7.3.7  |
  • Loading branch information
renovate[bot] committed Mar 21, 2024
1 parent f9b905c commit 2c20b64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/grafana/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:
localPath: ../chart
- name: grafana
url: https://grafana.github.io/helm-charts/
version: 7.3.6
version: 7.3.7
namespace: grafana
valuesFiles:
- ../values/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/grafana/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidecar:
image:
registry: docker.io
repository: grafana/grafana
tag: 10.4.0
tag: 10.4.1

initChownData:
image:
Expand Down
2 changes: 1 addition & 1 deletion src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- docker.io/grafana/grafana:10.4.0
- docker.io/grafana/grafana:10.4.1
- docker.io/curlimages/curl:8.6.0
- docker.io/library/busybox:1.36.1
- ghcr.io/kiwigrid/k8s-sidecar:1.26.1
Expand Down

0 comments on commit 2c20b64

Please sign in to comment.