diff --git a/stable/prometheus-blackbox-exporter/Chart.yaml b/stable/prometheus-blackbox-exporter/Chart.yaml index 3b5b016bd8..909ddfd827 100644 --- a/stable/prometheus-blackbox-exporter/Chart.yaml +++ b/stable/prometheus-blackbox-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Prometheus Blackbox Exporter name: prometheus-blackbox-exporter -version: 4.2.0 +version: 4.2.1 appVersion: 0.16.0 home: https://github.com/prometheus/blackbox_exporter sources: diff --git a/stable/prometheus-blackbox-exporter/templates/daemonset.yaml b/stable/prometheus-blackbox-exporter/templates/daemonset.yaml index 651b2d30a3..f6770e0671 100644 --- a/stable/prometheus-blackbox-exporter/templates/daemonset.yaml +++ b/stable/prometheus-blackbox-exporter/templates/daemonset.yaml @@ -9,13 +9,10 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} helm.sh/chart: {{ include "prometheus-blackbox-exporter.chart" . }} spec: - replicas: {{ .Values.replicas }} selector: matchLabels: app.kubernetes.io/name: {{ include "prometheus-blackbox-exporter.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} - strategy: -{{ toYaml .Values.strategy | indent 4 }} template: metadata: labels: