Skip to content

Commit 29c83b3

Browse files
authored
correct operator version 2.2.1 (#295)
1 parent 7c8266f commit 29c83b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ metadata:
244244
operatorframework.io/arch.arm64: supported
245245
operatorframework.io/arch.ppc64le: supported
246246
operatorframework.io/arch.s390x: supported
247-
name: nginx-ingress-operator.v2.2.0
247+
name: nginx-ingress-operator.v2.2.1
248248
namespace: placeholder
249249
spec:
250250
apiservicedefinitions: {}
@@ -448,7 +448,7 @@ spec:
448448
- --metrics-bind-address=127.0.0.1:8080
449449
- --leader-elect
450450
- --leader-election-id=nginx-ingress-operator
451-
image: quay.io/nginx/nginx-ingress-operator:2.2.0
451+
image: quay.io/nginx/nginx-ingress-operator:2.2.1
452452
livenessProbe:
453453
httpGet:
454454
path: /healthz
@@ -539,4 +539,4 @@ spec:
539539
minKubeVersion: 1.23.0
540540
provider:
541541
name: NGINX Inc
542-
version: 2.2.0
542+
version: 2.2.1

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: quay.io/nginx/nginx-ingress-operator
8-
newTag: 2.2.0
8+
newTag: 2.2.1

0 commit comments

Comments
 (0)