Skip to content

Commit

Permalink
chore(deps): update memcached docker tag to v1.6.33 (#15321)
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: Trevor Whitney <[email protected]>
  • Loading branch information
renovate[bot] and trevorwhitney authored Dec 9, 2024
1 parent 4573b3f commit e5bc43b
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 @@ -6731,7 +6731,7 @@ false
<td>string</td>
<td>Memcached Docker image tag</td>
<td><pre lang="json">
"1.6.32-alpine"
"1.6.33-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 @@ -3013,7 +3013,7 @@ memcached:
# -- Memcached Docker image repository
repository: memcached
# -- Memcached Docker image tag
tag: 1.6.32-alpine
tag: 1.6.33-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.32-alpine
image: memcached:1.6.33-alpine

jaeger:
logging:
Expand Down

0 comments on commit e5bc43b

Please sign in to comment.