Skip to content

Commit 9e63486

Browse files
Merge pull request #586 from jakobmoellerdev/feature-annotation-release-4.15
[release-4.15] OCPBUGS-30347: chore: update feature annotations for lvms
2 parents 81fdbf2 + 284d63f commit 9e63486

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

bundle/manifests/lvms-operator.clusterserviceversion.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ metadata:
3333
containerImage: quay.io/lvms_dev/lvms-operator:latest
3434
description: Logical volume manager storage provides dynamically provisioned local
3535
storage for container workloads
36+
features.operators.openshift.io/cnf: "false"
37+
features.operators.openshift.io/cni: "false"
38+
features.operators.openshift.io/csi: "true"
39+
features.operators.openshift.io/disconnected: "true"
40+
features.operators.openshift.io/fips-compliant: "true"
41+
features.operators.openshift.io/proxy-aware: "false"
42+
features.operators.openshift.io/tls-profiles: "false"
43+
features.operators.openshift.io/token-auth-aws: "false"
44+
features.operators.openshift.io/token-auth-azure: "false"
45+
features.operators.openshift.io/token-auth-gcp: "false"
3646
olm.skipRange: ""
3747
operatorframework.io/cluster-monitoring: "true"
3848
operatorframework.io/initialization-resource: |-

config/manifests/bases/clusterserviceversion.yaml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ metadata:
4343
}
4444
}
4545
}
46+
features.operators.openshift.io/disconnected: "true"
47+
features.operators.openshift.io/fips-compliant: "true"
48+
features.operators.openshift.io/proxy-aware: "false"
49+
features.operators.openshift.io/cnf: "false"
50+
features.operators.openshift.io/cni: "false"
51+
features.operators.openshift.io/csi: "true"
52+
features.operators.openshift.io/tls-profiles: "false"
53+
features.operators.openshift.io/token-auth-aws: "false"
54+
features.operators.openshift.io/token-auth-azure: "false"
55+
features.operators.openshift.io/token-auth-gcp: "false"
4656
operators.openshift.io/infrastructure-features: '["csi", "disconnected"]'
4757
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
4858
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.io", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'

config/manifests/bases/lvms-operator.clusterserviceversion.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ metadata:
4343
}
4444
}
4545
}
46+
features.operators.openshift.io/disconnected: "true"
47+
features.operators.openshift.io/fips-compliant: "true"
48+
features.operators.openshift.io/proxy-aware: "false"
49+
features.operators.openshift.io/cnf: "false"
50+
features.operators.openshift.io/cni: "false"
51+
features.operators.openshift.io/csi: "true"
52+
features.operators.openshift.io/tls-profiles: "false"
53+
features.operators.openshift.io/token-auth-aws: "false"
54+
features.operators.openshift.io/token-auth-azure: "false"
55+
features.operators.openshift.io/token-auth-gcp: "false"
4656
operators.openshift.io/infrastructure-features: '["csi", "disconnected"]'
4757
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
4858
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.io", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'

0 commit comments

Comments
 (0)