Skip to content

Commit 2220dbf

Browse files
authored
Update operator bundle for v1.0.1 (#4285) (#4287)
1 parent 455bd03 commit 2220dbf

File tree

7 files changed

+44
-16
lines changed

7 files changed

+44
-16
lines changed

operators/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# VERSION defines the project version for the bundle.
22
# Update this value when you upgrade the version of the operator.
3-
VERSION ?= 1.0.0
3+
VERSION ?= 1.0.1
44

55
# renovate: datasource=github-tags depName=operator-framework/operator-sdk
6-
OPERATOR_SDK_VERSION ?= v1.41.1
6+
OPERATOR_SDK_VERSION ?= v1.42.0
77

88
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
99
KUSTOMIZE_VERSION ?= v5.6.0

operators/bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=nginx-gateway-fabric
88
LABEL operators.operatorframework.io.bundle.channels.v1=stable
99
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
10-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1
10+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.42.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1
1313

operators/bundle/manifests/nginx-gateway-fabric.clusterserviceversion.yaml

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

operators/bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
operators.operatorframework.io.bundle.package.v1: nginx-gateway-fabric
77
operators.operatorframework.io.bundle.channels.v1: stable
88
operators.operatorframework.io.bundle.channel.default.v1: stable
9-
operators.operatorframework.io.metrics.builder: operator-sdk-v1.41.1
9+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.42.0
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1
1212

operators/config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/nginx/nginx-gateway-fabric/operator
8-
newTag: 1.0.0
8+
newTag: 1.0.1

operators/config/rbac/role.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,20 @@ rules:
114114
- tlsroutes/status
115115
verbs:
116116
- update
117+
- apiGroups:
118+
- inference.networking.k8s.io
119+
resources:
120+
- inferencepools
121+
verbs:
122+
- get
123+
- list
124+
- watch
125+
- apiGroups:
126+
- inference.networking.k8s.io
127+
resources:
128+
- inferencepools/status
129+
verbs:
130+
- update
117131
- apiGroups:
118132
- gateway.nginx.org
119133
resources:

operators/config/samples/gateway_v1alpha1_nginxgatewayfabric.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
image:
3131
pullPolicy: IfNotPresent
3232
repository: ghcr.io/nginx/nginx-gateway-fabric/nginx
33-
tag: "2.2.0-ubi"
33+
tag: "2.2.1-ubi"
3434
imagePullSecret: ""
3535
imagePullSecrets: []
3636
kind: deployment
@@ -77,7 +77,7 @@ spec:
7777
image:
7878
pullPolicy: IfNotPresent
7979
repository: ghcr.io/nginx/nginx-gateway-fabric
80-
tag: "2.2.0-ubi"
80+
tag: "2.2.1-ubi"
8181
kind: deployment
8282
labels: {}
8383
leaderElection:

0 commit comments

Comments
 (0)