Skip to content

Commit

Permalink
Update levoai-ebpf-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 Nov 16, 2023
1 parent f86ca3d commit ebaab7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions levoai/levoai-ebpf-sensor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.29.2
appVersion: 0.29.4
description: The Levo eBPF Sensor
name: levoai-ebpf-sensor
version: 0.29.2
version: 0.29.4
2 changes: 1 addition & 1 deletion levoai/levoai-ebpf-sensor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
readOnly: true
- mountPath: /sys/kernel/tracing
name: sys-kernel-debug
readOnly: false
readOnly: true
{{- if .Values.sensor.imagePullSecretName }}
imagePullSecrets:
- name: {{ .Values.sensor.imagePullSecretName }}
Expand Down
2 changes: 1 addition & 1 deletion levoai/levoai-ebpf-sensor/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sensor:
imageRepo: docker.io/levoai/ebpf_sensor
imageTag: 0.29.2
imageTag: 0.29.4
binary:
- /opt/levo/sbin/levo-ebpf-sensor
serviceAccount:
Expand Down

0 comments on commit ebaab7c

Please sign in to comment.