fix: sync local-test gadget config with production optimizations

Update GADGET_IMAGE env var to include version tag (v0.50.1) and
reduce events-buffer-length from 16384 to 8192 matching production.

Made-with: Cursor
This commit is contained in:
taylanbakircioglu
2026-04-08 10:17:20 +03:00
parent 016a30a2f7
commit 7483d7be31
@@ -141,7 +141,7 @@ metadata:
app: inspektor-gadget
data:
config.yaml: |
events-buffer-length: 16384
events-buffer-length: 8192
# Auto-detected by init container at pod startup. Supported platforms:
# K3s/RKE2: /run/k3s/containerd/containerd.sock
# MicroK8s: /var/snap/microk8s/common/run/containerd.sock
@@ -255,7 +255,7 @@ spec:
fieldRef:
fieldPath: metadata.uid
- name: GADGET_IMAGE
value: "ghcr.io/inspektor-gadget/inspektor-gadget"
value: "ghcr.io/inspektor-gadget/inspektor-gadget:v0.50.1"
- name: HOST_ROOT
value: "/host"
- name: IG_EXPERIMENTAL