Skip to content

Commit

Permalink
feature(agent): remove unrequired driver spec as reported in the code…
Browse files Browse the repository at this point in the history
… review
  • Loading branch information
mavimo committed Aug 21, 2023
1 parent af9438d commit cf24522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions charts/agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@ spec:
- name: SYSDIG_BPF_PROBE
value:
{{- end }}
{{- if (include "agent.universalEbpfEnforced" .) }}
- name: SYSDIG_AGENT_DRIVER
value: universal_bpf
{{- else if (include "agent.legacyEbpfEnforced" .) }}
{{- if (include "agent.legacyEbpfEnforced" .) }}
- name: SYSDIG_AGENT_DRIVER
value: legacy_bpf
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- name: agent
# repository: https://charts.sysdig.com
repository: file://../agent
version: ~1.13.5
version: ~1.14.0
alias: agent
condition: agent.enabled
- name: common
Expand Down

0 comments on commit cf24522

Please sign in to comment.