Skip to content

Commit

Permalink
chore(deps): update grafana helm chart (#998)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://redirect.github.com/grafana/helm-charts)) | minor |
`8.5.12` -> `8.6.0` |
|
[registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal](https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56)
([source](https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal)) |
minor | `9.4` -> `9.5` |

---

### Release Notes

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

###
[`v8.6.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-8.6.0)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-8.5.12...grafana-8.6.0)

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

#### What's Changed

- \[grafana] Implement Gateway API by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/grafana/helm-charts/pull/3400](https://redirect.github.com/grafana/helm-charts/pull/3400)

**Full Changelog**:
grafana/helm-charts@tempo-vulture-0.7.0...grafana-8.6.0

</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://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS4xOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent eba189e commit 25d4c29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/grafana/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ components:
localPath: ../chart
- name: grafana
url: https://grafana.github.io/helm-charts/
version: 8.5.12
version: 8.6.0
namespace: grafana
valuesFiles:
- ../values/values.yaml
Expand Down
4 changes: 2 additions & 2 deletions src/grafana/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ initChownData:
image:
registry: registry1.dso.mil
repository: ironbank/redhat/ubi/ubi9-minimal
tag: 9.4
tag: 9.5

downloadDashboardsImage:
registry: registry1.dso.mil
repository: ironbank/redhat/ubi/ubi9-minimal
tag: 9.4
tag: 9.5

sidecar:
image:
Expand Down
2 changes: 1 addition & 1 deletion src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ components:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/grafana:11.3.0
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.28.0

- name: grafana
Expand Down

0 comments on commit 25d4c29

Please sign in to comment.