Skip to content

Commit 9eea88e

Browse files
Merge pull request #271 from lunarwhite/disc
CM-499: Enable disconnected support via annotation in operator CSV
2 parents 288a57b + 3a1ade5 commit 9eea88e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ metadata:
243243
features.operators.openshift.io/cnf: "false"
244244
features.operators.openshift.io/cni: "false"
245245
features.operators.openshift.io/csi: "false"
246-
features.operators.openshift.io/disconnected: "false"
246+
features.operators.openshift.io/disconnected: "true"
247247
features.operators.openshift.io/fips-compliant: "true"
248248
features.operators.openshift.io/proxy-aware: "true"
249249
features.operators.openshift.io/tls-profiles: "false"
@@ -259,7 +259,6 @@ metadata:
259259
for additional steps.
260260
operatorframework.io/cluster-monitoring: "true"
261261
operatorframework.io/suggested-namespace: cert-manager-operator
262-
operators.openshift.io/infrastructure-features: '["proxy-aware"]'
263262
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
264263
Container Platform", "OpenShift Platform Plus"]'
265264
operators.operatorframework.io/builder: operator-sdk-v1.25.1

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
features.operators.openshift.io/cnf: "false"
1212
features.operators.openshift.io/cni: "false"
1313
features.operators.openshift.io/csi: "false"
14-
features.operators.openshift.io/disconnected: "false"
14+
features.operators.openshift.io/disconnected: "true"
1515
features.operators.openshift.io/fips-compliant: "true"
1616
features.operators.openshift.io/proxy-aware: "true"
1717
features.operators.openshift.io/tls-profiles: "false"
@@ -27,7 +27,6 @@ metadata:
2727
for additional steps.
2828
operatorframework.io/cluster-monitoring: "true"
2929
operatorframework.io/suggested-namespace: cert-manager-operator
30-
operators.openshift.io/infrastructure-features: '["proxy-aware"]'
3130
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
3231
Container Platform", "OpenShift Platform Plus"]'
3332
operators.operatorframework.io/project_layout: unknown

0 commit comments

Comments
 (0)