Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: mavimo
email: marcovito.moscaritolo@sysdig.com
type: application
version: 1.25.0
version: 1.25.1
appVersion: "1.0.0"
4 changes: 4 additions & 0 deletions charts/shield/templates/host/daemonset-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: KUBE_POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
{{ if .Values.features.posture.host_posture.enabled }}
- name: POD_NAMESPACE
valueFrom:
Expand Down
4 changes: 4 additions & 0 deletions charts/shield/templates/host/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: KUBE_POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
{{- if and (include "host.driver.is_ebpf" .) (not (include "host.driver.is_universal_ebpf" .)) }}
- name: SYSDIG_BPF_PROBE
value:
Expand Down
Loading