From cf5863727d84601b1d93190913aecbd8fdffa3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Krajcsovits?= Date: Fri, 8 Dec 2023 19:43:53 +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 --- operations/helm/charts/mimir-distributed/CHANGELOG.md | 4 ++++ 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 +- ...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 ++++---- .../test-disable-chunk-streaming-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 ++++---- .../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 +- 67 files changed, 196 insertions(+), 192 deletions(-) diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index 1533acb6312..3f75cee70f5 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -28,6 +28,10 @@ Entries should include a reference to the Pull Request that introduced the chang ## main / unreleased +## 5.1.4 + +* [BUGFIX] Update memcached-exporter to 0.14.1 due to CVE-2023-39325. + ## 5.1.3 * [BUGFIX] Updated Mimir image to 2.10.4 and GEM images to v2.10.4. #6654 diff --git a/operations/helm/charts/mimir-distributed/values.yaml b/operations/helm/charts/mimir-distributed/values.yaml index 47f582bdacc..f80b9e379d7 100644 --- a/operations/helm/charts/mimir-distributed/values.yaml +++ b/operations/helm/charts/mimir-distributed/values.yaml @@ -1683,7 +1683,7 @@ memcachedExporter: image: repository: prom/memcached-exporter - tag: v0.11.2 + 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 d5724024b45..7e5df972e53 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.11.2 + 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 ff2f5fc7bea..01cca6bdf7e 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.11.2 + 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 4aa22b27ef4..06f8f144443 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.11.2 + 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 87ab72822b0..3704905bf8c 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.11.2 + 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 d087e9285e1..b327f33c016 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.11.2 + 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 1b1f373a10a..76358744444 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.11.2 + 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 7091bcfe758..18e567a56f5 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.11.2 + 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 59dbdfecdc5..ea7e565335b 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.11.2 + 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 d5fb1208e18..49a9a03a530 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.11.2 + 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 0d7a79d2e7c..925fb13a345 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.11.2 + 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 fb5005732a1..264eebbf803 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.11.2 + 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 e4890f0c99a..3fb997c7945 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.11.2 + 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 02552fb353e..93eb5853338 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.11.2 + 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 d46cc570f90..125ede7b178 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.11.2 + 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 d643f753cdf..e22e8508305 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.11.2 + 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 e5cad9c2bfb..6373a3e3bb9 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.11.2 + 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 5c1e8d7ce54..2169e96f169 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.11.2 + 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 885fa8e56c6..c7430c744a3 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.11.2 + 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 bfc6a8a1d99..89abcfdce15 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.11.2 + 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 db08e8d4e93..f15acafdd96 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.11.2 + 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 db9e15291c4..66a09a455c4 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.11.2 + 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 e3bbcc50246..4767d2d5f0d 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.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 9150 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 920c915ea56..c9d1921bf1e 100644 --- a/operations/mimir-tests/test-autoscaling-custom-target-utilization-generated.yaml +++ b/operations/mimir-tests/test-autoscaling-custom-target-utilization-generated.yaml @@ -1578,7 +1578,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1632,7 +1632,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1686,7 +1686,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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.11.2 + 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 faf8f1ddd8b..59cc0c70e0e 100644 --- a/operations/mimir-tests/test-autoscaling-generated.yaml +++ b/operations/mimir-tests/test-autoscaling-generated.yaml @@ -1578,7 +1578,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1632,7 +1632,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1686,7 +1686,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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.11.2 + 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 780cc3f3142..9159ac9416f 100644 --- a/operations/mimir-tests/test-consul-generated.yaml +++ b/operations/mimir-tests/test-consul-generated.yaml @@ -1602,7 +1602,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1656,7 +1656,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1710,7 +1710,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1764,7 +1764,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 c52f2f0a5d3..980f7b2a68a 100644 --- a/operations/mimir-tests/test-consul-multi-zone-generated.yaml +++ b/operations/mimir-tests/test-consul-multi-zone-generated.yaml @@ -2057,7 +2057,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2111,7 +2111,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2165,7 +2165,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2219,7 +2219,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 8bb1dc3b80b..21e82794072 100644 --- a/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml +++ b/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml @@ -1475,7 +1475,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1529,7 +1529,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1583,7 +1583,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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.11.2 + 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 f32c6b6d438..249a0827686 100644 --- a/operations/mimir-tests/test-continuous-test-generated.yaml +++ b/operations/mimir-tests/test-continuous-test-generated.yaml @@ -1035,7 +1035,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1089,7 +1089,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1143,7 +1143,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1197,7 +1197,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 d7cde84a5c4..a3ff85abc67 100644 --- a/operations/mimir-tests/test-defaults-generated.yaml +++ b/operations/mimir-tests/test-defaults-generated.yaml @@ -981,7 +981,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1035,7 +1035,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1089,7 +1089,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1143,7 +1143,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 840b43aebc9..be0da3c844e 100644 --- a/operations/mimir-tests/test-deployment-mode-migration-generated.yaml +++ b/operations/mimir-tests/test-deployment-mode-migration-generated.yaml @@ -2105,7 +2105,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2159,7 +2159,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2213,7 +2213,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2267,7 +2267,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: diff --git a/operations/mimir-tests/test-disable-chunk-streaming-generated.yaml b/operations/mimir-tests/test-disable-chunk-streaming-generated.yaml index daf82fb7c19..c165b203805 100644 --- a/operations/mimir-tests/test-disable-chunk-streaming-generated.yaml +++ b/operations/mimir-tests/test-disable-chunk-streaming-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.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 663b26bd1f5..2278278a204 100644 --- a/operations/mimir-tests/test-env-vars-generated.yaml +++ b/operations/mimir-tests/test-env-vars-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.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 40ba60f3ab0..296cd57f926 100644 --- a/operations/mimir-tests/test-etcd-replicas-generated.yaml +++ b/operations/mimir-tests/test-etcd-replicas-generated.yaml @@ -981,7 +981,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1035,7 +1035,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1089,7 +1089,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1143,7 +1143,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 eab9da74bc5..c18c7981bea 100644 --- a/operations/mimir-tests/test-extra-runtime-config-generated.yaml +++ b/operations/mimir-tests/test-extra-runtime-config-generated.yaml @@ -1279,7 +1279,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1333,7 +1333,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1387,7 +1387,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1441,7 +1441,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 f4395b34920..027229df350 100644 --- a/operations/mimir-tests/test-helm-parity-generated.yaml +++ b/operations/mimir-tests/test-helm-parity-generated.yaml @@ -1338,7 +1338,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1446,7 +1446,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1500,7 +1500,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 ae63a01ffd8..0de25a9ffb3 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 @@ -1231,7 +1231,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 abf3c2737f0..b49ec900d9d 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 @@ -1237,7 +1237,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1291,7 +1291,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1345,7 +1345,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1399,7 +1399,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 0cfa0ff700a..73cfe8463c3 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 @@ -1243,7 +1243,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1297,7 +1297,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1351,7 +1351,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1405,7 +1405,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 de8f115d343..c4a2cd58a28 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 @@ -1237,7 +1237,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1291,7 +1291,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1345,7 +1345,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1399,7 +1399,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 780cc3f3142..9159ac9416f 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 @@ -1602,7 +1602,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1656,7 +1656,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1710,7 +1710,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1764,7 +1764,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 2856a2e3ce6..8a53febcbc5 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-1-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-1-generated.yaml @@ -1687,7 +1687,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1741,7 +1741,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1795,7 +1795,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1849,7 +1849,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 4641ff4a6b8..c81b5f9ccec 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-2-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-2-generated.yaml @@ -1687,7 +1687,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1741,7 +1741,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1795,7 +1795,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1849,7 +1849,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 9ae73393691..f4931d5a644 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-3-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-3-generated.yaml @@ -1687,7 +1687,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1741,7 +1741,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1795,7 +1795,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1849,7 +1849,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 f32d6a11ee6..4d9c500d463 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-4-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-4-generated.yaml @@ -1687,7 +1687,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1741,7 +1741,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1795,7 +1795,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1849,7 +1849,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 41d7095bb6d..58f8e1939bd 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-5-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-5-generated.yaml @@ -1234,7 +1234,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1288,7 +1288,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1342,7 +1342,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1396,7 +1396,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 ae63a01ffd8..0de25a9ffb3 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 @@ -1231,7 +1231,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 f57d71ed4e5..929cccd3582 100644 --- a/operations/mimir-tests/test-memcached-mtls-generated.yaml +++ b/operations/mimir-tests/test-memcached-mtls-generated.yaml @@ -1304,7 +1304,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1381,7 +1381,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1458,7 +1458,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1535,7 +1535,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 9f9c6005f20..7303fd898a5 100644 --- a/operations/mimir-tests/test-multi-zone-generated.yaml +++ b/operations/mimir-tests/test-multi-zone-generated.yaml @@ -1721,7 +1721,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1775,7 +1775,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1829,7 +1829,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1883,7 +1883,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 67ec731bd46..821dfc55c92 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 @@ -1879,7 +1879,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1933,7 +1933,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1987,7 +1987,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -2041,7 +2041,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 afd6bae58fc..3fb605011dd 100644 --- a/operations/mimir-tests/test-query-scheduler-consul-ring-generated.yaml +++ b/operations/mimir-tests/test-query-scheduler-consul-ring-generated.yaml @@ -1612,7 +1612,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1666,7 +1666,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1720,7 +1720,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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.11.2 + 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 47bf199bcee..727afc73490 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 @@ -1643,7 +1643,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1697,7 +1697,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1751,7 +1751,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1805,7 +1805,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 d3472314f2a..6177ac3a1a2 100644 --- a/operations/mimir-tests/test-query-scheduler-memberlist-ring-generated.yaml +++ b/operations/mimir-tests/test-query-scheduler-memberlist-ring-generated.yaml @@ -1262,7 +1262,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1316,7 +1316,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1370,7 +1370,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1424,7 +1424,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 c0755a8bc35..a4124f8a22d 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 @@ -1250,7 +1250,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1304,7 +1304,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1358,7 +1358,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1412,7 +1412,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 f177db635e1..7bdf00b0289 100644 --- a/operations/mimir-tests/test-query-sharding-generated.yaml +++ b/operations/mimir-tests/test-query-sharding-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.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 5309bea41f4..73fd3e3f3f4 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 @@ -683,7 +683,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 2af1a0f0b05..fb85bee4e05 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 @@ -684,7 +684,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -738,7 +738,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -792,7 +792,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -846,7 +846,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 1c16a441ba8..d68c4c56f84 100644 --- a/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml +++ b/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml @@ -1585,7 +1585,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1639,7 +1639,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1693,7 +1693,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1747,7 +1747,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 3e736d7fa8d..70352a0da68 100644 --- a/operations/mimir-tests/test-ruler-remote-evaluation-migration-generated.yaml +++ b/operations/mimir-tests/test-ruler-remote-evaluation-migration-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.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 7787d9e8b2f..3aed543dc37 100644 --- a/operations/mimir-tests/test-shuffle-sharding-generated.yaml +++ b/operations/mimir-tests/test-shuffle-sharding-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.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 eca7362c5a4..42a624f2e8e 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 @@ -1241,7 +1241,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1295,7 +1295,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1349,7 +1349,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1403,7 +1403,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 a766b453f99..56586b5e995 100644 --- a/operations/mimir-tests/test-storage-azure-generated.yaml +++ b/operations/mimir-tests/test-storage-azure-generated.yaml @@ -1241,7 +1241,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1295,7 +1295,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1349,7 +1349,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1403,7 +1403,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 ae63a01ffd8..0de25a9ffb3 100644 --- a/operations/mimir-tests/test-storage-gcs-generated.yaml +++ b/operations/mimir-tests/test-storage-gcs-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.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 d863abf53c2..a42e1542ccd 100644 --- a/operations/mimir-tests/test-storage-s3-generated.yaml +++ b/operations/mimir-tests/test-storage-s3-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.11.2 + 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.11.2 + 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.11.2 + 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.11.2 + 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 49366718d02..b28b403e81c 100644 --- a/operations/mimir-tests/test-without-query-scheduler-generated.yaml +++ b/operations/mimir-tests/test-without-query-scheduler-generated.yaml @@ -885,7 +885,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -939,7 +939,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -993,7 +993,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + image: prom/memcached-exporter:v0.14.1 imagePullPolicy: IfNotPresent name: exporter ports: @@ -1047,7 +1047,7 @@ spec: - args: - --memcached.address=localhost:11211 - --web.listen-address=0.0.0.0:9150 - image: prom/memcached-exporter:v0.11.2 + 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 1475bffcf1f..c1922346b2e 100644 --- a/operations/mimir/images.libsonnet +++ b/operations/mimir/images.libsonnet @@ -2,7 +2,7 @@ _images+:: { // Various third-party images. memcached: 'memcached:1.6.19-alpine', - memcachedExporter: 'prom/memcached-exporter:v0.11.2', + memcachedExporter: 'prom/memcached-exporter:v0.14.1', // Our services. mimir: 'grafana/mimir:2.9.0',