From 24e4281c138d873772076c5ac276a0f20f633d0d Mon Sep 17 00:00:00 2001 From: chencs Date: Thu, 2 Jan 2025 23:50:27 -0800 Subject: [PATCH] Update to stable version (#10335) * Update to stable version * build jsonnet tests --- CHANGELOG.md | 2 +- VERSION | 2 +- operations/mimir-rules-action/Dockerfile | 2 +- .../test-all-components-generated.yaml | 18 ++++----- ...onents-with-custom-max-skew-generated.yaml | 18 ++++----- ...-with-custom-runtime-config-generated.yaml | 18 ++++----- ...-tsdb-head-early-compaction-generated.yaml | 18 ++++----- ...nts-without-chunk-streaming-generated.yaml | 18 ++++----- .../test-automated-downscale-generated.yaml | 26 ++++++------ ...test-automated-downscale-v2-generated.yaml | 26 ++++++------ ...g-custom-target-utilization-generated.yaml | 24 +++++------ .../test-autoscaling-generated.yaml | 24 +++++------ ...ompactor-concurrent-rollout-generated.yaml | 14 +++---- ...out-max-unavailable-percent-generated.yaml | 14 +++---- .../mimir-tests/test-consul-generated.yaml | 18 ++++----- .../test-consul-multi-zone-generated.yaml | 26 ++++++------ .../test-consul-ruler-disabled-generated.yaml | 16 ++++---- .../test-continuous-test-generated.yaml | 16 ++++---- .../mimir-tests/test-defaults-generated.yaml | 14 +++---- ...t-deployment-mode-migration-generated.yaml | 40 +++++++++---------- .../mimir-tests/test-env-vars-generated.yaml | 18 ++++----- .../test-etcd-replicas-generated.yaml | 14 +++---- .../test-extra-runtime-config-generated.yaml | 18 ++++----- .../test-helm-parity-generated.yaml | 20 +++++----- ...custom-stabilization-window-generated.yaml | 32 +++++++-------- ...toscaling-multiple-triggers-generated.yaml | 32 +++++++-------- ...age-autoscaling-one-trigger-generated.yaml | 32 +++++++-------- ...st-storage-migration-step-0-generated.yaml | 32 +++++++-------- ...st-storage-migration-step-1-generated.yaml | 38 +++++++++--------- ...t-storage-migration-step-10-generated.yaml | 30 +++++++------- ...t-storage-migration-step-11-generated.yaml | 30 +++++++------- ...st-storage-migration-step-2-generated.yaml | 38 +++++++++--------- ...st-storage-migration-step-3-generated.yaml | 38 +++++++++--------- ...st-storage-migration-step-4-generated.yaml | 38 +++++++++--------- ...t-storage-migration-step-5a-generated.yaml | 38 +++++++++--------- ...t-storage-migration-step-5b-generated.yaml | 38 +++++++++--------- ...st-storage-migration-step-6-generated.yaml | 32 +++++++-------- ...st-storage-migration-step-7-generated.yaml | 32 +++++++-------- ...st-storage-migration-step-8-generated.yaml | 32 +++++++-------- ...st-storage-migration-step-9-generated.yaml | 30 +++++++------- ...torage-migration-step-final-generated.yaml | 32 +++++++-------- ...bel-migration-step-0-before-generated.yaml | 18 ++++----- ...ster-label-migration-step-1-generated.yaml | 18 ++++----- ...ster-label-migration-step-2-generated.yaml | 18 ++++----- ...ster-label-migration-step-3-generated.yaml | 18 ++++----- ...ist-migration-step-0-before-generated.yaml | 18 ++++----- ...memberlist-migration-step-1-generated.yaml | 18 ++++----- ...memberlist-migration-step-2-generated.yaml | 18 ++++----- ...memberlist-migration-step-3-generated.yaml | 18 ++++----- ...memberlist-migration-step-4-generated.yaml | 18 ++++----- ...memberlist-migration-step-5-generated.yaml | 18 ++++----- ...list-migration-step-6-final-generated.yaml | 18 ++++----- .../test-memcached-mtls-generated.yaml | 18 ++++----- ...test-multi-zone-distributor-generated.yaml | 28 ++++++------- .../test-multi-zone-etcd-generated.yaml | 26 ++++++------ .../test-multi-zone-generated.yaml | 26 ++++++------ ...zone-with-ongoing-migration-generated.yaml | 30 +++++++------- ...teway-automated-downscaling-generated.yaml | 26 ++++++------ ...-new-resource-scaled-object-generated.yaml | 14 +++---- ...-node-selector-and-affinity-generated.yaml | 14 +++---- .../test-pvc-auto-deletion-generated.yaml | 22 +++++----- ...query-scheduler-consul-ring-generated.yaml | 18 ++++----- ...and-ruler-remote-evaluation-generated.yaml | 24 +++++------ ...y-scheduler-memberlist-ring-generated.yaml | 18 ++++----- ...ist-ring-read-path-disabled-generated.yaml | 18 ++++----- .../test-query-sharding-generated.yaml | 18 ++++----- ...ployment-mode-s3-autoscaled-generated.yaml | 14 +++---- ...ent-mode-s3-caches-disabled-generated.yaml | 14 +++---- ...ad-write-deployment-mode-s3-generated.yaml | 14 +++---- ...est-ruler-remote-evaluation-generated.yaml | 24 +++++------ ...remote-evaluation-migration-generated.yaml | 24 +++++------ .../test-shuffle-sharding-generated.yaml | 18 ++++----- ...sharding-partitions-enabled-generated.yaml | 18 ++++----- ...sharding-read-path-disabled-generated.yaml | 18 ++++----- ...-zone-distributor-migration-generated.yaml | 30 +++++++------- .../test-storage-azure-generated.yaml | 18 ++++----- .../test-storage-gcs-generated.yaml | 18 ++++----- .../test-storage-s3-generated.yaml | 18 ++++----- ...est-without-query-scheduler-generated.yaml | 12 +++--- operations/mimir/images.libsonnet | 6 +-- 80 files changed, 871 insertions(+), 871 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b7ebc272b..fbfd447a33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.15.0-rc.0 +## 2.15.0 ### Grafana Mimir diff --git a/VERSION b/VERSION index 90edc54efc1..68e69e405ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.15.0-rc.0 +2.15.0 diff --git a/operations/mimir-rules-action/Dockerfile b/operations/mimir-rules-action/Dockerfile index b568e866cd3..209cd3ff235 100644 --- a/operations/mimir-rules-action/Dockerfile +++ b/operations/mimir-rules-action/Dockerfile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-only -FROM grafana/mimirtool:2.14.2 +FROM grafana/mimirtool:2.15.0 COPY entrypoint.sh /entrypoint.sh diff --git a/operations/mimir-tests/test-all-components-generated.yaml b/operations/mimir-tests/test-all-components-generated.yaml index 0143f9db273..fbab8adf70e 100644 --- a/operations/mimir-tests/test-all-components-generated.yaml +++ b/operations/mimir-tests/test-all-components-generated.yaml @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -631,7 +631,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -712,7 +712,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -784,7 +784,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -877,7 +877,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -955,7 +955,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1054,7 +1054,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1165,7 +1165,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1502,7 +1502,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-all-components-with-custom-max-skew-generated.yaml b/operations/mimir-tests/test-all-components-with-custom-max-skew-generated.yaml index ed63e848ab0..1630ed154d4 100644 --- a/operations/mimir-tests/test-all-components-with-custom-max-skew-generated.yaml +++ b/operations/mimir-tests/test-all-components-with-custom-max-skew-generated.yaml @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -631,7 +631,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -712,7 +712,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -784,7 +784,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -877,7 +877,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -955,7 +955,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1054,7 +1054,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1165,7 +1165,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1502,7 +1502,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-all-components-with-custom-runtime-config-generated.yaml b/operations/mimir-tests/test-all-components-with-custom-runtime-config-generated.yaml index 859ed93d611..37aa750eeec 100644 --- a/operations/mimir-tests/test-all-components-with-custom-runtime-config-generated.yaml +++ b/operations/mimir-tests/test-all-components-with-custom-runtime-config-generated.yaml @@ -543,7 +543,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -640,7 +640,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -721,7 +721,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -793,7 +793,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -886,7 +886,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -964,7 +964,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1063,7 +1063,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1174,7 +1174,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1511,7 +1511,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 c809dfd0c70..e644f5b41cc 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 @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -631,7 +631,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -712,7 +712,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -784,7 +784,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -877,7 +877,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -955,7 +955,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1054,7 +1054,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1167,7 +1167,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1504,7 +1504,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 d6ea1f307e8..a6019a2c837 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 @@ -535,7 +535,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -632,7 +632,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -713,7 +713,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -785,7 +785,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -878,7 +878,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -956,7 +956,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1055,7 +1055,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1166,7 +1166,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1503,7 +1503,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-automated-downscale-generated.yaml b/operations/mimir-tests/test-automated-downscale-generated.yaml index a19e281fa8a..ea248eb9214 100644 --- a/operations/mimir-tests/test-automated-downscale-generated.yaml +++ b/operations/mimir-tests/test-automated-downscale-generated.yaml @@ -719,7 +719,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -818,7 +818,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -899,7 +899,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -971,7 +971,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1112,7 +1112,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1190,7 +1190,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1289,7 +1289,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1417,7 +1417,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1545,7 +1545,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1673,7 +1673,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2028,7 +2028,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2171,7 +2171,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2314,7 +2314,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-automated-downscale-v2-generated.yaml b/operations/mimir-tests/test-automated-downscale-v2-generated.yaml index 4cd13a1bc0f..233db49581d 100644 --- a/operations/mimir-tests/test-automated-downscale-v2-generated.yaml +++ b/operations/mimir-tests/test-automated-downscale-v2-generated.yaml @@ -778,7 +778,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -877,7 +877,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -958,7 +958,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1030,7 +1030,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1171,7 +1171,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1249,7 +1249,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1348,7 +1348,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1480,7 +1480,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1613,7 +1613,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1746,7 +1746,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2101,7 +2101,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2244,7 +2244,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2387,7 +2387,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 8f77d3e575d..67eb8b18acb 100644 --- a/operations/mimir-tests/test-autoscaling-custom-target-utilization-generated.yaml +++ b/operations/mimir-tests/test-autoscaling-custom-target-utilization-generated.yaml @@ -650,7 +650,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -746,7 +746,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -826,7 +826,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -898,7 +898,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -992,7 +992,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1085,7 +1085,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1168,7 +1168,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1240,7 +1240,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1309,7 +1309,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1408,7 +1408,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1519,7 +1519,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1856,7 +1856,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-autoscaling-generated.yaml b/operations/mimir-tests/test-autoscaling-generated.yaml index 8f363a2901f..6888cd9a715 100644 --- a/operations/mimir-tests/test-autoscaling-generated.yaml +++ b/operations/mimir-tests/test-autoscaling-generated.yaml @@ -650,7 +650,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -746,7 +746,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -826,7 +826,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -898,7 +898,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -992,7 +992,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1085,7 +1085,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1168,7 +1168,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1240,7 +1240,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1309,7 +1309,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1408,7 +1408,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1519,7 +1519,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1856,7 +1856,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-compactor-concurrent-rollout-generated.yaml b/operations/mimir-tests/test-compactor-concurrent-rollout-generated.yaml index c6afcd3d152..8b5d38a47c8 100644 --- a/operations/mimir-tests/test-compactor-concurrent-rollout-generated.yaml +++ b/operations/mimir-tests/test-compactor-concurrent-rollout-generated.yaml @@ -541,7 +541,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -638,7 +638,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -719,7 +719,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -791,7 +791,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -922,7 +922,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1033,7 +1033,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1370,7 +1370,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-compactor-concurrent-rollout-max-unavailable-percent-generated.yaml b/operations/mimir-tests/test-compactor-concurrent-rollout-max-unavailable-percent-generated.yaml index 4bb1974f2f1..51410fc368a 100644 --- a/operations/mimir-tests/test-compactor-concurrent-rollout-max-unavailable-percent-generated.yaml +++ b/operations/mimir-tests/test-compactor-concurrent-rollout-max-unavailable-percent-generated.yaml @@ -541,7 +541,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -638,7 +638,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -719,7 +719,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -791,7 +791,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -922,7 +922,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1033,7 +1033,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1370,7 +1370,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-consul-generated.yaml b/operations/mimir-tests/test-consul-generated.yaml index 6d4c1ca8b70..c9e15e36b9f 100644 --- a/operations/mimir-tests/test-consul-generated.yaml +++ b/operations/mimir-tests/test-consul-generated.yaml @@ -922,7 +922,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1016,7 +1016,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1095,7 +1095,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1167,7 +1167,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1260,7 +1260,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1336,7 +1336,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1431,7 +1431,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1538,7 +1538,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1871,7 +1871,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-consul-multi-zone-generated.yaml b/operations/mimir-tests/test-consul-multi-zone-generated.yaml index e6b60fc07ba..672e930b4d0 100644 --- a/operations/mimir-tests/test-consul-multi-zone-generated.yaml +++ b/operations/mimir-tests/test-consul-multi-zone-generated.yaml @@ -1095,7 +1095,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1191,7 +1191,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1270,7 +1270,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1342,7 +1342,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1483,7 +1483,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1559,7 +1559,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1654,7 +1654,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1774,7 +1774,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1894,7 +1894,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2014,7 +2014,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2360,7 +2360,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2494,7 +2494,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2628,7 +2628,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml b/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml index bf6ab21bf57..ce182ec4d03 100644 --- a/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml +++ b/operations/mimir-tests/test-consul-ruler-disabled-generated.yaml @@ -891,7 +891,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -985,7 +985,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1064,7 +1064,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1136,7 +1136,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1204,7 +1204,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1299,7 +1299,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1406,7 +1406,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1739,7 +1739,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-continuous-test-generated.yaml b/operations/mimir-tests/test-continuous-test-generated.yaml index d78db603baf..525d2b56148 100644 --- a/operations/mimir-tests/test-continuous-test-generated.yaml +++ b/operations/mimir-tests/test-continuous-test-generated.yaml @@ -451,7 +451,7 @@ spec: - -tests.write-endpoint=http://distributor.default.svc.cluster.local - -tests.write-read-series-test.max-query-age=48h - -tests.write-read-series-test.num-series=1000 - image: grafana/mimir-continuous-test:2.14.1 + image: grafana/mimir-continuous-test:2.15.0 imagePullPolicy: IfNotPresent name: continuous-test ports: @@ -522,7 +522,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -619,7 +619,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -700,7 +700,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -772,7 +772,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -852,7 +852,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -963,7 +963,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1300,7 +1300,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-defaults-generated.yaml b/operations/mimir-tests/test-defaults-generated.yaml index 171c0e7802a..9aaf22b53eb 100644 --- a/operations/mimir-tests/test-defaults-generated.yaml +++ b/operations/mimir-tests/test-defaults-generated.yaml @@ -468,7 +468,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -565,7 +565,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -646,7 +646,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -718,7 +718,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -798,7 +798,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -909,7 +909,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1246,7 +1246,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-deployment-mode-migration-generated.yaml b/operations/mimir-tests/test-deployment-mode-migration-generated.yaml index 877bf29104f..73421732ae4 100644 --- a/operations/mimir-tests/test-deployment-mode-migration-generated.yaml +++ b/operations/mimir-tests/test-deployment-mode-migration-generated.yaml @@ -991,7 +991,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1103,7 +1103,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-read ports: @@ -1204,7 +1204,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1290,7 +1290,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1370,7 +1370,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1513,7 +1513,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1591,7 +1591,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1690,7 +1690,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1814,7 +1814,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1938,7 +1938,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2062,7 +2062,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2466,7 +2466,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -2658,7 +2658,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -2850,7 +2850,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -2987,7 +2987,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: @@ -3124,7 +3124,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: @@ -3261,7 +3261,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: @@ -3399,7 +3399,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3537,7 +3537,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3675,7 +3675,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-env-vars-generated.yaml b/operations/mimir-tests/test-env-vars-generated.yaml index 520ca9d46ac..eae75e110f3 100644 --- a/operations/mimir-tests/test-env-vars-generated.yaml +++ b/operations/mimir-tests/test-env-vars-generated.yaml @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -631,7 +631,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -712,7 +712,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -784,7 +784,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -877,7 +877,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -955,7 +955,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1054,7 +1054,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1169,7 +1169,7 @@ spec: value: 1Gi - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1508,7 +1508,7 @@ spec: value: 2Gi - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-etcd-replicas-generated.yaml b/operations/mimir-tests/test-etcd-replicas-generated.yaml index b8e82944052..fb5cb154de8 100644 --- a/operations/mimir-tests/test-etcd-replicas-generated.yaml +++ b/operations/mimir-tests/test-etcd-replicas-generated.yaml @@ -468,7 +468,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -565,7 +565,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -646,7 +646,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -718,7 +718,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -798,7 +798,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -909,7 +909,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1246,7 +1246,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-extra-runtime-config-generated.yaml b/operations/mimir-tests/test-extra-runtime-config-generated.yaml index 772e2570898..ace8833e3e8 100644 --- a/operations/mimir-tests/test-extra-runtime-config-generated.yaml +++ b/operations/mimir-tests/test-extra-runtime-config-generated.yaml @@ -542,7 +542,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -644,7 +644,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -730,7 +730,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -807,7 +807,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -905,7 +905,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -988,7 +988,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1092,7 +1092,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1208,7 +1208,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1550,7 +1550,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-helm-parity-generated.yaml b/operations/mimir-tests/test-helm-parity-generated.yaml index 2e85bde97fe..277279e1779 100644 --- a/operations/mimir-tests/test-helm-parity-generated.yaml +++ b/operations/mimir-tests/test-helm-parity-generated.yaml @@ -574,7 +574,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -648,7 +648,7 @@ spec: - -runtime-config.file=/etc/mimir/overrides.yaml - -server.http-listen-port=8080 - -target=overrides-exporter - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: overrides-exporter ports: @@ -730,7 +730,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -814,7 +814,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -886,7 +886,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -978,7 +978,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1057,7 +1057,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1161,7 +1161,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1272,7 +1272,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1609,7 +1609,7 @@ spec: value: "536870912" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-autoscaling-custom-stabilization-window-generated.yaml b/operations/mimir-tests/test-ingest-storage-autoscaling-custom-stabilization-window-generated.yaml index 6c0780198cd..5d6a94fc2f5 100644 --- a/operations/mimir-tests/test-ingest-storage-autoscaling-custom-stabilization-window-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-autoscaling-custom-stabilization-window-generated.yaml @@ -903,7 +903,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1010,7 +1010,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1098,7 +1098,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1175,7 +1175,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1327,7 +1327,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1431,7 +1431,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1522,7 +1522,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1599,7 +1599,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1673,7 +1673,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1776,7 +1776,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1926,7 +1926,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2066,7 +2066,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2206,7 +2206,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2563,7 +2563,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2710,7 +2710,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2855,7 +2855,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-autoscaling-multiple-triggers-generated.yaml b/operations/mimir-tests/test-ingest-storage-autoscaling-multiple-triggers-generated.yaml index 41dcf23a9a5..90479676fb5 100644 --- a/operations/mimir-tests/test-ingest-storage-autoscaling-multiple-triggers-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-autoscaling-multiple-triggers-generated.yaml @@ -903,7 +903,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1010,7 +1010,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1098,7 +1098,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1175,7 +1175,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1327,7 +1327,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1431,7 +1431,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1522,7 +1522,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1599,7 +1599,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1673,7 +1673,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1776,7 +1776,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1926,7 +1926,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2066,7 +2066,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2206,7 +2206,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2563,7 +2563,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2710,7 +2710,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2855,7 +2855,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-autoscaling-one-trigger-generated.yaml b/operations/mimir-tests/test-ingest-storage-autoscaling-one-trigger-generated.yaml index 32663acef16..8767a8b1663 100644 --- a/operations/mimir-tests/test-ingest-storage-autoscaling-one-trigger-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-autoscaling-one-trigger-generated.yaml @@ -903,7 +903,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1010,7 +1010,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1098,7 +1098,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1175,7 +1175,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1327,7 +1327,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1431,7 +1431,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1522,7 +1522,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1599,7 +1599,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1673,7 +1673,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1776,7 +1776,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1926,7 +1926,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2066,7 +2066,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2206,7 +2206,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2563,7 +2563,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2710,7 +2710,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2855,7 +2855,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-0-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-0-generated.yaml index e3a60d008fc..230c994bcc1 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-0-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-0-generated.yaml @@ -837,7 +837,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -938,7 +938,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1020,7 +1020,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1093,7 +1093,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1239,7 +1239,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1337,7 +1337,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1422,7 +1422,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1495,7 +1495,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1565,7 +1565,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1664,7 +1664,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1801,7 +1801,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1932,7 +1932,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2063,7 +2063,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2416,7 +2416,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2559,7 +2559,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2700,7 +2700,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-1-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-1-generated.yaml index 70354b7223c..d0c3b16d67d 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-1-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-1-generated.yaml @@ -907,7 +907,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1009,7 +1009,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1091,7 +1091,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1164,7 +1164,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1311,7 +1311,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1410,7 +1410,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1495,7 +1495,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1568,7 +1568,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1638,7 +1638,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1737,7 +1737,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1875,7 +1875,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2021,7 +2021,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2153,7 +2153,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2293,7 +2293,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2425,7 +2425,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2565,7 +2565,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2918,7 +2918,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3061,7 +3061,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3202,7 +3202,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-10-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-10-generated.yaml index 62695e33d49..d1a2fe5a74a 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-10-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-10-generated.yaml @@ -880,7 +880,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -987,7 +987,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1075,7 +1075,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1152,7 +1152,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1304,7 +1304,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1408,7 +1408,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1499,7 +1499,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1576,7 +1576,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1650,7 +1650,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1753,7 +1753,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1899,7 +1899,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2039,7 +2039,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2396,7 +2396,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2543,7 +2543,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2688,7 +2688,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-11-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-11-generated.yaml index 524333cc6a0..3771ead0639 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-11-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-11-generated.yaml @@ -880,7 +880,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -987,7 +987,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1075,7 +1075,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1152,7 +1152,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1304,7 +1304,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1408,7 +1408,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1499,7 +1499,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1576,7 +1576,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1650,7 +1650,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1753,7 +1753,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1903,7 +1903,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2043,7 +2043,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2400,7 +2400,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2547,7 +2547,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2692,7 +2692,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-2-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-2-generated.yaml index 655ee168055..4eda414f5c7 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-2-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-2-generated.yaml @@ -914,7 +914,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1016,7 +1016,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1098,7 +1098,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1171,7 +1171,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1324,7 +1324,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1423,7 +1423,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1508,7 +1508,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1581,7 +1581,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1651,7 +1651,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1750,7 +1750,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1888,7 +1888,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2034,7 +2034,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2166,7 +2166,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2306,7 +2306,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2438,7 +2438,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2578,7 +2578,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2931,7 +2931,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3074,7 +3074,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3215,7 +3215,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-3-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-3-generated.yaml index 4f968e6020a..97755f10f9e 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-3-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-3-generated.yaml @@ -914,7 +914,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1021,7 +1021,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1109,7 +1109,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1182,7 +1182,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1335,7 +1335,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1439,7 +1439,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1530,7 +1530,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1603,7 +1603,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1673,7 +1673,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1772,7 +1772,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1910,7 +1910,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2056,7 +2056,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2188,7 +2188,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2328,7 +2328,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2460,7 +2460,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2600,7 +2600,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2953,7 +2953,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3096,7 +3096,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3237,7 +3237,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-4-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-4-generated.yaml index 353d23827f3..a9f8485697d 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-4-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-4-generated.yaml @@ -913,7 +913,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1020,7 +1020,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1108,7 +1108,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1181,7 +1181,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1333,7 +1333,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1437,7 +1437,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1528,7 +1528,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1601,7 +1601,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1671,7 +1671,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1770,7 +1770,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1908,7 +1908,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2054,7 +2054,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2186,7 +2186,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2326,7 +2326,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2458,7 +2458,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2598,7 +2598,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2951,7 +2951,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3094,7 +3094,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3235,7 +3235,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-5a-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-5a-generated.yaml index 41dc2fce71b..c8e86f82e7d 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-5a-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-5a-generated.yaml @@ -913,7 +913,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1020,7 +1020,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1108,7 +1108,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1181,7 +1181,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1333,7 +1333,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1437,7 +1437,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1528,7 +1528,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1601,7 +1601,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1671,7 +1671,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1770,7 +1770,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1908,7 +1908,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2054,7 +2054,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2186,7 +2186,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2326,7 +2326,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2458,7 +2458,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2598,7 +2598,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2951,7 +2951,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3094,7 +3094,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3235,7 +3235,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-5b-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-5b-generated.yaml index 10b92ad726f..0f1cb3a5803 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-5b-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-5b-generated.yaml @@ -913,7 +913,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1020,7 +1020,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1108,7 +1108,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1181,7 +1181,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1333,7 +1333,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1437,7 +1437,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1528,7 +1528,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1601,7 +1601,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1671,7 +1671,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1770,7 +1770,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1908,7 +1908,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2054,7 +2054,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2186,7 +2186,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2326,7 +2326,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2458,7 +2458,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2598,7 +2598,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2951,7 +2951,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3094,7 +3094,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -3235,7 +3235,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-6-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-6-generated.yaml index 537415fa93f..adf8f8015e6 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-6-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-6-generated.yaml @@ -844,7 +844,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -951,7 +951,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1039,7 +1039,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1112,7 +1112,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1264,7 +1264,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1368,7 +1368,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1459,7 +1459,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1532,7 +1532,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1602,7 +1602,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1701,7 +1701,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1847,7 +1847,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1987,7 +1987,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2127,7 +2127,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2480,7 +2480,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2623,7 +2623,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2764,7 +2764,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-7-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-7-generated.yaml index 497fc7eb2b5..5073136a113 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-7-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-7-generated.yaml @@ -844,7 +844,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -951,7 +951,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1039,7 +1039,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1116,7 +1116,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1268,7 +1268,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1372,7 +1372,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1463,7 +1463,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1540,7 +1540,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1614,7 +1614,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1717,7 +1717,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1863,7 +1863,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2003,7 +2003,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2143,7 +2143,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2500,7 +2500,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2647,7 +2647,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2792,7 +2792,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-8-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-8-generated.yaml index a068fceec16..56de92c8dd0 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-8-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-8-generated.yaml @@ -844,7 +844,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -951,7 +951,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1039,7 +1039,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1116,7 +1116,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1268,7 +1268,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1372,7 +1372,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1463,7 +1463,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1540,7 +1540,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1614,7 +1614,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1717,7 +1717,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1863,7 +1863,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2003,7 +2003,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2143,7 +2143,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2500,7 +2500,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2647,7 +2647,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2792,7 +2792,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-9-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-9-generated.yaml index ff1a427be75..644dfeb4712 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-9-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-9-generated.yaml @@ -821,7 +821,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -928,7 +928,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1016,7 +1016,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1093,7 +1093,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1245,7 +1245,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1349,7 +1349,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1440,7 +1440,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1517,7 +1517,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1591,7 +1591,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1694,7 +1694,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1840,7 +1840,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1980,7 +1980,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2337,7 +2337,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2484,7 +2484,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2629,7 +2629,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-ingest-storage-migration-step-final-generated.yaml b/operations/mimir-tests/test-ingest-storage-migration-step-final-generated.yaml index f04144ae5a8..8a7cbdb41d8 100644 --- a/operations/mimir-tests/test-ingest-storage-migration-step-final-generated.yaml +++ b/operations/mimir-tests/test-ingest-storage-migration-step-final-generated.yaml @@ -903,7 +903,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1010,7 +1010,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1098,7 +1098,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1175,7 +1175,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1327,7 +1327,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1431,7 +1431,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1522,7 +1522,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1599,7 +1599,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1673,7 +1673,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1776,7 +1776,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1926,7 +1926,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2066,7 +2066,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2206,7 +2206,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2563,7 +2563,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2710,7 +2710,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2855,7 +2855,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 0143f9db273..fbab8adf70e 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 @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -631,7 +631,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -712,7 +712,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -784,7 +784,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -877,7 +877,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -955,7 +955,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1054,7 +1054,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1165,7 +1165,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1502,7 +1502,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 182ba07b890..80cff944194 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 @@ -535,7 +535,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -633,7 +633,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -714,7 +714,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -786,7 +786,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -880,7 +880,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -959,7 +959,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1059,7 +1059,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1171,7 +1171,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1509,7 +1509,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 baffad78a75..fb50d72be61 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 @@ -536,7 +536,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -635,7 +635,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -716,7 +716,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -788,7 +788,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -883,7 +883,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -963,7 +963,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1064,7 +1064,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1177,7 +1177,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1516,7 +1516,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 4648a51db69..8f818d9ef69 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 @@ -535,7 +535,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -633,7 +633,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -714,7 +714,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -786,7 +786,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -880,7 +880,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -959,7 +959,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1059,7 +1059,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1171,7 +1171,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1509,7 +1509,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 6d4c1ca8b70..c9e15e36b9f 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 @@ -922,7 +922,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1016,7 +1016,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1095,7 +1095,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1167,7 +1167,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1260,7 +1260,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1336,7 +1336,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1431,7 +1431,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1538,7 +1538,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1871,7 +1871,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 1d65e17f00b..806f5fa949a 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-1-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-1-generated.yaml @@ -966,7 +966,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1069,7 +1069,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1150,7 +1150,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1222,7 +1222,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1324,7 +1324,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1405,7 +1405,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1507,7 +1507,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1621,7 +1621,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1961,7 +1961,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 ec850a2f221..fbadf4a90cc 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-2-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-2-generated.yaml @@ -966,7 +966,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1069,7 +1069,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1150,7 +1150,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1222,7 +1222,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1324,7 +1324,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1405,7 +1405,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1507,7 +1507,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1621,7 +1621,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1961,7 +1961,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 bcffcce7ad2..36bcac16375 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-3-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-3-generated.yaml @@ -966,7 +966,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1069,7 +1069,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1150,7 +1150,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1222,7 +1222,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1324,7 +1324,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1405,7 +1405,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1507,7 +1507,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1621,7 +1621,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1961,7 +1961,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 365c7353fbb..f0baeb68065 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-4-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-4-generated.yaml @@ -966,7 +966,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1069,7 +1069,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1150,7 +1150,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1222,7 +1222,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1324,7 +1324,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1405,7 +1405,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1507,7 +1507,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1621,7 +1621,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1961,7 +1961,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 f7e307b2c2a..871e2fd6dcc 100644 --- a/operations/mimir-tests/test-memberlist-migration-step-5-generated.yaml +++ b/operations/mimir-tests/test-memberlist-migration-step-5-generated.yaml @@ -537,7 +537,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -634,7 +634,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -715,7 +715,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -787,7 +787,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -880,7 +880,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -958,7 +958,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1057,7 +1057,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1168,7 +1168,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1505,7 +1505,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 0143f9db273..fbab8adf70e 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 @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -631,7 +631,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -712,7 +712,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -784,7 +784,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -877,7 +877,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -955,7 +955,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1054,7 +1054,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1165,7 +1165,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1502,7 +1502,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-memcached-mtls-generated.yaml b/operations/mimir-tests/test-memcached-mtls-generated.yaml index 88a282fafb3..0895f1aa018 100644 --- a/operations/mimir-tests/test-memcached-mtls-generated.yaml +++ b/operations/mimir-tests/test-memcached-mtls-generated.yaml @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -637,7 +637,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -742,7 +742,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -832,7 +832,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -937,7 +937,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1015,7 +1015,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1114,7 +1114,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1225,7 +1225,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1672,7 +1672,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-multi-zone-distributor-generated.yaml b/operations/mimir-tests/test-multi-zone-distributor-generated.yaml index c4960054547..7b8510e9a84 100644 --- a/operations/mimir-tests/test-multi-zone-distributor-generated.yaml +++ b/operations/mimir-tests/test-multi-zone-distributor-generated.yaml @@ -762,7 +762,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -872,7 +872,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -976,7 +976,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1057,7 +1057,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1129,7 +1129,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1270,7 +1270,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1348,7 +1348,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1447,7 +1447,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1579,7 +1579,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1705,7 +1705,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1831,7 +1831,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2183,7 +2183,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2325,7 +2325,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2465,7 +2465,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-multi-zone-etcd-generated.yaml b/operations/mimir-tests/test-multi-zone-etcd-generated.yaml index 7d74af5b71b..1509cbe758d 100644 --- a/operations/mimir-tests/test-multi-zone-etcd-generated.yaml +++ b/operations/mimir-tests/test-multi-zone-etcd-generated.yaml @@ -719,7 +719,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -818,7 +818,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -899,7 +899,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -971,7 +971,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1112,7 +1112,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1190,7 +1190,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1289,7 +1289,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1421,7 +1421,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1547,7 +1547,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1673,7 +1673,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2025,7 +2025,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2167,7 +2167,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2307,7 +2307,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-multi-zone-generated.yaml b/operations/mimir-tests/test-multi-zone-generated.yaml index 4f69b77668e..306e612c6ae 100644 --- a/operations/mimir-tests/test-multi-zone-generated.yaml +++ b/operations/mimir-tests/test-multi-zone-generated.yaml @@ -719,7 +719,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -818,7 +818,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -899,7 +899,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -971,7 +971,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1112,7 +1112,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1190,7 +1190,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1289,7 +1289,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1421,7 +1421,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1547,7 +1547,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1673,7 +1673,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2025,7 +2025,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2167,7 +2167,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2307,7 +2307,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 a21d0a58ae8..b5280230907 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 @@ -787,7 +787,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -886,7 +886,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -967,7 +967,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1039,7 +1039,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1180,7 +1180,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1258,7 +1258,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1357,7 +1357,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1468,7 +1468,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1592,7 +1592,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1716,7 +1716,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1840,7 +1840,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2177,7 +2177,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2315,7 +2315,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2453,7 +2453,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2591,7 +2591,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 34ae76fd876..04252d62b9f 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 @@ -796,7 +796,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -895,7 +895,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -976,7 +976,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1048,7 +1048,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1190,7 +1190,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1268,7 +1268,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1367,7 +1367,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1499,7 +1499,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1625,7 +1625,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1751,7 +1751,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2108,7 +2108,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2255,7 +2255,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2400,7 +2400,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-new-resource-scaled-object-generated.yaml b/operations/mimir-tests/test-new-resource-scaled-object-generated.yaml index 5fc2727abb0..c0c4e64ee68 100644 --- a/operations/mimir-tests/test-new-resource-scaled-object-generated.yaml +++ b/operations/mimir-tests/test-new-resource-scaled-object-generated.yaml @@ -468,7 +468,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -565,7 +565,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -646,7 +646,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -718,7 +718,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -798,7 +798,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -909,7 +909,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1246,7 +1246,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 44d1314db58..e1c6713084d 100644 --- a/operations/mimir-tests/test-node-selector-and-affinity-generated.yaml +++ b/operations/mimir-tests/test-node-selector-and-affinity-generated.yaml @@ -482,7 +482,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -595,7 +595,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -692,7 +692,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -779,7 +779,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -875,7 +875,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1001,7 +1001,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1361,7 +1361,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-pvc-auto-deletion-generated.yaml b/operations/mimir-tests/test-pvc-auto-deletion-generated.yaml index cc830b4a71d..9960b8fd01e 100644 --- a/operations/mimir-tests/test-pvc-auto-deletion-generated.yaml +++ b/operations/mimir-tests/test-pvc-auto-deletion-generated.yaml @@ -653,7 +653,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -752,7 +752,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -833,7 +833,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -905,7 +905,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1033,7 +1033,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1159,7 +1159,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1285,7 +1285,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1411,7 +1411,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1763,7 +1763,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -1903,7 +1903,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2043,7 +2043,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 a78baa6030b..b9ee1572696 100644 --- a/operations/mimir-tests/test-query-scheduler-consul-ring-generated.yaml +++ b/operations/mimir-tests/test-query-scheduler-consul-ring-generated.yaml @@ -922,7 +922,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1019,7 +1019,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1101,7 +1101,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1177,7 +1177,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1270,7 +1270,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1346,7 +1346,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1441,7 +1441,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1548,7 +1548,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1881,7 +1881,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 3cf0e1e8ade..32da55f53f7 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 @@ -669,7 +669,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -769,7 +769,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -855,7 +855,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -935,7 +935,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1033,7 +1033,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1130,7 +1130,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1219,7 +1219,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1299,7 +1299,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1372,7 +1372,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1472,7 +1472,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1584,7 +1584,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1922,7 +1922,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 4e62887fa7b..acd0ed8c2c8 100644 --- a/operations/mimir-tests/test-query-scheduler-memberlist-ring-generated.yaml +++ b/operations/mimir-tests/test-query-scheduler-memberlist-ring-generated.yaml @@ -543,7 +543,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -643,7 +643,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -729,7 +729,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -809,7 +809,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -905,7 +905,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -984,7 +984,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1084,7 +1084,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1196,7 +1196,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1534,7 +1534,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 78107e9e947..6d5348a5bf6 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 @@ -540,7 +540,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -638,7 +638,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -719,7 +719,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -797,7 +797,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -893,7 +893,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -972,7 +972,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1072,7 +1072,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1184,7 +1184,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1522,7 +1522,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-query-sharding-generated.yaml b/operations/mimir-tests/test-query-sharding-generated.yaml index d7124732429..edad7b6959d 100644 --- a/operations/mimir-tests/test-query-sharding-generated.yaml +++ b/operations/mimir-tests/test-query-sharding-generated.yaml @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -631,7 +631,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -717,7 +717,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -789,7 +789,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -882,7 +882,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -960,7 +960,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1059,7 +1059,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1170,7 +1170,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1507,7 +1507,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 a4d8cbea87b..a4d8229dc62 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 @@ -565,7 +565,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-read ports: @@ -1005,7 +1005,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -1198,7 +1198,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -1391,7 +1391,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -1529,7 +1529,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: @@ -1667,7 +1667,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: @@ -1805,7 +1805,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: diff --git a/operations/mimir-tests/test-read-write-deployment-mode-s3-caches-disabled-generated.yaml b/operations/mimir-tests/test-read-write-deployment-mode-s3-caches-disabled-generated.yaml index c4666410241..da33fdd45d5 100644 --- a/operations/mimir-tests/test-read-write-deployment-mode-s3-caches-disabled-generated.yaml +++ b/operations/mimir-tests/test-read-write-deployment-mode-s3-caches-disabled-generated.yaml @@ -428,7 +428,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-read ports: @@ -632,7 +632,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -801,7 +801,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -970,7 +970,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -1108,7 +1108,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: @@ -1246,7 +1246,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: @@ -1384,7 +1384,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write 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 4aeddee521a..e93d6e1fcca 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 @@ -566,7 +566,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-read ports: @@ -1006,7 +1006,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -1199,7 +1199,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -1392,7 +1392,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-backend ports: @@ -1530,7 +1530,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: @@ -1668,7 +1668,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: @@ -1806,7 +1806,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: mimir-write ports: diff --git a/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml b/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml index 572cae4457b..a665490c3f5 100644 --- a/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml +++ b/operations/mimir-tests/test-ruler-remote-evaluation-generated.yaml @@ -651,7 +651,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -748,7 +748,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -829,7 +829,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -901,7 +901,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -996,7 +996,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1090,7 +1090,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1174,7 +1174,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1246,7 +1246,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1316,7 +1316,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1415,7 +1415,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1526,7 +1526,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1863,7 +1863,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 5d0e13b95aa..01a805c2d80 100644 --- a/operations/mimir-tests/test-ruler-remote-evaluation-migration-generated.yaml +++ b/operations/mimir-tests/test-ruler-remote-evaluation-migration-generated.yaml @@ -651,7 +651,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -748,7 +748,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -829,7 +829,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -901,7 +901,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -994,7 +994,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1088,7 +1088,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-querier ports: @@ -1172,7 +1172,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-frontend ports: @@ -1244,7 +1244,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler-query-scheduler ports: @@ -1314,7 +1314,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1413,7 +1413,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1524,7 +1524,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1861,7 +1861,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-shuffle-sharding-generated.yaml b/operations/mimir-tests/test-shuffle-sharding-generated.yaml index f8cbc8bc564..efb79864f06 100644 --- a/operations/mimir-tests/test-shuffle-sharding-generated.yaml +++ b/operations/mimir-tests/test-shuffle-sharding-generated.yaml @@ -535,7 +535,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -634,7 +634,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -716,7 +716,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -789,7 +789,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -885,7 +885,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -963,7 +963,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1062,7 +1062,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1174,7 +1174,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1512,7 +1512,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-shuffle-sharding-partitions-enabled-generated.yaml b/operations/mimir-tests/test-shuffle-sharding-partitions-enabled-generated.yaml index 72189e7e76c..14556ec9149 100644 --- a/operations/mimir-tests/test-shuffle-sharding-partitions-enabled-generated.yaml +++ b/operations/mimir-tests/test-shuffle-sharding-partitions-enabled-generated.yaml @@ -536,7 +536,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -636,7 +636,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -718,7 +718,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -791,7 +791,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -888,7 +888,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -966,7 +966,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1065,7 +1065,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1178,7 +1178,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1516,7 +1516,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway 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 f0b5ae1c6a0..b0cb8050afd 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 @@ -535,7 +535,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -634,7 +634,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -716,7 +716,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -789,7 +789,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -886,7 +886,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -964,7 +964,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1063,7 +1063,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1175,7 +1175,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1513,7 +1513,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-single-to-multi-zone-distributor-migration-generated.yaml b/operations/mimir-tests/test-single-to-multi-zone-distributor-migration-generated.yaml index d35066a9419..3f43b9ebc10 100644 --- a/operations/mimir-tests/test-single-to-multi-zone-distributor-migration-generated.yaml +++ b/operations/mimir-tests/test-single-to-multi-zone-distributor-migration-generated.yaml @@ -788,7 +788,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -893,7 +893,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1003,7 +1003,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -1107,7 +1107,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -1188,7 +1188,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -1260,7 +1260,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -1401,7 +1401,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -1479,7 +1479,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1578,7 +1578,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1710,7 +1710,7 @@ spec: value: "1000" - name: Z value: "123" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1836,7 +1836,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1962,7 +1962,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -2314,7 +2314,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2456,7 +2456,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: @@ -2596,7 +2596,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-storage-azure-generated.yaml b/operations/mimir-tests/test-storage-azure-generated.yaml index f35f37d1c16..5988399a811 100644 --- a/operations/mimir-tests/test-storage-azure-generated.yaml +++ b/operations/mimir-tests/test-storage-azure-generated.yaml @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -633,7 +633,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -714,7 +714,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -786,7 +786,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -881,7 +881,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -961,7 +961,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1062,7 +1062,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1175,7 +1175,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1514,7 +1514,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-storage-gcs-generated.yaml b/operations/mimir-tests/test-storage-gcs-generated.yaml index 0143f9db273..fbab8adf70e 100644 --- a/operations/mimir-tests/test-storage-gcs-generated.yaml +++ b/operations/mimir-tests/test-storage-gcs-generated.yaml @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -631,7 +631,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -712,7 +712,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -784,7 +784,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -877,7 +877,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -955,7 +955,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1054,7 +1054,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1165,7 +1165,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1502,7 +1502,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-storage-s3-generated.yaml b/operations/mimir-tests/test-storage-s3-generated.yaml index cd227fdb6de..b72465d837e 100644 --- a/operations/mimir-tests/test-storage-s3-generated.yaml +++ b/operations/mimir-tests/test-storage-s3-generated.yaml @@ -534,7 +534,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -632,7 +632,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -713,7 +713,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -785,7 +785,7 @@ spec: - -server.http-listen-port=8080 - -target=query-scheduler - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-scheduler ports: @@ -879,7 +879,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ruler ports: @@ -958,7 +958,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: alertmanager ports: @@ -1058,7 +1058,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -1170,7 +1170,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1508,7 +1508,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir-tests/test-without-query-scheduler-generated.yaml b/operations/mimir-tests/test-without-query-scheduler-generated.yaml index 539c1422c17..d9884e2ce12 100644 --- a/operations/mimir-tests/test-without-query-scheduler-generated.yaml +++ b/operations/mimir-tests/test-without-query-scheduler-generated.yaml @@ -437,7 +437,7 @@ spec: value: "8" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: distributor ports: @@ -534,7 +534,7 @@ spec: value: "5" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: querier ports: @@ -614,7 +614,7 @@ spec: env: - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "5000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: query-frontend ports: @@ -701,7 +701,7 @@ spec: - -server.http-listen-port=8080 - -target=compactor - -usage-stats.installation-mode=jsonnet - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: compactor ports: @@ -812,7 +812,7 @@ spec: value: "9" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: ingester ports: @@ -1149,7 +1149,7 @@ spec: value: "12884901888" - name: JAEGER_REPORTER_MAX_QUEUE_SIZE value: "1000" - image: grafana/mimir:2.14.1 + image: grafana/mimir:2.15.0 imagePullPolicy: IfNotPresent name: store-gateway ports: diff --git a/operations/mimir/images.libsonnet b/operations/mimir/images.libsonnet index f8817714acc..d87abef42b2 100644 --- a/operations/mimir/images.libsonnet +++ b/operations/mimir/images.libsonnet @@ -5,7 +5,7 @@ memcachedExporter: 'prom/memcached-exporter:v0.15.0', // Our services. - mimir: 'grafana/mimir:2.14.1', + mimir: 'grafana/mimir:2.15.0', alertmanager: self.mimir, distributor: self.mimir, @@ -19,8 +19,8 @@ query_scheduler: self.mimir, overrides_exporter: self.mimir, - query_tee: 'grafana/query-tee:2.14.1', - continuous_test: 'grafana/mimir-continuous-test:2.14.1', + query_tee: 'grafana/query-tee:2.15.0', + continuous_test: 'grafana/mimir-continuous-test:2.15.0', // Read-write deployment mode. mimir_write: self.mimir,