Skip to content

container.apparmor.security.beta.kubernetes.io/enforcer: deprecated in Aquasec #998

@MOCONORINNX

Description

@MOCONORINNX

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions