Version 2.25.0-agent
Added
-
Helm Parameter
clusterDefaultsAutoDeployExemptNamespaces
This new Helm parameter defines a list of namespaces for which theauto-deploysetting defined in the cluster-defaults ConfigMap will be ignored.This parameter has a default value of
["^kube-system$", "^openshift.*"]. Workloads in namespaces matching these regular expressions will not be subject to theauto-deploysetting defined in cluster-defaults. To enableauto-deployon workloads in affected namespaces, you must use a namespace annotation, or a workload annotation.To modify this behavior, set the parameter to
nullor to a list of regular expressions that you define.
Changed
-
Helm Parameter
workload.denyNamespaces
The default value for this parameter is nownull. StormForge will observe and create recommendations for workloads in all namespaces by default.Previously, this parameter had a default value of
["kube-system", "openshift.*"].
Security
- Addressed CVE-2025-68156