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                             | 11.1.3 | 11.1.4 |
| helm       | grafana                                               | 8.4.4  | 8.4.7  |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/grafana | 11.1.3 | 11.1.4 |
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent a7435bf commit e786ca5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 8.4.4
version: 8.4.7
namespace: grafana
valuesFiles:
- ../values/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/grafana/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/grafana
tag: 11.1.3
tag: 11.1.4

initChownData:
image:
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: 11.1.3
tag: 11.1.4

initChownData:
image:
Expand Down
4 changes: 2 additions & 2 deletions 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:11.1.3
- docker.io/grafana/grafana:11.1.4
- docker.io/curlimages/curl:8.9.1
- docker.io/library/busybox:1.36.1
- ghcr.io/kiwigrid/k8s-sidecar:1.27.5
Expand All @@ -37,7 +37,7 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/grafana:11.1.3
- registry1.dso.mil/ironbank/opensource/grafana/grafana:11.1.4
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.27.5

Expand Down

0 comments on commit e786ca5

Please sign in to comment.