Skip to content

Commit 2c31554

Browse files
Merge pull request #661 from iam-veeramalla/1.11.2
feat: Add mandatory annotations
2 parents 60b1425 + 52dd4e4 commit 2c31554

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ metadata:
137137
containerImage: quay.io/redhat-developer/gitops-operator
138138
description: Enables teams to adopt GitOps principles for managing cluster configurations
139139
and application delivery across hybrid multi-cluster Kubernetes environments.
140+
features.operators.openshift.io/disconnected: "true"
141+
features.operators.openshift.io/fips-compliant: "false"
142+
features.operators.openshift.io/proxy-aware: "true"
143+
features.operators.openshift.io/tls-profiles: "false"
144+
features.operators.openshift.io/token-auth-aws: "false"
145+
features.operators.openshift.io/token-auth-azure: "false"
146+
features.operators.openshift.io/token-auth-gcp: "false"
140147
operatorframework.io/cluster-monitoring: "true"
141148
operatorframework.io/suggested-namespace: openshift-gitops-operator
142149
operators.openshift.io/infrastructure-features: '["disconnected"]'

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ metadata:
77
containerImage: quay.io/redhat-developer/gitops-operator
88
description: Enables teams to adopt GitOps principles for managing cluster configurations
99
and application delivery across hybrid multi-cluster Kubernetes environments.
10+
features.operators.openshift.io/disconnected: "true"
11+
features.operators.openshift.io/fips-compliant: "false"
12+
features.operators.openshift.io/proxy-aware: "true"
13+
features.operators.openshift.io/tls-profiles: "false"
14+
features.operators.openshift.io/token-auth-aws: "false"
15+
features.operators.openshift.io/token-auth-azure: "false"
16+
features.operators.openshift.io/token-auth-gcp: "false"
1017
operatorframework.io/cluster-monitoring: "true"
1118
operatorframework.io/suggested-namespace: openshift-gitops-operator
1219
operators.openshift.io/infrastructure-features: '["disconnected"]'

0 commit comments

Comments
 (0)