Skip to content

Commit 2413d71

Browse files
committed
Add the disconnected annotation
The commit 0764340 added support for airgapped (disconnect) environments. This patch just adds the annotation indicates that the Operator works in a disconnected environment. Operators such as the "openstack" one already uses this annotation [0] and it is suggested by [1] so it can be filtered in OperatorHub by this infrastructure feature. [0] openstack-k8s-operators/openstack-operator@6b99f5b [1] https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/operators/developing-operators Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
1 parent eb01c4b commit 2413d71

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

bundle/manifests/openstack-lightspeed-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ metadata:
2525
]
2626
capabilities: Basic Install
2727
categories: AI/Machine Learning
28-
createdAt: "2026-02-18T16:58:24Z"
28+
createdAt: "2026-02-19T09:36:07Z"
2929
description: AI-powered virtual assistant for Red Hat OpenStack Services on OpenShift
3030
features.operators.openshift.io/cnf: "false"
3131
features.operators.openshift.io/cni: "false"
3232
features.operators.openshift.io/csi: "false"
33+
features.operators.openshift.io/disconnected: "true"
3334
features.operators.openshift.io/fips-compliant: "false"
3435
features.operators.openshift.io/proxy-aware: "false"
3536
features.operators.openshift.io/tls-profiles: "false"

config/manifests/bases/openstack-lightspeed-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
features.operators.openshift.io/cnf: "false"
1010
features.operators.openshift.io/cni: "false"
1111
features.operators.openshift.io/csi: "false"
12+
features.operators.openshift.io/disconnected: "true"
1213
features.operators.openshift.io/fips-compliant: "false"
1314
features.operators.openshift.io/proxy-aware: "false"
1415
features.operators.openshift.io/tls-profiles: "false"

0 commit comments

Comments
 (0)