Skip to content

Commit

Permalink
Merge pull request #130 from jsafrane/4.13-add-olm-annotations
Browse files Browse the repository at this point in the history
OCPBUGS-30113: 4.13: Add feature annotations to CSV
  • Loading branch information
openshift-merge-bot[bot] committed Mar 7, 2024
2 parents 8f429b8 + 145a82d commit 66ed06c
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ metadata:
createdAt: "2021-07-14T00:00:00Z"
description: Install and configure AWS EFS CSI driver.
olm.skipRange: ">=4.9.0-0 <4.13.0"
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" # requires OCP 4.15
features.operators.openshift.io/csi: "true"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
# Operator does NOT support configuration for tokenzied authentication by using the Cloud Credential Operator (CCO), that's a 4.14 feature.
# Users must use ccoctl manually.
features.operators.openshift.io/token-auth-aws: "false"
labels:
operator-metering: "true"
"operatorframework.io/arch.amd64": supported
Expand Down

0 comments on commit 66ed06c

Please sign in to comment.