Skip to content

Commit

Permalink
chore(deps): update memcached docker tag to v1.6.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 34ff573 commit aa2f4f1
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 @@ -3009,7 +3009,7 @@ memcached:
# -- Memcached Docker image repository
repository: memcached
# -- Memcached Docker image tag
tag: 1.6.23-alpine
tag: 1.6.32-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.17-alpine
image: memcached:1.6.32-alpine

jaeger:
logging:
Expand Down

0 comments on commit aa2f4f1

Please sign in to comment.