@@ -148,7 +148,7 @@ metadata:
148148 capabilities : Seamless Upgrades
149149 categories : Security,Monitoring
150150 containerImage : quay.io/crowdstrike/falcon-operator
151- createdAt : " 2025-11-18T23:39:10Z "
151+ createdAt : " 2026-01-06T23:11:25Z "
152152 description : Falcon Operator installs CrowdStrike Falcon Sensors on the cluster
153153 features.operators.openshift.io/cnf : " false"
154154 features.operators.openshift.io/cni : " false"
@@ -165,7 +165,7 @@ metadata:
165165 operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
166166 repository : https://github.com/CrowdStrike/falcon-operator
167167 support : Community Only
168- name : falcon-operator.v1.9 .0
168+ name : falcon-operator.v1.10 .0
169169 namespace : placeholder
170170spec :
171171 apiservicedefinitions : {}
@@ -423,6 +423,10 @@ spec:
423423 - description : Specifies node affinity for scheduling the Admission Controller.
424424 displayName : Node Affinity
425425 path : admissionConfig.nodeAffinity
426+ - description : Determines if the admission controller watches for configMap
427+ events
428+ displayName : Enable ConfigMap Event Watcher
429+ path : admissionConfig.configMapWatcherEnabled
426430 - description : Namespace where Falcon Image Analyzer is installed. KAC needs
427431 to know this to discover and communicate with IAR.
428432 displayName : Falcon Image Analyzer Namespace
@@ -1482,6 +1486,10 @@ spec:
14821486 - description : Specifies node affinity for scheduling the Admission Controller.
14831487 displayName : Node Affinity
14841488 path : falconAdmission.admissionConfig.nodeAffinity
1489+ - description : Determines if the admission controller watches for configMap
1490+ events
1491+ displayName : Enable ConfigMap Event Watcher
1492+ path : falconAdmission.admissionConfig.configMapWatcherEnabled
14851493 - description : Namespace where Falcon Image Analyzer is installed. KAC needs
14861494 to know this to discover and communicate with IAR.
14871495 displayName : Falcon Image Analyzer Namespace
@@ -2086,6 +2094,14 @@ spec:
20862094 - list
20872095 - update
20882096 - watch
2097+ - apiGroups :
2098+ - apiextensions.k8s.io
2099+ resources :
2100+ - customresourcedefinitions
2101+ verbs :
2102+ - get
2103+ - list
2104+ - watch
20892105 - apiGroups :
20902106 - apps
20912107 resources :
@@ -2176,6 +2192,16 @@ spec:
21762192 - get
21772193 - patch
21782194 - update
2195+ - apiGroups :
2196+ - gateway.networking.k8s.io
2197+ resources :
2198+ - gatewayclasses
2199+ - gateways
2200+ - httproutes
2201+ verbs :
2202+ - get
2203+ - list
2204+ - watch
21792205 - apiGroups :
21802206 - image.openshift.io
21812207 resources :
@@ -2187,6 +2213,23 @@ spec:
21872213 - list
21882214 - update
21892215 - watch
2216+ - apiGroups :
2217+ - networking.istio.io
2218+ resources :
2219+ - virtualservices
2220+ verbs :
2221+ - get
2222+ - list
2223+ - watch
2224+ - apiGroups :
2225+ - networking.k8s.io
2226+ resources :
2227+ - ingresses
2228+ - networkpolicies
2229+ verbs :
2230+ - get
2231+ - list
2232+ - watch
21902233 - apiGroups :
21912234 - rbac.authorization.k8s.io
21922235 resources :
@@ -2287,7 +2330,7 @@ spec:
22872330 fieldPath : metadata.annotations['olm.targetNamespaces']
22882331 - name : OPERATOR_NAME
22892332 value : falcon-operator
2290- image : quay.io/crowdstrike/falcon-operator:1.9 .0
2333+ image : quay.io/crowdstrike/falcon-operator:1.10 .0
22912334 livenessProbe :
22922335 httpGet :
22932336 path : /healthz
@@ -2386,4 +2429,4 @@ spec:
23862429 provider :
23872430 name : CrowdStrike
23882431 url : https://crowdStrike.com
2389- version : 1.9 .0
2432+ version : 1.10 .0
0 commit comments