Skip to content

Commit

Permalink
Update Jsonnet
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 committed Nov 11, 2024
1 parent 1aaca17 commit cb654b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ std.manifestYamlDoc({

memcached_exporter:: {
'memcached-exporter': {
image: 'prom/memcached-exporter:v0.14.4',
image: 'prom/memcached-exporter:v0.15.0',
command: ['--memcached.address=memcached:11211', '--web.listen-address=0.0.0.0:9150'],
},
},
Expand Down
2 changes: 1 addition & 1 deletion development/mimir-microservices-mode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"command":
- "--memcached.address=memcached:11211"
- "--web.listen-address=0.0.0.0:9150"
"image": "prom/memcached-exporter:v0.14.4"
"image": "prom/memcached-exporter:v0.15.0"
"minio":
"command":
- "server"
Expand Down
2 changes: 1 addition & 1 deletion operations/mimir/images.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_images+:: {
// Various third-party images.
memcached: 'memcached:1.6.28-alpine',
memcachedExporter: 'prom/memcached-exporter:v0.14.4',
memcachedExporter: 'prom/memcached-exporter:v0.15.0',

// Our services.
mimir: 'grafana/mimir:2.14.1',
Expand Down

0 comments on commit cb654b6

Please sign in to comment.