Skip to content

Commit

Permalink
chore(deps): update loki memcached images to v1.6.31 (#752)
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/memcached](https://images.chainguard.dev/directory/image/memcached/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/memcached))
| patch | `1.6.27` -> `1.6.31` |
| docker.io/memcached | patch | `1.6.27-alpine` -> `1.6.31-alpine` |
|
[registry1.dso.mil/ironbank/opensource/memcached/memcached](https://memcached.org/)
([source](https://repo1.dso.mil/dsop/opensource/memcached/memcached)) |
patch | `1.6.27` -> `1.6.31` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

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 0cdb020 commit f94daf1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/loki/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ gateway:
memcached:
image:
repository: registry1.dso.mil/ironbank/opensource/memcached/memcached
tag: 1.6.27
tag: 1.6.31
2 changes: 1 addition & 1 deletion src/loki/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ gateway:
memcached:
image:
repository: cgr.dev/du-uds-defenseunicorns/memcached
tag: 1.6.27
tag: 1.6.31
2 changes: 1 addition & 1 deletion src/loki/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ memcached:
image:
registry: docker.io
repository: memcached
tag: 1.6.27-alpine
tag: 1.6.31-alpine
6 changes: 3 additions & 3 deletions src/loki/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
images:
- docker.io/grafana/loki:3.1.1
- docker.io/nginxinc/nginx-unprivileged:1.27-alpine
- docker.io/memcached:1.6.27-alpine
- docker.io/memcached:1.6.31-alpine

- name: loki
required: true
Expand All @@ -34,7 +34,7 @@ components:
images:
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.1.1
- registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine:1.26.2
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.27
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.31

- name: loki
required: true
Expand All @@ -50,4 +50,4 @@ components:
images:
- cgr.dev/du-uds-defenseunicorns/loki:3.1.1
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.1
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.27
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.31

0 comments on commit f94daf1

Please sign in to comment.