Views:
July 22, 2026—The Helm Chart 3.5.0 release includes the following:
  • Features
    • Falco upgrade:
      • Upgraded Falco to 0.43.0.
      • Upgraded Falco libs to 0.23.1.
      • Upgraded plugins to v0.7.1.
      • Upgraded the falco.yaml configuration for plugins.
  • Enhancements
    • Reduced Scan Manager to least privilege on non-OpenShift clusters by removing OpenShift-specific RBAC that is not required outside OpenShift.
    • Added an openshift.enabled field in values.yaml to allow explicitly overriding OpenShift platform detection, covering environments where auto-detection is unreliable.
    • Skipped the api-server-modifier DaemonSet and its ClusterRole on OpenShift, where the kube-apiserver is operator-managed and has no static pod manifest to mutate.
  • Upgrade instructions
    • Sample upgrade command:
      helm upgrade \
      --values overrides.yaml \
      --namespace trendmicro-system \
      trendmicro \
      https://github.com/trendmicro/visionone-container-security-helm/archive/3.5.0.tar.gz
  • References