Skip to content

Commit 1481231

Browse files
authored
Update bundle output for Operator (#4449)
1 parent 6ec1a54 commit 1481231

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 8 additions & 8 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.1-ubi"
43+
"tag": "2.2.2-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.1-ubi"
99+
"tag": "2.2.2-ubi"
100100
},
101101
"kind": "deployment",
102102
"labels": {},
@@ -144,12 +144,12 @@ metadata:
144144
}
145145
]
146146
capabilities: Basic Install
147-
createdAt: "2025-11-13T19:38:00Z"
147+
createdAt: "2025-12-11T09:36:30Z"
148148
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:c9c8456458ab9433edb0370c45c20f64363f6376c5ca488ae6b125fd9f27f8a3
152+
containerImage: ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:726c4744ebb1033b5d81fc6c7d5d1e29680461b839610846245bba092843a152
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.1
168+
name: nginx-gateway-fabric.v1.0.2
169169
namespace: placeholder
170170
labels:
171171
operatorframework.io/arch.amd64: supported
@@ -468,7 +468,7 @@ spec:
468468
- --leader-elect
469469
- --leader-election-id=nginx-gateway-fabric
470470
- --health-probe-bind-address=:8081
471-
image: ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:c9c8456458ab9433edb0370c45c20f64363f6376c5ca488ae6b125fd9f27f8a3
471+
image: ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:726c4744ebb1033b5d81fc6c7d5d1e29680461b839610846245bba092843a152
472472
livenessProbe:
473473
httpGet:
474474
path: /healthz
@@ -561,6 +561,6 @@ spec:
561561
name: F5 NGINX
562562
url: https://www.f5.com/go/product/welcome-to-nginx
563563
relatedImages:
564-
- image: ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:c9c8456458ab9433edb0370c45c20f64363f6376c5ca488ae6b125fd9f27f8a3
564+
- image: ghcr.io/nginx/nginx-gateway-fabric/operator@sha256:726c4744ebb1033b5d81fc6c7d5d1e29680461b839610846245bba092843a152
565565
name: manager
566-
version: 1.0.1
566+
version: 1.0.2

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.1
8+
newTag: 1.0.2

0 commit comments

Comments
 (0)