Skip to content

Commit 295ba1d

Browse files
committed
Changes to OLM bundle replaces and SkipRange for v1.16.4
- replaces : cert-manager-operator.v1.15.1 - olm.skipRange: '>=1.15.1 <1.16.0'
1 parent 93f16f5 commit 295ba1d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains Cert Manager Operator designed for OpenShift. The opera
44

55
## The operator architecture and design assumptions
66

7-
The Operator uses the [upstream deployment manifests](https://github.com/jetstack/cert-manager/releases/download/v1.15.5/cert-manager.yaml). It divides them into separate files and deploys using 3 controllers:
7+
The Operator uses the [upstream deployment manifests](https://github.com/jetstack/cert-manager/releases/download/v1.16.4/cert-manager.yaml). It divides them into separate files and deploys using 3 controllers:
88
- [cert_manager_cainjector_deployment.go](pkg/controller/deployment/cert_manager_cainjector_deployment.go)
99
- [cert_manager_controller_deployment.go](pkg/controller/deployment/cert_manager_controller_deployment.go)
1010
- [cert_manager_webhook_deployment.go](pkg/controller/deployment/cert_manager_webhook_deployment.go)

bundle/manifests/cert-manager-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ metadata:
250250
features.operators.openshift.io/token-auth-aws: "true"
251251
features.operators.openshift.io/token-auth-azure: "true"
252252
features.operators.openshift.io/token-auth-gcp: "true"
253-
olm.skipRange: '>=1.15.0 <1.15.1'
253+
olm.skipRange: '>=1.15.1 <1.16.0'
254254
operator.openshift.io/uninstall-message: The cert-manager Operator for Red Hat
255255
OpenShift will be removed from cert-manager-operator namespace. If your Operator
256256
configured any off-cluster resources, these will continue to run and require
@@ -769,5 +769,5 @@ spec:
769769
name: cert-manager-acmesolver
770770
- image: quay.io/jetstack/cert-manager-istio-csr:v0.14.0
771771
name: cert-manager-istiocsr
772-
replaces: cert-manager-operator.v1.15.0
772+
replaces: cert-manager-operator.v1.15.1
773773
version: 1.16.0

config/manifests/bases/cert-manager-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
features.operators.openshift.io/token-auth-aws: "true"
1919
features.operators.openshift.io/token-auth-azure: "true"
2020
features.operators.openshift.io/token-auth-gcp: "true"
21-
olm.skipRange: '>=1.15.0 <1.15.1'
21+
olm.skipRange: '>=1.15.1 <1.16.0'
2222
operator.openshift.io/uninstall-message: The cert-manager Operator for Red Hat
2323
OpenShift will be removed from cert-manager-operator namespace. If your Operator
2424
configured any off-cluster resources, these will continue to run and require
@@ -39,7 +39,7 @@ metadata:
3939
operatorframework.io/arch.ppc64le: supported
4040
operatorframework.io/arch.s390x: supported
4141
operatorframework.io/os.linux: supported
42-
name: cert-manager-operator.v1.15.0
42+
name: cert-manager-operator.v1.16.0
4343
namespace: cert-manager-operator
4444
spec:
4545
apiservicedefinitions: {}
@@ -105,5 +105,5 @@ spec:
105105
minKubeVersion: 1.25.0
106106
provider:
107107
name: Red Hat
108-
replaces: cert-manager-operator.v1.15.0
109-
version: 1.15.1
108+
replaces: cert-manager-operator.v1.15.1
109+
version: 1.16.0

0 commit comments

Comments
 (0)