Skip to content

Commit d1f4f12

Browse files
authored
Update image versions in release 2.10 to 2.10.4 (#6640)
* [release-2.10] Update images to 2.10.4 Signed-off-by: Oleg Zaytsev <[email protected]> * Revert accidental change. --------- Signed-off-by: Oleg Zaytsev <[email protected]>
1 parent b0f3679 commit d1f4f12

File tree

46 files changed

+424
-424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+424
-424
lines changed

operations/mimir-rules-action/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: AGPL-3.0-only
22

3-
FROM grafana/mimirtool:2.10.3
3+
FROM grafana/mimirtool:2.10.4
44

55
COPY entrypoint.sh /entrypoint.sh
66

operations/mimir-tests/test-autoscaling-custom-target-utilization-generated.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ spec:
645645
env:
646646
- name: GOMAXPROCS
647647
value: "8"
648-
image: grafana/mimir:2.10.3
648+
image: grafana/mimir:2.10.4
649649
imagePullPolicy: IfNotPresent
650650
name: distributor
651651
ports:
@@ -739,7 +739,7 @@ spec:
739739
value: "5"
740740
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
741741
value: "1024"
742-
image: grafana/mimir:2.10.3
742+
image: grafana/mimir:2.10.4
743743
imagePullPolicy: IfNotPresent
744744
name: querier
745745
ports:
@@ -814,7 +814,7 @@ spec:
814814
- -server.http-listen-port=8080
815815
- -target=query-frontend
816816
- -usage-stats.installation-mode=jsonnet
817-
image: grafana/mimir:2.10.3
817+
image: grafana/mimir:2.10.4
818818
imagePullPolicy: IfNotPresent
819819
name: query-frontend
820820
ports:
@@ -885,7 +885,7 @@ spec:
885885
- -server.http-listen-port=8080
886886
- -target=query-scheduler
887887
- -usage-stats.installation-mode=jsonnet
888-
image: grafana/mimir:2.10.3
888+
image: grafana/mimir:2.10.4
889889
imagePullPolicy: IfNotPresent
890890
name: query-scheduler
891891
ports:
@@ -973,7 +973,7 @@ spec:
973973
- -store-gateway.sharding-ring.store=memberlist
974974
- -target=ruler
975975
- -usage-stats.installation-mode=jsonnet
976-
image: grafana/mimir:2.10.3
976+
image: grafana/mimir:2.10.4
977977
imagePullPolicy: IfNotPresent
978978
name: ruler
979979
ports:
@@ -1065,7 +1065,7 @@ spec:
10651065
env:
10661066
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
10671067
value: "1024"
1068-
image: grafana/mimir:2.10.3
1068+
image: grafana/mimir:2.10.4
10691069
imagePullPolicy: IfNotPresent
10701070
name: ruler-querier
10711071
ports:
@@ -1144,7 +1144,7 @@ spec:
11441144
- -server.http-listen-port=8080
11451145
- -target=query-frontend
11461146
- -usage-stats.installation-mode=jsonnet
1147-
image: grafana/mimir:2.10.3
1147+
image: grafana/mimir:2.10.4
11481148
imagePullPolicy: IfNotPresent
11491149
name: ruler-query-frontend
11501150
ports:
@@ -1215,7 +1215,7 @@ spec:
12151215
- -server.http-listen-port=8080
12161216
- -target=query-scheduler
12171217
- -usage-stats.installation-mode=jsonnet
1218-
image: grafana/mimir:2.10.3
1218+
image: grafana/mimir:2.10.4
12191219
imagePullPolicy: IfNotPresent
12201220
name: ruler-query-scheduler
12211221
ports:
@@ -1282,7 +1282,7 @@ spec:
12821282
valueFrom:
12831283
fieldRef:
12841284
fieldPath: status.podIP
1285-
image: grafana/mimir:2.10.3
1285+
image: grafana/mimir:2.10.4
12861286
imagePullPolicy: IfNotPresent
12871287
name: alertmanager
12881288
ports:
@@ -1379,7 +1379,7 @@ spec:
13791379
- -server.http-listen-port=8080
13801380
- -target=compactor
13811381
- -usage-stats.installation-mode=jsonnet
1382-
image: grafana/mimir:2.10.3
1382+
image: grafana/mimir:2.10.4
13831383
imagePullPolicy: IfNotPresent
13841384
name: compactor
13851385
ports:
@@ -1484,7 +1484,7 @@ spec:
14841484
- -server.http-listen-port=8080
14851485
- -target=ingester
14861486
- -usage-stats.installation-mode=jsonnet
1487-
image: grafana/mimir:2.10.3
1487+
image: grafana/mimir:2.10.4
14881488
imagePullPolicy: IfNotPresent
14891489
name: ingester
14901490
ports:
@@ -1822,7 +1822,7 @@ spec:
18221822
value: "5"
18231823
- name: GOMEMLIMIT
18241824
value: "12884901888"
1825-
image: grafana/mimir:2.10.3
1825+
image: grafana/mimir:2.10.4
18261826
imagePullPolicy: IfNotPresent
18271827
name: store-gateway
18281828
ports:

operations/mimir-tests/test-autoscaling-generated.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ spec:
645645
env:
646646
- name: GOMAXPROCS
647647
value: "8"
648-
image: grafana/mimir:2.10.3
648+
image: grafana/mimir:2.10.4
649649
imagePullPolicy: IfNotPresent
650650
name: distributor
651651
ports:
@@ -739,7 +739,7 @@ spec:
739739
value: "5"
740740
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
741741
value: "1024"
742-
image: grafana/mimir:2.10.3
742+
image: grafana/mimir:2.10.4
743743
imagePullPolicy: IfNotPresent
744744
name: querier
745745
ports:
@@ -814,7 +814,7 @@ spec:
814814
- -server.http-listen-port=8080
815815
- -target=query-frontend
816816
- -usage-stats.installation-mode=jsonnet
817-
image: grafana/mimir:2.10.3
817+
image: grafana/mimir:2.10.4
818818
imagePullPolicy: IfNotPresent
819819
name: query-frontend
820820
ports:
@@ -885,7 +885,7 @@ spec:
885885
- -server.http-listen-port=8080
886886
- -target=query-scheduler
887887
- -usage-stats.installation-mode=jsonnet
888-
image: grafana/mimir:2.10.3
888+
image: grafana/mimir:2.10.4
889889
imagePullPolicy: IfNotPresent
890890
name: query-scheduler
891891
ports:
@@ -973,7 +973,7 @@ spec:
973973
- -store-gateway.sharding-ring.store=memberlist
974974
- -target=ruler
975975
- -usage-stats.installation-mode=jsonnet
976-
image: grafana/mimir:2.10.3
976+
image: grafana/mimir:2.10.4
977977
imagePullPolicy: IfNotPresent
978978
name: ruler
979979
ports:
@@ -1065,7 +1065,7 @@ spec:
10651065
env:
10661066
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
10671067
value: "1024"
1068-
image: grafana/mimir:2.10.3
1068+
image: grafana/mimir:2.10.4
10691069
imagePullPolicy: IfNotPresent
10701070
name: ruler-querier
10711071
ports:
@@ -1144,7 +1144,7 @@ spec:
11441144
- -server.http-listen-port=8080
11451145
- -target=query-frontend
11461146
- -usage-stats.installation-mode=jsonnet
1147-
image: grafana/mimir:2.10.3
1147+
image: grafana/mimir:2.10.4
11481148
imagePullPolicy: IfNotPresent
11491149
name: ruler-query-frontend
11501150
ports:
@@ -1215,7 +1215,7 @@ spec:
12151215
- -server.http-listen-port=8080
12161216
- -target=query-scheduler
12171217
- -usage-stats.installation-mode=jsonnet
1218-
image: grafana/mimir:2.10.3
1218+
image: grafana/mimir:2.10.4
12191219
imagePullPolicy: IfNotPresent
12201220
name: ruler-query-scheduler
12211221
ports:
@@ -1282,7 +1282,7 @@ spec:
12821282
valueFrom:
12831283
fieldRef:
12841284
fieldPath: status.podIP
1285-
image: grafana/mimir:2.10.3
1285+
image: grafana/mimir:2.10.4
12861286
imagePullPolicy: IfNotPresent
12871287
name: alertmanager
12881288
ports:
@@ -1379,7 +1379,7 @@ spec:
13791379
- -server.http-listen-port=8080
13801380
- -target=compactor
13811381
- -usage-stats.installation-mode=jsonnet
1382-
image: grafana/mimir:2.10.3
1382+
image: grafana/mimir:2.10.4
13831383
imagePullPolicy: IfNotPresent
13841384
name: compactor
13851385
ports:
@@ -1484,7 +1484,7 @@ spec:
14841484
- -server.http-listen-port=8080
14851485
- -target=ingester
14861486
- -usage-stats.installation-mode=jsonnet
1487-
image: grafana/mimir:2.10.3
1487+
image: grafana/mimir:2.10.4
14881488
imagePullPolicy: IfNotPresent
14891489
name: ingester
14901490
ports:
@@ -1822,7 +1822,7 @@ spec:
18221822
value: "5"
18231823
- name: GOMEMLIMIT
18241824
value: "12884901888"
1825-
image: grafana/mimir:2.10.3
1825+
image: grafana/mimir:2.10.4
18261826
imagePullPolicy: IfNotPresent
18271827
name: store-gateway
18281828
ports:

operations/mimir-tests/test-consul-generated.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ spec:
913913
env:
914914
- name: GOMAXPROCS
915915
value: "8"
916-
image: grafana/mimir:2.10.3
916+
image: grafana/mimir:2.10.4
917917
imagePullPolicy: IfNotPresent
918918
name: distributor
919919
ports:
@@ -1005,7 +1005,7 @@ spec:
10051005
value: "5"
10061006
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
10071007
value: "1024"
1008-
image: grafana/mimir:2.10.3
1008+
image: grafana/mimir:2.10.4
10091009
imagePullPolicy: IfNotPresent
10101010
name: querier
10111011
ports:
@@ -1079,7 +1079,7 @@ spec:
10791079
- -server.http-listen-port=8080
10801080
- -target=query-frontend
10811081
- -usage-stats.installation-mode=jsonnet
1082-
image: grafana/mimir:2.10.3
1082+
image: grafana/mimir:2.10.4
10831083
imagePullPolicy: IfNotPresent
10841084
name: query-frontend
10851085
ports:
@@ -1150,7 +1150,7 @@ spec:
11501150
- -server.http-listen-port=8080
11511151
- -target=query-scheduler
11521152
- -usage-stats.installation-mode=jsonnet
1153-
image: grafana/mimir:2.10.3
1153+
image: grafana/mimir:2.10.4
11541154
imagePullPolicy: IfNotPresent
11551155
name: query-scheduler
11561156
ports:
@@ -1237,7 +1237,7 @@ spec:
12371237
- -store-gateway.sharding-ring.store=consul
12381238
- -target=ruler
12391239
- -usage-stats.installation-mode=jsonnet
1240-
image: grafana/mimir:2.10.3
1240+
image: grafana/mimir:2.10.4
12411241
imagePullPolicy: IfNotPresent
12421242
name: ruler
12431243
ports:
@@ -1312,7 +1312,7 @@ spec:
13121312
valueFrom:
13131313
fieldRef:
13141314
fieldPath: status.podIP
1315-
image: grafana/mimir:2.10.3
1315+
image: grafana/mimir:2.10.4
13161316
imagePullPolicy: IfNotPresent
13171317
name: alertmanager
13181318
ports:
@@ -1405,7 +1405,7 @@ spec:
14051405
- -server.http-listen-port=8080
14061406
- -target=compactor
14071407
- -usage-stats.installation-mode=jsonnet
1408-
image: grafana/mimir:2.10.3
1408+
image: grafana/mimir:2.10.4
14091409
imagePullPolicy: IfNotPresent
14101410
name: compactor
14111411
ports:
@@ -1506,7 +1506,7 @@ spec:
15061506
- -server.http-listen-port=8080
15071507
- -target=ingester
15081508
- -usage-stats.installation-mode=jsonnet
1509-
image: grafana/mimir:2.10.3
1509+
image: grafana/mimir:2.10.4
15101510
imagePullPolicy: IfNotPresent
15111511
name: ingester
15121512
ports:
@@ -1840,7 +1840,7 @@ spec:
18401840
value: "5"
18411841
- name: GOMEMLIMIT
18421842
value: "12884901888"
1843-
image: grafana/mimir:2.10.3
1843+
image: grafana/mimir:2.10.4
18441844
imagePullPolicy: IfNotPresent
18451845
name: store-gateway
18461846
ports:

0 commit comments

Comments
 (0)