Skip to content

Commit

Permalink
chore(deps): update memcached docker tag to v1.6.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent ff0da88 commit d8ec776
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 @@ -3128,7 +3128,7 @@ memcached:
# -- Memcached Docker image repository
repository: memcached
# -- Memcached Docker image tag
tag: 1.6.35-alpine
tag: 1.6.36-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.35-alpine
image: memcached:1.6.36-alpine

jaeger:
logging:
Expand Down

0 comments on commit d8ec776

Please sign in to comment.