diff --git a/stable/auditbeat/Chart.yaml b/stable/auditbeat/Chart.yaml index aab67ba2a5..367335bcfd 100644 --- a/stable/auditbeat/Chart.yaml +++ b/stable/auditbeat/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: A lightweight shipper to audit the activities of users and processes on your systems icon: https://www.elastic.co/assets/blt27d1fd26b0862613/icon-auditbeat-bb.svg name: auditbeat -version: 1.0.0 +version: 1.1.0 appVersion: 6.7.0 home: https://www.elastic.co/products/beats/auditbeat sources: diff --git a/stable/auditbeat/templates/daemonset.yaml b/stable/auditbeat/templates/daemonset.yaml index 3aec114539..88a445e6bc 100644 --- a/stable/auditbeat/templates/daemonset.yaml +++ b/stable/auditbeat/templates/daemonset.yaml @@ -46,6 +46,14 @@ spec: {{ toYaml .Values.extraArgs | indent 8 }} {{- end }} env: + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + - name: NODE_NAME + valueFrom: + fieldRef: + fieldPath: spec.nodeName {{- range $key, $value := .Values.extraVars }} - name: {{ $key }} value: {{ $value }}