From 36470017433c365780011f1e82dd5c440784f549 Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 03:22:56 +0000 Subject: [PATCH] feat(container): update image quay.io/prometheuscommunity/elasticsearch-exporter to v1.10.0 --- crowi/es-statefulset.yaml | 2 +- traq/es/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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