Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release prometheus-elasticsearch-exporter to v5.9.0 #93

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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