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                             | 7.85.0 | 8.5.0  |
| docker     | docker.io/grafana/grafana                             | 10.1.5 | 10.3.1 |
| docker     | docker.io/library/busybox                             | 1.31.1 | 1.36.1 |
| docker     | ghcr.io/kiwigrid/k8s-sidecar                          | 1.25.2 | 1.25.3 |
| helm       | grafana                                               | 7.0.6  | 7.2.4  |
| docker     | registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar       | 1.25.2 | 1.25.3 |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/grafana | 10.2.2 | 10.2.3 |
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 5d54cd1 commit acf99dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.0.6
version: 7.2.4
namespace: grafana
valuesFiles:
- ../values/values.yaml
4 changes: 2 additions & 2 deletions 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.2.2
tag: 10.2.3

initChownData:
image:
Expand All @@ -18,4 +18,4 @@ sidecar:
image:
registry: registry1.dso.mil
repository: ironbank/kiwigrid/k8s-sidecar
tag: 1.25.2
tag: 1.25.3
8 changes: 4 additions & 4 deletions src/grafana/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ sidecar:
# -- The Docker registry
registry: ghcr.io
repository: kiwigrid/k8s-sidecar
tag: 1.25.2
tag: 1.25.3

image:
registry: docker.io
repository: grafana/grafana
tag: 10.1.5
tag: 10.3.1

initChownData:
image:
registry: docker.io
repository: library/busybox
tag: 1.31.1
tag: 1.36.1

downloadDashboardsImage:
registry: docker.io
repository: curlimages/curl
tag: 7.85.0
tag: 8.5.0
12 changes: 6 additions & 6 deletions src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- docker.io/grafana/grafana:10.1.5
- docker.io/curlimages/curl:7.85.0
- docker.io/library/busybox:1.31.1
- ghcr.io/kiwigrid/k8s-sidecar:1.25.2
- docker.io/grafana/grafana:10.3.1
- docker.io/curlimages/curl:8.5.0
- docker.io/library/busybox:1.36.1
- ghcr.io/kiwigrid/k8s-sidecar:1.25.3

- name: grafana
required: true
Expand All @@ -32,6 +32,6 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/grafana:10.2.2
- registry1.dso.mil/ironbank/opensource/grafana/grafana:10.2.3
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.25.2
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.25.3

0 comments on commit acf99dc

Please sign in to comment.