Skip to content

Commit

Permalink
chore(deps): update grafana to v1.29.0 (#1167)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips](https://images.chainguard.dev/directory/image/k8s-sidecar-fips/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/k8s-sidecar-fips))
| minor | `1.28.4` -> `1.29.0` |
|
[ghcr.io/kiwigrid/k8s-sidecar](https://redirect.github.com/kiwigrid/k8s-sidecar)
| minor | `1.28.4` -> `1.29.0` |
|
[registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar](https://redirect.github.com/kiwigrid/k8s-sidecar)
([source](https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar)) | minor |
`1.28.4` -> `1.29.0` |

---

### Release Notes

<details>
<summary>kiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)</summary>

###
[`v1.29.0`](https://redirect.github.com/kiwigrid/k8s-sidecar/releases/tag/1.29.0)

[Compare
Source](https://redirect.github.com/kiwigrid/k8s-sidecar/compare/1.28.4...1.29.0)

##### 🚀 Features

-   feat: add ability to fetch only specific resources by name
- PR:
[#&#8203;383](https://redirect.github.com/kiwigrid/k8s-sidecar/issues/383)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Noah <40781376+noahpb@users.noreply.github.com>
  • Loading branch information
2 people authored and mjnagel committed Jan 14, 2025
1 parent 99d5f3a commit 5832d75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ sidecar:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/k8s-sidecar-fips
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
6 changes: 3 additions & 3 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 All @@ -61,4 +61,4 @@ components:
- cgr.dev/du-uds-defenseunicorns/grafana-fips:11.4.0
- cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37.0
- cgr.dev/du-uds-defenseunicorns/curl-fips:8.11.1
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips:1.28.4
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips:1.29.0

0 comments on commit 5832d75

Please sign in to comment.