Skip to content

Commit

Permalink
fix: windows exporter deprecated flag
Browse files Browse the repository at this point in the history
fixes: #4253
  • Loading branch information
TheKangaroo committed Feb 16, 2024
1 parent f17b1c3 commit c317e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-windows-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- prometheus
- exporter
type: application
version: 0.3.0
version: 0.3.1
appVersion: 0.25.1
home: https://github.com/prometheus-community/windows_exporter/
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- --config.file=%CONTAINER_SANDBOX_MOUNT_POINT%/config.yml
- --collector.textfile.directory=%CONTAINER_SANDBOX_MOUNT_POINT%
- --collector.textfile.directories=%CONTAINER_SANDBOX_MOUNT_POINT%
- --web.listen-address=:{{ .Values.service.port }}
{{- with .Values.extraArgs }}
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit c317e6f

Please sign in to comment.