Skip to content

Commit

Permalink
chore(deps): update grafana (#339)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/grafana/grafana | patch | `10.4.1` -> `10.4.2` |
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | patch | `7.3.7`
-> `7.3.8` |
|
[registry1.dso.mil/ironbank/opensource/grafana/grafana](https://togithub.com/grafana/grafana)
([source](https://repo1.dso.mil/dsop/opensource/grafana/grafana)) |
patch | `10.4.1` -> `10.4.2` |

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v7.3.8`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.8)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.7...grafana-7.3.8)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update to version 10.4.1 by
[@&#8203;terop](https://togithub.com/terop) in
[grafana/helm-charts#3039

**Full Changelog**:
grafana/helm-charts@rollout-operator-0.15.0...grafana-7.3.8

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 143eca3 commit 52e6c1b
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: 7.3.7
version: 7.3.8
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.1
tag: 10.4.2

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: 10.4.1
tag: 10.4.2

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:10.4.1
- docker.io/grafana/grafana:10.4.2
- 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.1
- registry1.dso.mil/ironbank/opensource/grafana/grafana:10.4.2
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.26.1

0 comments on commit 52e6c1b

Please sign in to comment.