Skip to content

Commit 55869b0

Browse files
committed
Update CSV: OLM bundle name, version, replaces, skipRange and skips
- update version to "1.18.0" - update name to "cert-manager-operator.v1.18.0" - update replaces to "cert-manager-operator.v1.17.0" - update skipRange to ">=1.17.0 <1.18.0" - * make update-bindata
1 parent 8dfd513 commit 55869b0

3 files changed

Lines changed: 58 additions & 58 deletions

File tree

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.16.1 <1.17.0'
253+
olm.skipRange: '>=1.17.0 <1.18.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
@@ -781,5 +781,5 @@ spec:
781781
name: cert-manager-acmesolver
782782
- image: quay.io/jetstack/cert-manager-istio-csr:v0.14.2
783783
name: cert-manager-istiocsr
784-
replaces: cert-manager-operator.v1.16.1
784+
replaces: cert-manager-operator.v1.17.0
785785
version: 1.18.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.16.1 <1.17.0'
21+
olm.skipRange: '>=1.17.0 <1.18.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
@@ -38,7 +38,7 @@ metadata:
3838
operatorframework.io/arch.ppc64le: supported
3939
operatorframework.io/arch.s390x: supported
4040
operatorframework.io/os.linux: supported
41-
name: cert-manager-operator.v1.17.0
41+
name: cert-manager-operator.v1.18.0
4242
namespace: cert-manager-operator
4343
spec:
4444
apiservicedefinitions: {}
@@ -104,5 +104,5 @@ spec:
104104
minKubeVersion: 1.27.0
105105
provider:
106106
name: Red Hat
107-
replaces: cert-manager-operator.v1.16.1
108-
version: 1.17.0
107+
replaces: cert-manager-operator.v1.17.0
108+
version: 1.18.0

0 commit comments

Comments
 (0)