Skip to content

Commit

Permalink
chore(deps): update grafana (#257)
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/curlimages/curl](https://togithub.com/curl/curl-container)
| minor | `8.6.0` -> `8.7.1` |
| docker.io/grafana/grafana | patch | `10.4.0` -> `10.4.1` |
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | patch | `7.3.6`
-> `7.3.7` |
|
[registry1.dso.mil/ironbank/opensource/grafana/grafana](https://togithub.com/grafana/grafana)
([source](https://repo1.dso.mil/dsop/opensource/grafana/grafana)) |
patch | `10.4.0` -> `10.4.1` |

---

### Release Notes

<details>
<summary>curl/curl-container (docker.io/curlimages/curl)</summary>

###
[`v8.7.1`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#871---2024-03-27)

[Compare
Source](https://togithub.com/curl/curl-container/compare/8.6.0...8.7.1)

##### Changed

-   bump to curl 8.7.1

</details>

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

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

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

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

#### What's Changed

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

**Full Changelog**:
grafana/helm-charts@k8s-monitoring-0.11.2...grafana-7.3.7

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent 744b79b commit c98e566
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 c98e566

Please sign in to comment.