Skip to content

Commit

Permalink
chore(deps): update grafana to v1.29.0
Browse files Browse the repository at this point in the history
| datasource | package                                         | from   | to     |
| ---------- | ----------------------------------------------- | ------ | ------ |
| docker     | ghcr.io/kiwigrid/k8s-sidecar                    | 1.28.4 | 1.29.0 |
| docker     | registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar | 1.28.4 | 1.29.0 |
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 0f9552a commit 5691c52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/grafana/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ sidecar:
image:
registry: registry1.dso.mil
repository: ironbank/kiwigrid/k8s-sidecar
tag: 1.28.4
tag: 1.29.0
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.4
tag: 1.29.0

image:
registry: docker.io
Expand Down
4 changes: 2 additions & 2 deletions 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.4
- ghcr.io/kiwigrid/k8s-sidecar:1.29.0

- name: grafana
required: true
Expand All @@ -45,7 +45,7 @@ components:
images:
- registry1.dso.mil/ironbank/opensource/grafana/grafana:11.4.0
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.28.4
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.29.0

- name: grafana
required: true
Expand Down

0 comments on commit 5691c52

Please sign in to comment.