diff --git a/crowi/es-statefulset.yaml b/crowi/es-statefulset.yaml index 5b7f5e323..c45b3fff8 100644 --- a/crowi/es-statefulset.yaml +++ b/crowi/es-statefulset.yaml @@ -61,7 +61,7 @@ spec: memory: "600Mi" - name: exporter - image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.9.0 + image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0 args: - --es.uri=http://localhost:9200 - --es.all diff --git a/traq/es/statefulset.yaml b/traq/es/statefulset.yaml index 6e693c485..43f969f99 100644 --- a/traq/es/statefulset.yaml +++ b/traq/es/statefulset.yaml @@ -64,7 +64,7 @@ spec: memory: "600Mi" - name: exporter - image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.9.0 + image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0 args: - --es.uri=http://elastic:$(ELASTIC_PASSWORD)@localhost:9200 - --es.all