Skip to content

Commit

Permalink
chore(deps): update grafana curl image to v8.10.0 (#751)
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/curl-fips](https://images.chainguard.dev/directory/image/curl-fips/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/curl-fips))
| minor | `8.9.1` -> `8.10.0` |
|
[docker.io/curlimages/curl](https://redirect.github.com/curl/curl-container)
| minor | `8.9.1` -> `8.10.0` |

---

### Release Notes

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

###
[`v8.10.0`](https://redirect.github.com/curl/curl-container/blob/HEAD/CHANGELOG.md#8100---2024-09-11)

[Compare
Source](https://redirect.github.com/curl/curl-container/compare/8.9.1...8.10.0)

##### Changed

-   bump to curl 8.10.0
-   bump to alpine:3.20.3

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
renovate[bot] and mjnagel authored Sep 11, 2024
1 parent e61da27 commit 0cdb020
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/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ initChownData:
downloadDashboardsImage:
registry: cgr.dev
repository: du-uds-defenseunicorns/curl-fips
tag: 8.9.1
tag: 8.10.0

sidecar:
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 @@ -19,4 +19,4 @@ initChownData:
downloadDashboardsImage:
registry: docker.io
repository: curlimages/curl
tag: 8.9.1
tag: 8.10.0
4 changes: 2 additions & 2 deletions src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ components:
- values/upstream-values.yaml
images:
- docker.io/grafana/grafana:11.2.0
- docker.io/curlimages/curl:8.9.1
- docker.io/curlimages/curl:8.10.0
- docker.io/library/busybox:1.36.1
- ghcr.io/kiwigrid/k8s-sidecar:1.27.6

Expand Down Expand Up @@ -54,5 +54,5 @@ components:
images:
- cgr.dev/du-uds-defenseunicorns/grafana-fips:11.2.0
- cgr.dev/du-uds-defenseunicorns/busybox-fips:1.36.1
- cgr.dev/du-uds-defenseunicorns/curl-fips:8.9.1
- cgr.dev/du-uds-defenseunicorns/curl-fips:8.10.0
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips:1.27.6

0 comments on commit 0cdb020

Please sign in to comment.