Skip to content

Commit

Permalink
chore(deps): update memcached docker tag to v1.6.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 3a1f280 commit 9194f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3092,7 +3092,7 @@ memcached:
# -- Memcached Docker image repository
repository: memcached
# -- Memcached Docker image tag
tag: 1.6.34-alpine
tag: 1.6.35-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.34-alpine
image: memcached:1.6.35-alpine

jaeger:
logging:
Expand Down

0 comments on commit 9194f0b

Please sign in to comment.