Skip to content

Commit a40e5a0

Browse files
chore(deps): update memcached docker tag to v1.6.38 (main) (#16853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paul Rogers <[email protected]>
1 parent 0e69c5b commit a40e5a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/sources/setup/install/helm/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6836,7 +6836,7 @@ false
68366836
<td>string</td>
68376837
<td>Memcached Docker image tag</td>
68386838
<td><pre lang="json">
6839-
"1.6.37-alpine"
6839+
"1.6.38-alpine"
68406840
</pre>
68416841
</td>
68426842
</tr>

production/helm/loki/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3175,7 +3175,7 @@ memcached:
31753175
# -- Memcached Docker image repository
31763176
repository: memcached
31773177
# -- Memcached Docker image tag
3178-
tag: 1.6.37-alpine
3178+
tag: 1.6.38-alpine
31793179
# -- Memcached Docker image pull policy
31803180
pullPolicy: IfNotPresent
31813181
# -- The SecurityContext override for memcached pods

tools/dev/loki-tsdb-storage-s3/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
memcached:
3030
logging:
3131
<<: *logging
32-
image: memcached:1.6.37-alpine
32+
image: memcached:1.6.38-alpine
3333

3434
jaeger:
3535
logging:

0 commit comments

Comments
 (0)