diff --git a/charts/prometheus-windows-exporter/Chart.yaml b/charts/prometheus-windows-exporter/Chart.yaml index 30e4e1e78ef0..232b28298917 100644 --- a/charts/prometheus-windows-exporter/Chart.yaml +++ b/charts/prometheus-windows-exporter/Chart.yaml @@ -7,7 +7,7 @@ keywords: - prometheus - exporter type: application -version: 0.1.1 +version: 0.1.2 appVersion: 0.22.0 home: https://github.com/prometheus-community/windows_exporter/ sources: diff --git a/charts/prometheus-windows-exporter/values.yaml b/charts/prometheus-windows-exporter/values.yaml index 17cb0d15161a..4dc177113afc 100644 --- a/charts/prometheus-windows-exporter/values.yaml +++ b/charts/prometheus-windows-exporter/values.yaml @@ -12,7 +12,7 @@ image: config: |- collectors: - enabled: '[defaults],container' + enabled: '[defaults],memory,container' imagePullSecrets: [] # - name: "image-pull-secret"