Skip to content

Commit

Permalink
Update levoai-pcap-sensor to latest released version
Browse files Browse the repository at this point in the history
Signed-off-by: levobot <[email protected]>
  • Loading branch information
levobot committed Dec 12, 2024
1 parent 764a341 commit a7bacd2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions levoai/levoai-pcap-sensor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.1.8
appVersion: 0.1.10
description: The Levo PCAP Sensor
name: levoai-pcap-sensor
version: 0.1.8
version: 0.1.10
8 changes: 8 additions & 0 deletions levoai/levoai-pcap-sensor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ spec:
- "--levoai-org-id"
- {{ .Values.sensor.config.levoaiOrgId }}
{{- end}}
{{- if .Values.sensor.config.maxHttpLength }}
- "--max-http-length"
- "{{ .Values.sensor.config.maxHttpLength }}"
{{- end}}
{{- if .Values.sensor.config.streamTimeoutSeconds }}
- "--stream-timeout-seconds"
- "{{ .Values.sensor.config.streamTimeoutSeconds }}"
{{- end}}
securityContext:
capabilities:
add: ["NET_RAW"]
Expand Down
4 changes: 3 additions & 1 deletion levoai/levoai-pcap-sensor/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sensor:
imageRepo: docker.io/levoai/pcap-sensor
imageTag: 0.1.8
imageTag: 0.1.10
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand All @@ -25,3 +25,5 @@ sensor:
hostExclusions: ""
pathExclusions: ""
levoaiOrgId: ""
maxHttpLength: ""
streamTimeoutSeconds: ""

0 comments on commit a7bacd2

Please sign in to comment.