Skip to content

Commit 2cbd800

Browse files
committed
[cert-maanger] Update to 1.18
1 parent d515456 commit 2cbd800

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

cert-manager/operator

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5c740667b28b9a8930d2d11327c42aed5ebfcfeb Mon Sep 17 00:00:00 2001
1+
From 64a1caa1547aa448dc84bc9dd5ddb5b3eb9b9525 Mon Sep 17 00:00:00 2001
22
From: Owen Howard <owen@ziax.com>
33
Date: Fri, 30 May 2025 14:09:06 +0100
44
Subject: [PATCH] OKDify
@@ -8,24 +8,23 @@ Subject: [PATCH] OKDify
88
1 file changed, 10 insertions(+), 12 deletions(-)
99

1010
diff --git a/config/manifests/bases/cert-manager-operator.clusterserviceversion.yaml b/config/manifests/bases/cert-manager-operator.clusterserviceversion.yaml
11-
index 604f7b3b..dcd24527 100644
11+
index 5b705214..6cc72dff 100644
1212
--- a/config/manifests/bases/cert-manager-operator.clusterserviceversion.yaml
1313
+++ b/config/manifests/bases/cert-manager-operator.clusterserviceversion.yaml
14-
@@ -19,8 +19,8 @@ metadata:
14+
@@ -19,19 +19,17 @@ metadata:
1515
features.operators.openshift.io/token-auth-azure: "true"
1616
features.operators.openshift.io/token-auth-gcp: "true"
17-
olm.skipRange: '>=1.15.0 <1.15.1'
17+
olm.skipRange: '>=1.17.0 <1.18.0'
1818
- operator.openshift.io/uninstall-message: The cert-manager Operator for Red Hat
1919
- OpenShift will be removed from cert-manager-operator namespace. If your Operator
2020
+ operator.openshift.io/uninstall-message: The cert-manager Operator for OKD
2121
+ will be removed from cert-manager-operator namespace. If your Operator
2222
configured any off-cluster resources, these will continue to run and require
2323
manual cleanup. All operands created by the operator will need to be manually
2424
cleaned up. Please refer to https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/cert-manager-operator-uninstall.html
25-
@@ -28,11 +28,9 @@ metadata:
25+
for additional steps.
2626
operatorframework.io/cluster-monitoring: "true"
2727
operatorframework.io/suggested-namespace: cert-manager-operator
28-
operators.openshift.io/infrastructure-features: '["proxy-aware"]'
2928
- operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
3029
- Container Platform", "OpenShift Platform Plus"]'
3130
operators.operatorframework.io/project_layout: unknown
@@ -35,14 +34,14 @@ index 604f7b3b..dcd24527 100644
3534
labels:
3635
operatorframework.io/arch.amd64: supported
3736
operatorframework.io/arch.arm64: supported
38-
@@ -69,11 +67,11 @@ spec:
37+
@@ -68,11 +66,11 @@ spec:
3938
name: certmanagers.operator.openshift.io
4039
version: v1alpha1
4140
description: |
42-
- The cert-manager Operator for Red Hat OpenShift provides seamless support for [cert-manager v1.15.5](https://github.com/cert-manager/cert-manager/tree/v1.15.2), which automates certificate management.
41+
- The cert-manager Operator for Red Hat OpenShift provides seamless support for [cert-manager v1.18.2](https://github.com/cert-manager/cert-manager/tree/v1.18.2), which automates certificate management.
4342
- For more information, see the [cert-manager Operator for Red Hat OpenShift documentation](https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html).
4443
- displayName: cert-manager Operator for Red Hat OpenShift
45-
+ The cert-manager Operator for OKD provides seamless support for [cert-manager v1.15.5](https://github.com/cert-manager/cert-manager/tree/v1.15.2), which automates certificate management.
44+
+ The cert-manager Operator for OKD provides seamless support for [cert-manager v1.18.2](https://github.com/cert-manager/cert-manager/tree/v1.18.2), which automates certificate management.
4645
+ For more information, see the [cert-manager Operator for OKD documentation](https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html).
4746
+ displayName: cert-manager Operator for OKD
4847
icon:
@@ -51,7 +50,7 @@ index 604f7b3b..dcd24527 100644
5150
mediatype: image/png
5251
install:
5352
spec:
54-
@@ -99,11 +97,11 @@ spec:
53+
@@ -98,11 +96,11 @@ spec:
5554
- name: Documentation
5655
url: https://github.com/openshift/cert-manager-operator/blob/master/README.md
5756
maintainers:
@@ -60,12 +59,12 @@ index 604f7b3b..dcd24527 100644
6059
+ - email: maintainers@okd.io
6160
+ name: OKD Community
6261
maturity: stable
63-
minKubeVersion: 1.25.0
62+
minKubeVersion: 1.27.0
6463
provider:
6564
- name: Red Hat
6665
+ name: OKD Community
67-
replaces: cert-manager-operator.v1.15.0
68-
version: 1.15.1
66+
replaces: cert-manager-operator.v1.17.0
67+
version: 1.18.0
6968
--
70-
2.49.0
69+
2.52.0
7170

0 commit comments

Comments
 (0)