Skip to content

Commit

Permalink
chore(deps): update memcached docker tag to v1.6.37 (main) (#16410)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Rogers <paul.rogers@grafana.com>
  • Loading branch information
renovate[bot] and paul1r authored Feb 25, 2025
1 parent f6fcc11 commit c85e490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6826,7 +6826,7 @@ false
<td>string</td>
<td>Memcached Docker image tag</td>
<td><pre lang="json">
"1.6.36-alpine"
"1.6.37-alpine"
</pre>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3173,7 +3173,7 @@ memcached:
# -- Memcached Docker image repository
repository: memcached
# -- Memcached Docker image tag
tag: 1.6.36-alpine
tag: 1.6.37-alpine
# -- Memcached Docker image pull policy
pullPolicy: IfNotPresent
# -- The SecurityContext override for memcached pods
Expand Down
2 changes: 1 addition & 1 deletion tools/dev/loki-tsdb-storage-s3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
memcached:
logging:
<<: *logging
image: memcached:1.6.36-alpine
image: memcached:1.6.37-alpine

jaeger:
logging:
Expand Down

0 comments on commit c85e490

Please sign in to comment.