Skip to content

Commit 3647001

Browse files
feat(container): update image quay.io/prometheuscommunity/elasticsearch-exporter to v1.10.0
1 parent 5659858 commit 3647001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crowi/es-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
memory: "600Mi"
6262

6363
- name: exporter
64-
image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.9.0
64+
image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0
6565
args:
6666
- --es.uri=http://localhost:9200
6767
- --es.all

traq/es/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
memory: "600Mi"
6565

6666
- name: exporter
67-
image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.9.0
67+
image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0
6868
args:
6969
- --es.uri=http://elastic:$(ELASTIC_PASSWORD)@localhost:9200
7070
- --es.all

0 commit comments

Comments
 (0)