Hello,
The Enforcer chart currently defines the following AppArmor annotation:
container.apparmor.security.beta.kubernetes.io/enforcer: unconfined
However, this annotation has been deprecated as of Kubernetes v1.30 and is scheduled for removal in v1.36. Kubernetes now recommends using the appArmorProfile field instead:
spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/enforcer]: deprecated since v1.30; use the "appArmorProfile" field instead
Reference: Kubernetes Enhancement Proposal – Removal planned for v1.36
(see the discussion here: )
Given this deprecation and upcoming removal, this will eventually cause compatibility issues with the Helm chart.
Will the chart be updated to replace the deprecated annotation with the supported appArmorProfile field?