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.6.0  | 8.7.1  |
| docker     | docker.io/grafana/grafana                             | 10.4.0 | 10.4.1 |
| helm       | grafana                                               | 7.3.6  | 7.3.7  |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/grafana | 10.4.0 | 10.4.1 |
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 8b09f22 commit 4deb712
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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/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: 10.4.0
tag: 10.4.1

initChownData:
image:
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -19,4 +19,4 @@ initChownData:
downloadDashboardsImage:
registry: docker.io
repository: curlimages/curl
tag: 8.6.0
tag: 8.7.1
6 changes: 3 additions & 3 deletions src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- docker.io/grafana/grafana:10.4.0
- docker.io/curlimages/curl:8.6.0
- docker.io/grafana/grafana:10.4.1
- docker.io/curlimages/curl:8.7.1
- docker.io/library/busybox:1.36.1
- ghcr.io/kiwigrid/k8s-sidecar:1.26.1

Expand All @@ -37,6 +37,6 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/grafana:10.4.0
- registry1.dso.mil/ironbank/opensource/grafana/grafana:10.4.1
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.26.1

0 comments on commit 4deb712

Please sign in to comment.