diff --git a/charts/nr-ebpf-agent/values.yaml b/charts/nr-ebpf-agent/values.yaml index eedb113e7..2967806e3 100644 --- a/charts/nr-ebpf-agent/values.yaml +++ b/charts/nr-ebpf-agent/values.yaml @@ -51,7 +51,7 @@ ebpfClient: # -- The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is set to Always. pullPolicy: IfNotPresent # -- The tag of the eBPF client image to be deployed. - tag: 0.0.5 + tag: 0.0.6 resources: limits: # -- Max memory allocated to the container.