From 0440c409748a07852f769e6b54feea6220e9cdb3 Mon Sep 17 00:00:00 2001 From: George Krajcsovits Date: Fri, 8 Dec 2023 19:24:17 +0100 Subject: [PATCH] Helm/Jsonnet: update memcached-exporter to 0.14.1 (#6861) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Helm/Jsonnet: update memcached-exporter to 0.14.1 CVE-2023-39325 Signed-off-by: György Krajcsovits --- CHANGELOG.md | 1 + operations/helm/charts/mimir-distributed/CHANGELOG.md | 3 ++- operations/helm/charts/mimir-distributed/values.yaml | 2 +- .../templates/chunks-cache/chunks-cache-statefulset.yaml | 2 +- .../templates/index-cache/index-cache-statefulset.yaml | 2 +- .../metadata-cache/metadata-cache-statefulset.yaml | 2 +- .../results-cache/results-cache-statefulset.yaml | 2 +- .../graphite-aggregation-cache-statefulset.yaml | 2 +- .../graphite-metric-name-cache-statefulset.yaml | 2 +- .../templates/chunks-cache/chunks-cache-statefulset.yaml | 2 +- .../templates/index-cache/index-cache-statefulset.yaml | 2 +- .../metadata-cache/metadata-cache-statefulset.yaml | 2 +- .../results-cache/results-cache-statefulset.yaml | 2 +- .../templates/chunks-cache/chunks-cache-statefulset.yaml | 2 +- .../templates/index-cache/index-cache-statefulset.yaml | 2 +- .../metadata-cache/metadata-cache-statefulset.yaml | 2 +- .../results-cache/results-cache-statefulset.yaml | 2 +- .../templates/chunks-cache/chunks-cache-statefulset.yaml | 2 +- .../templates/index-cache/index-cache-statefulset.yaml | 2 +- .../metadata-cache/metadata-cache-statefulset.yaml | 2 +- .../results-cache/results-cache-statefulset.yaml | 2 +- .../templates/chunks-cache/chunks-cache-statefulset.yaml | 2 +- .../templates/index-cache/index-cache-statefulset.yaml | 2 +- .../metadata-cache/metadata-cache-statefulset.yaml | 2 +- .../results-cache/results-cache-statefulset.yaml | 2 +- operations/mimir-tests/test-all-components-generated.yaml | 8 ++++---- ...ponents-with-tsdb-head-early-compaction-generated.yaml | 8 ++++---- ...-all-components-without-chunk-streaming-generated.yaml | 8 ++++---- ...t-autoscaling-custom-target-utilization-generated.yaml | 8 ++++---- operations/mimir-tests/test-autoscaling-generated.yaml | 8 ++++---- operations/mimir-tests/test-consul-generated.yaml | 8 ++++---- .../mimir-tests/test-consul-multi-zone-generated.yaml | 8 ++++---- .../mimir-tests/test-consul-ruler-disabled-generated.yaml | 8 ++++---- .../mimir-tests/test-continuous-test-generated.yaml | 8 ++++---- operations/mimir-tests/test-defaults-generated.yaml | 8 ++++---- .../test-deployment-mode-migration-generated.yaml | 8 ++++---- operations/mimir-tests/test-env-vars-generated.yaml | 8 ++++---- operations/mimir-tests/test-etcd-replicas-generated.yaml | 8 ++++---- .../mimir-tests/test-extra-runtime-config-generated.yaml | 8 ++++---- operations/mimir-tests/test-helm-parity-generated.yaml | 8 ++++---- ...t-cluster-label-migration-step-0-before-generated.yaml | 8 ++++---- ...mberlist-cluster-label-migration-step-1-generated.yaml | 8 ++++---- ...mberlist-cluster-label-migration-step-2-generated.yaml | 8 ++++---- ...mberlist-cluster-label-migration-step-3-generated.yaml | 8 ++++---- ...test-memberlist-migration-step-0-before-generated.yaml | 8 ++++---- .../test-memberlist-migration-step-1-generated.yaml | 8 ++++---- .../test-memberlist-migration-step-2-generated.yaml | 8 ++++---- .../test-memberlist-migration-step-3-generated.yaml | 8 ++++---- .../test-memberlist-migration-step-4-generated.yaml | 8 ++++---- .../test-memberlist-migration-step-5-generated.yaml | 8 ++++---- .../test-memberlist-migration-step-6-final-generated.yaml | 8 ++++---- operations/mimir-tests/test-memcached-mtls-generated.yaml | 8 ++++---- operations/mimir-tests/test-multi-zone-generated.yaml | 8 ++++---- .../test-multi-zone-with-ongoing-migration-generated.yaml | 8 ++++---- ...ith-store-gateway-automated-downscaling-generated.yaml | 8 ++++---- .../test-node-selector-and-affinity-generated.yaml | 8 ++++---- .../test-query-scheduler-consul-ring-generated.yaml | 8 ++++---- ...erlist-ring-and-ruler-remote-evaluation-generated.yaml | 8 ++++---- .../test-query-scheduler-memberlist-ring-generated.yaml | 8 ++++---- ...uler-memberlist-ring-read-path-disabled-generated.yaml | 8 ++++---- operations/mimir-tests/test-query-sharding-generated.yaml | 8 ++++---- ...ead-write-deployment-mode-s3-autoscaled-generated.yaml | 8 ++++---- .../test-read-write-deployment-mode-s3-generated.yaml | 8 ++++---- .../test-ruler-remote-evaluation-generated.yaml | 8 ++++---- .../test-ruler-remote-evaluation-migration-generated.yaml | 8 ++++---- .../mimir-tests/test-shuffle-sharding-generated.yaml | 8 ++++---- ...est-shuffle-sharding-read-path-disabled-generated.yaml | 8 ++++---- operations/mimir-tests/test-storage-azure-generated.yaml | 8 ++++---- operations/mimir-tests/test-storage-gcs-generated.yaml | 8 ++++---- operations/mimir-tests/test-storage-s3-generated.yaml | 8 ++++---- .../test-without-query-scheduler-generated.yaml | 8 ++++---- operations/mimir/images.libsonnet | 2 +- 72 files changed, 211 insertions(+), 209 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3416eb3a107..3fd496251ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ * `store_gateway_zone_a_node_affinity_matchers` * `store_gateway_zone_b_node_affinity_matchers` * `store_gateway_zone_c_node_affinity_matchers` +* [BUGFIX] Update memcached-exporter to 0.14.1 due to CVE-2023-39325. #6861 ### Mimirtool diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index 3f972fdbf5a..ad312b3878f 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -35,9 +35,10 @@ Entries should include a reference to the Pull Request that introduced the chang * [CHANGE] Change the default timeout used for index-queries caches from `200ms` to `450ms`. #6786 * [ENHANCEMENT] Update the `rollout-operator` subchart to `0.10.0`. #6022 #6110 #6558 #6681 * [ENHANCEMENT] Add support for not setting replicas for distributor, querier, and query-frontend. #6373 +* [ENHANCEMENT] Make Memcached connection limit configurable. #6715 * [BUGFIX] Let the unified gatway/nginx config listen on IPv6 as well. Followup to #5948. #6204 * [BUGFIX] Quote `checksum/config` when using external config. This allows setting `externalConfigVersion` to numeric values. #6407 -* [ENHANCEMENT] Make Memcached connection limit configurable. #6715 +* [BUGFIX] Update memcached-exporter to 0.14.1 due to CVE-2023-39325. #6861 ## 5.1.3 diff --git a/operations/helm/charts/mimir-distributed/values.yaml b/operations/helm/charts/mimir-distributed/values.yaml index f0e3bcf0fb1..e3e6fdc42e2 100644 --- a/operations/helm/charts/mimir-distributed/values.yaml +++ b/operations/helm/charts/mimir-distributed/values.yaml @@ -1709,7 +1709,7 @@ memcachedExporter: image: repository: prom/memcached-exporter - tag: v0.13.0 + tag: v0.14.1 pullPolicy: IfNotPresent resources: diff --git a/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml b/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml index bd433f38981..bd72f7d3d1f 100644 --- a/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml +++ b/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml @@ -89,7 +89,7 @@ spec: name: tls-certs readOnly: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml b/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml index 3806c7e814d..e49926293f6 100644 --- a/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml +++ b/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml @@ -89,7 +89,7 @@ spec: name: tls-certs readOnly: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml b/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml index e14d9040764..bd041ac5c6f 100644 --- a/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml +++ b/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml @@ -89,7 +89,7 @@ spec: name: tls-certs readOnly: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml b/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml index a135813847e..32cfc04ae4d 100644 --- a/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml +++ b/operations/helm/tests/enterprise-https-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml @@ -89,7 +89,7 @@ spec: name: tls-certs readOnly: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/graphite-enabled-values-generated/mimir-distributed/templates/graphite-proxy/graphite-aggregation-cache/graphite-aggregation-cache-statefulset.yaml b/operations/helm/tests/graphite-enabled-values-generated/mimir-distributed/templates/graphite-proxy/graphite-aggregation-cache/graphite-aggregation-cache-statefulset.yaml index c3084aafc12..b5e49112b2f 100644 --- a/operations/helm/tests/graphite-enabled-values-generated/mimir-distributed/templates/graphite-proxy/graphite-aggregation-cache/graphite-aggregation-cache-statefulset.yaml +++ b/operations/helm/tests/graphite-enabled-values-generated/mimir-distributed/templates/graphite-proxy/graphite-aggregation-cache/graphite-aggregation-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/graphite-enabled-values-generated/mimir-distributed/templates/graphite-proxy/graphite-metric-name-cache/graphite-metric-name-cache-statefulset.yaml b/operations/helm/tests/graphite-enabled-values-generated/mimir-distributed/templates/graphite-proxy/graphite-metric-name-cache/graphite-metric-name-cache-statefulset.yaml index f4154c963d8..1901654bc17 100644 --- a/operations/helm/tests/graphite-enabled-values-generated/mimir-distributed/templates/graphite-proxy/graphite-metric-name-cache/graphite-metric-name-cache-statefulset.yaml +++ b/operations/helm/tests/graphite-enabled-values-generated/mimir-distributed/templates/graphite-proxy/graphite-metric-name-cache/graphite-metric-name-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/large-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml b/operations/helm/tests/large-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml index 9271987087b..fb24b159bf8 100644 --- a/operations/helm/tests/large-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml +++ b/operations/helm/tests/large-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/large-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml b/operations/helm/tests/large-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml index e2b21a650a4..cce72d17393 100644 --- a/operations/helm/tests/large-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml +++ b/operations/helm/tests/large-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/large-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml b/operations/helm/tests/large-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml index 6b8030b4ef6..51c741cda5b 100644 --- a/operations/helm/tests/large-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml +++ b/operations/helm/tests/large-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/large-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml b/operations/helm/tests/large-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml index 63bddfcf09a..82c61bcbee4 100644 --- a/operations/helm/tests/large-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml +++ b/operations/helm/tests/large-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/small-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml b/operations/helm/tests/small-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml index 61de9afec66..0fd1cbf7737 100644 --- a/operations/helm/tests/small-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml +++ b/operations/helm/tests/small-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/small-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml b/operations/helm/tests/small-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml index 1903184e03b..de73720ab7a 100644 --- a/operations/helm/tests/small-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml +++ b/operations/helm/tests/small-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/small-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml b/operations/helm/tests/small-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml index 2f73ba86c53..315ca9539b3 100644 --- a/operations/helm/tests/small-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml +++ b/operations/helm/tests/small-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/small-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml b/operations/helm/tests/small-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml index b7498f78e2a..224b5af1c3d 100644 --- a/operations/helm/tests/small-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml +++ b/operations/helm/tests/small-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml b/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml index 2c4834fcbc9..2b8d08d2e57 100644 --- a/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml +++ b/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml b/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml index 93c749a6e4c..2c61d6a963f 100644 --- a/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml +++ b/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml b/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml index 3da5b961200..92eedc7082a 100644 --- a/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml +++ b/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml b/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml index 09d4a47e4ee..f35b357a4de 100644 --- a/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml +++ b/operations/helm/tests/test-oss-k8s-1.25-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml b/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml index 16d924b9979..3c301e0336b 100644 --- a/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml +++ b/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/chunks-cache/chunks-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml b/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml index c8f364947f8..967db6eeea3 100644 --- a/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml +++ b/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/index-cache/index-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml b/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml index 1314d9b6be6..e3b63bca840 100644 --- a/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml +++ b/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/metadata-cache/metadata-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml b/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml index dc0f6100215..9c890c8c5b5 100644 --- a/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml +++ b/operations/helm/tests/test-oss-values-generated/mimir-distributed/templates/results-cache/results-cache-statefulset.yaml @@ -81,7 +81,7 @@ spec: - ALL readOnlyRootFilesystem: true - name: exporter - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 diff --git a/operations/mimir-tests/test-all-components-generated.yaml b/operations/mimir-tests/test-all-components-generated.yaml index a478348bb16..43e9832b2a7 100644 --- a/operations/mimir-tests/test-all-components-generated.yaml +++ b/operations/mimir-tests/test-all-components-generated.yaml @@ -1230,7 +1230,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1284,7 +1284,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1338,7 +1338,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1392,7 +1392,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-all-components-with-tsdb-head-early-compaction-generated.yaml b/operations/mimir-tests/test-all-components-with-tsdb-head-early-compaction-generated.yaml index 95bebff732c..3f1d93b17fe 100644 --- a/operations/mimir-tests/test-all-components-with-tsdb-head-early-compaction-generated.yaml +++ b/operations/mimir-tests/test-all-components-with-tsdb-head-early-compaction-generated.yaml @@ -1232,7 +1232,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1286,7 +1286,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1340,7 +1340,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1394,7 +1394,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-all-components-without-chunk-streaming-generated.yaml b/operations/mimir-tests/test-all-components-without-chunk-streaming-generated.yaml index 2a8ea63348b..23ee45ce8e5 100644 --- a/operations/mimir-tests/test-all-components-without-chunk-streaming-generated.yaml +++ b/operations/mimir-tests/test-all-components-without-chunk-streaming-generated.yaml @@ -1231,7 +1231,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1285,7 +1285,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1339,7 +1339,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1393,7 +1393,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-autoscaling-custom-target-utilization-generated.yaml b/operations/mimir-tests/test-autoscaling-custom-target-utilization-generated.yaml index 27f728b4a9a..a8a157d372f 100644 --- a/operations/mimir-tests/test-autoscaling-custom-target-utilization-generated.yaml +++ b/operations/mimir-tests/test-autoscaling-custom-target-utilization-generated.yaml @@ -1576,7 +1576,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1630,7 +1630,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1684,7 +1684,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1738,7 +1738,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-autoscaling-generated.yaml b/operations/mimir-tests/test-autoscaling-generated.yaml index 2b134a4fd3f..96624672732 100644 --- a/operations/mimir-tests/test-autoscaling-generated.yaml +++ b/operations/mimir-tests/test-autoscaling-generated.yaml @@ -1576,7 +1576,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1630,7 +1630,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1684,7 +1684,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1738,7 +1738,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-consul-generated.yaml b/operations/mimir-tests/test-consul-generated.yaml index 19c2f1d4c01..c8c0ce41dd6 100644 --- a/operations/mimir-tests/test-consul-generated.yaml +++ b/operations/mimir-tests/test-consul-generated.yaml @@ -1601,7 +1601,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1655,7 +1655,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1709,7 +1709,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1763,7 +1763,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-consul-multi-zone-generated.yaml b/operations/mimir-tests/test-consul-multi-zone-generated.yaml index da371b286dd..d34a14a2901 100644 --- a/operations/mimir-tests/test-consul-multi-zone-generated.yaml +++ b/operations/mimir-tests/test-consul-multi-zone-generated.yaml @@ -2056,7 +2056,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2110,7 +2110,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2164,7 +2164,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2218,7 +2218,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml b/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml index 98d1c6ce1c0..e0646451bb0 100644 --- a/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml +++ b/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml @@ -1474,7 +1474,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1528,7 +1528,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1582,7 +1582,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1636,7 +1636,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-continuous-test-generated.yaml b/operations/mimir-tests/test-continuous-test-generated.yaml index 82ecb3b3620..88d3c4a43b5 100644 --- a/operations/mimir-tests/test-continuous-test-generated.yaml +++ b/operations/mimir-tests/test-continuous-test-generated.yaml @@ -1034,7 +1034,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1088,7 +1088,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1142,7 +1142,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1196,7 +1196,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-defaults-generated.yaml b/operations/mimir-tests/test-defaults-generated.yaml index 99eb4f98c00..6fb05708604 100644 --- a/operations/mimir-tests/test-defaults-generated.yaml +++ b/operations/mimir-tests/test-defaults-generated.yaml @@ -980,7 +980,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1034,7 +1034,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1088,7 +1088,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1142,7 +1142,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-deployment-mode-migration-generated.yaml b/operations/mimir-tests/test-deployment-mode-migration-generated.yaml index 8dbd9f694fb..a687ee363a6 100644 --- a/operations/mimir-tests/test-deployment-mode-migration-generated.yaml +++ b/operations/mimir-tests/test-deployment-mode-migration-generated.yaml @@ -2103,7 +2103,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2157,7 +2157,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2211,7 +2211,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2265,7 +2265,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-env-vars-generated.yaml b/operations/mimir-tests/test-env-vars-generated.yaml index 60841855673..64c9bc8a9de 100644 --- a/operations/mimir-tests/test-env-vars-generated.yaml +++ b/operations/mimir-tests/test-env-vars-generated.yaml @@ -1235,7 +1235,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1289,7 +1289,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1343,7 +1343,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1397,7 +1397,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-etcd-replicas-generated.yaml b/operations/mimir-tests/test-etcd-replicas-generated.yaml index c2e5a508ecc..61c3ccaf619 100644 --- a/operations/mimir-tests/test-etcd-replicas-generated.yaml +++ b/operations/mimir-tests/test-etcd-replicas-generated.yaml @@ -980,7 +980,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1034,7 +1034,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1088,7 +1088,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1142,7 +1142,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-extra-runtime-config-generated.yaml b/operations/mimir-tests/test-extra-runtime-config-generated.yaml index 054199049a7..aca138b14f5 100644 --- a/operations/mimir-tests/test-extra-runtime-config-generated.yaml +++ b/operations/mimir-tests/test-extra-runtime-config-generated.yaml @@ -1278,7 +1278,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1332,7 +1332,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1386,7 +1386,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1440,7 +1440,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-helm-parity-generated.yaml b/operations/mimir-tests/test-helm-parity-generated.yaml index 9cf961a4bd2..a86802d8b81 100644 --- a/operations/mimir-tests/test-helm-parity-generated.yaml +++ b/operations/mimir-tests/test-helm-parity-generated.yaml @@ -1337,7 +1337,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1391,7 +1391,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1445,7 +1445,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1499,7 +1499,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-cluster-label-migration-step-0-before-generated.yaml b/operations/mimir-tests/test-memberlist-cluster-label-migration-step-0-before-generated.yaml index a478348bb16..43e9832b2a7 100644 --- a/operations/mimir-tests/test-memberlist-cluster-label-migration-step-0-before-generated.yaml +++ b/operations/mimir-tests/test-memberlist-cluster-label-migration-step-0-before-generated.yaml @@ -1230,7 +1230,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1284,7 +1284,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1338,7 +1338,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1392,7 +1392,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-cluster-label-migration-step-1-generated.yaml b/operations/mimir-tests/test-memberlist-cluster-label-migration-step-1-generated.yaml index 6d575cc4ce0..6b8513dd2c4 100644 --- a/operations/mimir-tests/test-memberlist-cluster-label-migration-step-1-generated.yaml +++ b/operations/mimir-tests/test-memberlist-cluster-label-migration-step-1-generated.yaml @@ -1236,7 +1236,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1290,7 +1290,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1344,7 +1344,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1398,7 +1398,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-cluster-label-migration-step-2-generated.yaml b/operations/mimir-tests/test-memberlist-cluster-label-migration-step-2-generated.yaml index a8bd4e3dec3..f398201d70c 100644 --- a/operations/mimir-tests/test-memberlist-cluster-label-migration-step-2-generated.yaml +++ b/operations/mimir-tests/test-memberlist-cluster-label-migration-step-2-generated.yaml @@ -1242,7 +1242,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1296,7 +1296,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1350,7 +1350,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1404,7 +1404,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-cluster-label-migration-step-3-generated.yaml b/operations/mimir-tests/test-memberlist-cluster-label-migration-step-3-generated.yaml index b7e94d7946f..56b92de6411 100644 --- a/operations/mimir-tests/test-memberlist-cluster-label-migration-step-3-generated.yaml +++ b/operations/mimir-tests/test-memberlist-cluster-label-migration-step-3-generated.yaml @@ -1236,7 +1236,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1290,7 +1290,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1344,7 +1344,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1398,7 +1398,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-migration-step-0-before-generated.yaml b/operations/mimir-tests/test-memberlist-migration-step-0-before-generated.yaml index 19c2f1d4c01..c8c0ce41dd6 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-0-before-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-0-before-generated.yaml @@ -1601,7 +1601,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1655,7 +1655,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1709,7 +1709,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1763,7 +1763,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-migration-step-1-generated.yaml b/operations/mimir-tests/test-memberlist-migration-step-1-generated.yaml index 7e3148ad0d6..532db616d84 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-1-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-1-generated.yaml @@ -1686,7 +1686,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1740,7 +1740,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1794,7 +1794,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1848,7 +1848,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-migration-step-2-generated.yaml b/operations/mimir-tests/test-memberlist-migration-step-2-generated.yaml index 1e353c33fac..8b6a5688297 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-2-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-2-generated.yaml @@ -1686,7 +1686,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1740,7 +1740,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1794,7 +1794,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1848,7 +1848,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-migration-step-3-generated.yaml b/operations/mimir-tests/test-memberlist-migration-step-3-generated.yaml index 261f454970e..62acb70c951 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-3-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-3-generated.yaml @@ -1686,7 +1686,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1740,7 +1740,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1794,7 +1794,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1848,7 +1848,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-migration-step-4-generated.yaml b/operations/mimir-tests/test-memberlist-migration-step-4-generated.yaml index cb18b706a98..34da20ad635 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-4-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-4-generated.yaml @@ -1686,7 +1686,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1740,7 +1740,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1794,7 +1794,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1848,7 +1848,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-migration-step-5-generated.yaml b/operations/mimir-tests/test-memberlist-migration-step-5-generated.yaml index 68540d8f2bd..2e65710b174 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-5-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-5-generated.yaml @@ -1233,7 +1233,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1287,7 +1287,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1341,7 +1341,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1395,7 +1395,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memberlist-migration-step-6-final-generated.yaml b/operations/mimir-tests/test-memberlist-migration-step-6-final-generated.yaml index a478348bb16..43e9832b2a7 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-6-final-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-6-final-generated.yaml @@ -1230,7 +1230,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1284,7 +1284,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1338,7 +1338,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1392,7 +1392,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-memcached-mtls-generated.yaml b/operations/mimir-tests/test-memcached-mtls-generated.yaml index fd0b5d65ba0..9d48406305a 100644 --- a/operations/mimir-tests/test-memcached-mtls-generated.yaml +++ b/operations/mimir-tests/test-memcached-mtls-generated.yaml @@ -1303,7 +1303,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1380,7 +1380,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1457,7 +1457,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1534,7 +1534,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-multi-zone-generated.yaml b/operations/mimir-tests/test-multi-zone-generated.yaml index 2ccf1941fb1..2c61f173355 100644 --- a/operations/mimir-tests/test-multi-zone-generated.yaml +++ b/operations/mimir-tests/test-multi-zone-generated.yaml @@ -1720,7 +1720,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1774,7 +1774,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1828,7 +1828,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1882,7 +1882,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-multi-zone-with-ongoing-migration-generated.yaml b/operations/mimir-tests/test-multi-zone-with-ongoing-migration-generated.yaml index e1d1e281c35..d2ddf6b2d7f 100644 --- a/operations/mimir-tests/test-multi-zone-with-ongoing-migration-generated.yaml +++ b/operations/mimir-tests/test-multi-zone-with-ongoing-migration-generated.yaml @@ -1878,7 +1878,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1932,7 +1932,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1986,7 +1986,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2040,7 +2040,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-multi-zone-with-store-gateway-automated-downscaling-generated.yaml b/operations/mimir-tests/test-multi-zone-with-store-gateway-automated-downscaling-generated.yaml index 3405e424e1d..b40dacf7014 100644 --- a/operations/mimir-tests/test-multi-zone-with-store-gateway-automated-downscaling-generated.yaml +++ b/operations/mimir-tests/test-multi-zone-with-store-gateway-automated-downscaling-generated.yaml @@ -1720,7 +1720,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1774,7 +1774,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1828,7 +1828,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1882,7 +1882,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-node-selector-and-affinity-generated.yaml b/operations/mimir-tests/test-node-selector-and-affinity-generated.yaml index a9ca87ac3e1..a375bfe77c8 100644 --- a/operations/mimir-tests/test-node-selector-and-affinity-generated.yaml +++ b/operations/mimir-tests/test-node-selector-and-affinity-generated.yaml @@ -1074,7 +1074,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1130,7 +1130,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1186,7 +1186,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1242,7 +1242,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-query-scheduler-consul-ring-generated.yaml b/operations/mimir-tests/test-query-scheduler-consul-ring-generated.yaml index e63be016b9c..23933644f84 100644 --- a/operations/mimir-tests/test-query-scheduler-consul-ring-generated.yaml +++ b/operations/mimir-tests/test-query-scheduler-consul-ring-generated.yaml @@ -1611,7 +1611,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1665,7 +1665,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1719,7 +1719,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1773,7 +1773,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-query-scheduler-memberlist-ring-and-ruler-remote-evaluation-generated.yaml b/operations/mimir-tests/test-query-scheduler-memberlist-ring-and-ruler-remote-evaluation-generated.yaml index 8158cf47b3f..89e424c785e 100644 --- a/operations/mimir-tests/test-query-scheduler-memberlist-ring-and-ruler-remote-evaluation-generated.yaml +++ b/operations/mimir-tests/test-query-scheduler-memberlist-ring-and-ruler-remote-evaluation-generated.yaml @@ -1641,7 +1641,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1695,7 +1695,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1749,7 +1749,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1803,7 +1803,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-query-scheduler-memberlist-ring-generated.yaml b/operations/mimir-tests/test-query-scheduler-memberlist-ring-generated.yaml index 466abd4dafe..bc9bee4d655 100644 --- a/operations/mimir-tests/test-query-scheduler-memberlist-ring-generated.yaml +++ b/operations/mimir-tests/test-query-scheduler-memberlist-ring-generated.yaml @@ -1261,7 +1261,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1315,7 +1315,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1369,7 +1369,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1423,7 +1423,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-query-scheduler-memberlist-ring-read-path-disabled-generated.yaml b/operations/mimir-tests/test-query-scheduler-memberlist-ring-read-path-disabled-generated.yaml index 80faf4d6860..bddf75b03d3 100644 --- a/operations/mimir-tests/test-query-scheduler-memberlist-ring-read-path-disabled-generated.yaml +++ b/operations/mimir-tests/test-query-scheduler-memberlist-ring-read-path-disabled-generated.yaml @@ -1249,7 +1249,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1303,7 +1303,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1357,7 +1357,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1411,7 +1411,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-query-sharding-generated.yaml b/operations/mimir-tests/test-query-sharding-generated.yaml index 84e4611359f..d0eceb85c6a 100644 --- a/operations/mimir-tests/test-query-sharding-generated.yaml +++ b/operations/mimir-tests/test-query-sharding-generated.yaml @@ -1235,7 +1235,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1289,7 +1289,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1343,7 +1343,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1397,7 +1397,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-read-write-deployment-mode-s3-autoscaled-generated.yaml b/operations/mimir-tests/test-read-write-deployment-mode-s3-autoscaled-generated.yaml index f75b6157fdd..57e63b5b9ad 100644 --- a/operations/mimir-tests/test-read-write-deployment-mode-s3-autoscaled-generated.yaml +++ b/operations/mimir-tests/test-read-write-deployment-mode-s3-autoscaled-generated.yaml @@ -682,7 +682,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -736,7 +736,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -790,7 +790,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -844,7 +844,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-read-write-deployment-mode-s3-generated.yaml b/operations/mimir-tests/test-read-write-deployment-mode-s3-generated.yaml index 0e7fd157cf4..8a3ceadd204 100644 --- a/operations/mimir-tests/test-read-write-deployment-mode-s3-generated.yaml +++ b/operations/mimir-tests/test-read-write-deployment-mode-s3-generated.yaml @@ -683,7 +683,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -737,7 +737,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -791,7 +791,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -845,7 +845,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml b/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml index fd44bb31ee6..145f3ad2f60 100644 --- a/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml +++ b/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml @@ -1583,7 +1583,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1637,7 +1637,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1691,7 +1691,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1745,7 +1745,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-ruler-remote-evaluation-migration-generated.yaml b/operations/mimir-tests/test-ruler-remote-evaluation-migration-generated.yaml index 91bd85ed16c..679f40795bf 100644 --- a/operations/mimir-tests/test-ruler-remote-evaluation-migration-generated.yaml +++ b/operations/mimir-tests/test-ruler-remote-evaluation-migration-generated.yaml @@ -1581,7 +1581,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1635,7 +1635,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1689,7 +1689,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1743,7 +1743,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-shuffle-sharding-generated.yaml b/operations/mimir-tests/test-shuffle-sharding-generated.yaml index dec40fa01da..5eccdec28af 100644 --- a/operations/mimir-tests/test-shuffle-sharding-generated.yaml +++ b/operations/mimir-tests/test-shuffle-sharding-generated.yaml @@ -1239,7 +1239,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1293,7 +1293,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1347,7 +1347,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1401,7 +1401,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-shuffle-sharding-read-path-disabled-generated.yaml b/operations/mimir-tests/test-shuffle-sharding-read-path-disabled-generated.yaml index 392433f4853..a77e3721611 100644 --- a/operations/mimir-tests/test-shuffle-sharding-read-path-disabled-generated.yaml +++ b/operations/mimir-tests/test-shuffle-sharding-read-path-disabled-generated.yaml @@ -1240,7 +1240,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1294,7 +1294,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1348,7 +1348,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1402,7 +1402,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-storage-azure-generated.yaml b/operations/mimir-tests/test-storage-azure-generated.yaml index f36d8c8bc1f..df5974b422e 100644 --- a/operations/mimir-tests/test-storage-azure-generated.yaml +++ b/operations/mimir-tests/test-storage-azure-generated.yaml @@ -1240,7 +1240,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1294,7 +1294,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1348,7 +1348,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1402,7 +1402,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-storage-gcs-generated.yaml b/operations/mimir-tests/test-storage-gcs-generated.yaml index a478348bb16..43e9832b2a7 100644 --- a/operations/mimir-tests/test-storage-gcs-generated.yaml +++ b/operations/mimir-tests/test-storage-gcs-generated.yaml @@ -1230,7 +1230,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1284,7 +1284,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1338,7 +1338,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1392,7 +1392,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-storage-s3-generated.yaml b/operations/mimir-tests/test-storage-s3-generated.yaml index 36a99f6dd38..c92a072a384 100644 --- a/operations/mimir-tests/test-storage-s3-generated.yaml +++ b/operations/mimir-tests/test-storage-s3-generated.yaml @@ -1235,7 +1235,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1289,7 +1289,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1343,7 +1343,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1397,7 +1397,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-without-query-scheduler-generated.yaml b/operations/mimir-tests/test-without-query-scheduler-generated.yaml index 6cca43ce3d7..3df001c70b6 100644 --- a/operations/mimir-tests/test-without-query-scheduler-generated.yaml +++ b/operations/mimir-tests/test-without-query-scheduler-generated.yaml @@ -884,7 +884,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -938,7 +938,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -992,7 +992,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1046,7 +1046,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.13.0 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir/images.libsonnet b/operations/mimir/images.libsonnet index 974d7d9baa0..fc65f8a3307 100644 --- a/operations/mimir/images.libsonnet +++ b/operations/mimir/images.libsonnet @@ -2,7 +2,7 @@ _images+:: { // Various third-party images. memcached: 'memcached:1.6.22-alpine', - memcachedExporter: 'prom/memcached-exporter:v0.13.0', + memcachedExporter: 'prom/memcached-exporter:v0.14.1', // Our services. mimir: 'grafana/mimir:2.10.4',