Skip to content

Commit 3a77085

Browse files
committed
bump minimum openshift version to 4.12
1 parent 6e453a8 commit 3a77085

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ bundle: kustomize operator-sdk ## Generate bundle manifests and metadata, then v
180180
$(OPERATOR_SDK) generate kustomize manifests --interactive=false -q
181181
cd config/manager && $(KUSTOMIZE) edit set image controller=$(IMG)
182182
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS)
183-
@printf "%s\n" '' 'LABEL com.redhat.openshift.versions="v4.10"' 'LABEL com.redhat.delivery.operator.bundle=true' 'LABEL com.redhat.delivery.backport=true' >> bundle.Dockerfile
184-
@printf "%s\n" '' ' # OpenShift annotations.' ' com.redhat.openshift.versions: v4.10' >> bundle/metadata/annotations.yaml
183+
@printf "%s\n" '' 'LABEL com.redhat.openshift.versions="v4.12"' 'LABEL com.redhat.delivery.operator.bundle=true' 'LABEL com.redhat.delivery.backport=true' >> bundle.Dockerfile
184+
@printf "%s\n" '' ' # OpenShift annotations.' ' com.redhat.openshift.versions: v4.12' >> bundle/metadata/annotations.yaml
185185
$(OPERATOR_SDK) bundle validate ./bundle
186186

187187
.PHONY: bundle-build

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ COPY bundle/manifests /manifests/
2020
COPY bundle/metadata /metadata/
2121
COPY bundle/tests/scorecard /tests/scorecard/
2222

23-
LABEL com.redhat.openshift.versions="v4.10"
23+
LABEL com.redhat.openshift.versions="v4.12"
2424
LABEL com.redhat.delivery.operator.bundle=true
2525
LABEL com.redhat.delivery.backport=true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ metadata:
221221
categories: Monitoring, Networking
222222
certified: "true"
223223
containerImage: quay.io/nginx/nginx-ingress-operator:2.2.0
224-
createdAt: "2024-03-26T16:29:39Z"
224+
createdAt: "2024-03-27T12:13:17Z"
225225
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
226226
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
227227
operatorframework.io/suggested-namespace: nginx-ingress

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ annotations:
1515
operators.operatorframework.io.test.config.v1: tests/scorecard/
1616

1717
# OpenShift annotations.
18-
com.redhat.openshift.versions: v4.10
18+
com.redhat.openshift.versions: v4.12

config/manager/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: v1
23
kind: Namespace
34
metadata:

0 commit comments

Comments
 (0)