diff --git a/charts/dellhw_exporter/templates/daemonset.yaml b/charts/dellhw_exporter/templates/daemonset.yaml
index e6ca81c5..c15e1992 100644
--- a/charts/dellhw_exporter/templates/daemonset.yaml
+++ b/charts/dellhw_exporter/templates/daemonset.yaml
@@ -28,7 +28,7 @@ spec:
       securityContext:
         {{- toYaml .Values.podSecurityContext | nindent 8 }}
       containers:
-        - name: {{ .Chart.Name }}
+        - name: {{ include "dellhw_exporter.fullname" . }}
           securityContext:
             {{- toYaml .Values.securityContext | nindent 12 }}
           image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"