Skip to content

Commit

Permalink
Merge pull request #93 from zeebe-io/renovate/prometheus-elasticsearc…
Browse files Browse the repository at this point in the history
…h-exporter-5.x

chore(deps): update helm release prometheus-elasticsearch-exporter to v5.9.0
  • Loading branch information
Zelldon authored Sep 17, 2024
2 parents 4c42886 + 6e8dcb5 commit d765006
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
condition: "camunda.enabled"
- name: prometheus-elasticsearch-exporter
repository: "https://prometheus-community.github.io/helm-charts"
version: 5.2.0
version: 5.9.0
condition: "prometheus-elasticsearch-exporter.enabled"
maintainers:
- name: Zelldon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ kind: Deployment
metadata:
name: benchmark-test-prometheus-elasticsearch-exporter
labels:
chart: prometheus-elasticsearch-exporter-5.2.0
chart: prometheus-elasticsearch-exporter-5.9.0
app: prometheus-elasticsearch-exporter
release: "benchmark-test"
heritage: "Helm"
spec:
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: prometheus-elasticsearch-exporter
Expand All @@ -27,7 +28,6 @@ spec:
release: "benchmark-test"
spec:
serviceAccountName: default

restartPolicy: Always
securityContext:
runAsNonRoot: true
Expand All @@ -37,7 +37,7 @@ spec:
containers:
- name: exporter
env:
image: "quay.io/prometheuscommunity/elasticsearch-exporter:v1.5.0"
image: "quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.0"
imagePullPolicy: IfNotPresent
command: ["elasticsearch_exporter",
"--log.format=logfmt",
Expand All @@ -48,7 +48,7 @@ spec:
"--es.indices_settings",
"--es.indices_mappings",
"--es.shards",
"--es.snapshots",
"--collector.snapshots",
"--es.timeout=30s",
"--web.listen-address=:9108",
"--web.telemetry-path=/metrics"]
Expand Down Expand Up @@ -78,6 +78,6 @@ spec:
lifecycle:
preStop:
exec:
command: ["/bin/bash", "-c", "sleep 20"]
command: ["/bin/sleep", "20"]
volumeMounts:
volumes:
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: ServiceMonitor
metadata:
name: benchmark-test-prometheus-elasticsearch-exporter
labels:
chart: prometheus-elasticsearch-exporter-5.2.0
chart: prometheus-elasticsearch-exporter-5.9.0
app: prometheus-elasticsearch-exporter
release: "benchmark-test"
heritage: "Helm"
Expand Down

0 comments on commit d765006

Please sign in to comment.