Skip to content

Commit

Permalink
Added feature annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Oct 7, 2024
1 parent abec21d commit d616ba6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bundle/manifests/mariadb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,15 @@ metadata:
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.34.0
createdAt: "2024-10-07T14:20:54Z"
createdAt: "2024-10-07T16:22:02Z"
description: Run and operate MariaDB in a cloud native way
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
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"
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/mariadb-operator/mariadb-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ metadata:
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.34.0
description: Run and operate MariaDB in a cloud native way
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
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"
repository: https://github.com/mariadb-operator/mariadb-operator
support: mariadb-operator
name: mariadb-operator.v0.0.0
Expand Down

0 comments on commit d616ba6

Please sign in to comment.