Skip to content

Commit

Permalink
CRW-4824 Updating annotations for operators to meet new OpenShift req…
Browse files Browse the repository at this point in the history
…uirements (#1816)

* Updating annotations for operators to meet new OpenShift requirements

Signed-off-by: sdawley <sdawley@redhat.com>

* update version

* Switching tls-profiles to false

* Revert changes to bundle/stable

---------

Signed-off-by: sdawley <sdawley@redhat.com>
  • Loading branch information
SDawley authored Mar 12, 2024
1 parent e2a42e4 commit 9db78ac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,22 @@ metadata:
createdAt: "2021-05-11T18:38:31Z"
description: A Kube-native development solution that delivers portable and collaborative
developer workspaces.
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "true"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
operatorframework.io/suggested-namespace: openshift-operators
operators.openshift.io/infrastructure-features: '["disconnected", "proxy-aware",
"fips"]'
operators.operatorframework.io/builder: operator-sdk-v1.9.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che.v7.83.0-858.next
name: eclipse-che.v7.83.0-860.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1024,7 +1032,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.83.0-858.next
version: 7.83.0-860.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
12 changes: 10 additions & 2 deletions config/manifests/bases/che-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ metadata:
createdAt: "2021-05-11T18:38:31Z"
description: A Kube-native development solution that delivers portable and collaborative
developer workspaces.
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "true"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
operatorframework.io/suggested-namespace: openshift-operators
operators.openshift.io/infrastructure-features: '["disconnected", "proxy-aware",
"fips"]'
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che.v0.0.0
Expand Down

0 comments on commit 9db78ac

Please sign in to comment.