@@ -40,7 +40,7 @@ metadata:
4040 "image": {
4141 "pullPolicy": "IfNotPresent",
4242 "repository": "ghcr.io/nginx/nginx-gateway-fabric/nginx",
43- "tag": "2.2.0 -ubi"
43+ "tag": "2.2.1 -ubi"
4444 },
4545 "imagePullSecret": "",
4646 "imagePullSecrets": [],
@@ -96,7 +96,7 @@ metadata:
9696 "image": {
9797 "pullPolicy": "IfNotPresent",
9898 "repository": "ghcr.io/nginx/nginx-gateway-fabric",
99- "tag": "2.2.0 -ubi"
99+ "tag": "2.2.1 -ubi"
100100 },
101101 "kind": "deployment",
102102 "labels": {},
@@ -144,12 +144,12 @@ metadata:
144144 }
145145 ]
146146 capabilities : Basic Install
147- createdAt : " 2025-10-23T13:55:48Z "
148- operators.operatorframework.io/builder : operator-sdk-v1.41.1
147+ createdAt : " 2025-11-13T19:38:00Z "
148+ operators.operatorframework.io/builder : operator-sdk-v1.42.0
149149 operators.operatorframework.io/project_layout : helm.sdk.operatorframework.io/v1
150150 categories : Networking
151151 certified : " true"
152- containerImage : ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:e2a8de4ef9724ef2e4f0b2b648681b4a4b6a5714ba111dd9348c5599dd552a84
152+ containerImage : ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:c9c8456458ab9433edb0370c45c20f64363f6376c5ca488ae6b125fd9f27f8a3
153153 description : The NGINX Gateway Fabric is a Kubernetes Gateway API implementation that provides application traffic management for modern cloud-native applications
154154 features.operators.openshift.io/cnf : " false"
155155 features.operators.openshift.io/cni : " false"
@@ -165,7 +165,7 @@ metadata:
165165 repository : https://github.com/nginx/nginx-gateway-fabric
166166 support : NGINX Inc.
167167 com.redhat.openshift.versions : v4.19
168- name : nginx-gateway-fabric.v1.0.0
168+ name : nginx-gateway-fabric.v1.0.1
169169 namespace : placeholder
170170 labels :
171171 operatorframework.io/arch.amd64 : supported
@@ -345,6 +345,20 @@ spec:
345345 - tlsroutes/status
346346 verbs :
347347 - update
348+ - apiGroups :
349+ - inference.networking.k8s.io
350+ resources :
351+ - inferencepools
352+ verbs :
353+ - get
354+ - list
355+ - watch
356+ - apiGroups :
357+ - inference.networking.k8s.io
358+ resources :
359+ - inferencepools/status
360+ verbs :
361+ - update
348362 - apiGroups :
349363 - gateway.nginx.org
350364 resources :
@@ -454,7 +468,7 @@ spec:
454468 - --leader-elect
455469 - --leader-election-id=nginx-gateway-fabric
456470 - --health-probe-bind-address=:8081
457- image : ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:e2a8de4ef9724ef2e4f0b2b648681b4a4b6a5714ba111dd9348c5599dd552a84
471+ image : ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:c9c8456458ab9433edb0370c45c20f64363f6376c5ca488ae6b125fd9f27f8a3
458472 livenessProbe :
459473 httpGet :
460474 path : /healthz
@@ -547,6 +561,6 @@ spec:
547561 name : F5 NGINX
548562 url : https://www.f5.com/go/product/welcome-to-nginx
549563 relatedImages :
550- - image : ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:e2a8de4ef9724ef2e4f0b2b648681b4a4b6a5714ba111dd9348c5599dd552a84
564+ - image : ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:c9c8456458ab9433edb0370c45c20f64363f6376c5ca488ae6b125fd9f27f8a3
551565 name : manager
552- version : 1.0.0
566+ version : 1.0.1
0 commit comments