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     | ghcr.io/kiwigrid/k8s-sidecar | 1.28.1 | 1.28.3 |
| helm       | grafana                      | 8.7.0  | 8.8.2  |
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent d701067 commit df154de
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 @@ -19,7 +19,7 @@ components:
- ../chart/values.yaml
- name: grafana
url: https://grafana.github.io/helm-charts/
version: 8.7.0
version: 8.8.2
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 @@ -6,7 +6,7 @@ sidecar:
# -- The Docker registry
registry: ghcr.io
repository: kiwigrid/k8s-sidecar
tag: 1.28.1
tag: 1.28.3

image:
registry: docker.io
Expand Down
2 changes: 1 addition & 1 deletion src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ components:
- docker.io/grafana/grafana:11.4.0
- docker.io/curlimages/curl:8.11.1
- docker.io/library/busybox:1.37.0
- ghcr.io/kiwigrid/k8s-sidecar:1.28.1
- ghcr.io/kiwigrid/k8s-sidecar:1.28.3

- name: grafana
required: true
Expand Down

0 comments on commit df154de

Please sign in to comment.