Skip to content

Commit

Permalink
OADP-3055: Add more keywords, categories and change maintainers to gr…
Browse files Browse the repository at this point in the history
…oup e-mail

Partially fixes improvements as defined in the #OADP-3055
 - Add maintainers e-mail group instead of individuals
 - Adds keywords to be able to find the operator easier within OperatorHub
 - Used additional categories, so it's easier to find within OperatorHub:
   Cloud Provider
     integrations with various cloud providers to facilitate backup and restore operations
   Developer Tools
     used in development and operations workflows for managing backups and restores
   Modernization & Migration
     used during migration and modernization efforts when moving applications to and from OCP clusters
   OpenShift Optional
     current category, won't be changing that
   Storage
     closely associated with storage-related operations

Signed-off-by: Michal Pryc <mpryc@redhat.com>
  • Loading branch information
mpryc committed Feb 1, 2024
1 parent cc1313c commit 6bbc1bb
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 10 deletions.
38 changes: 33 additions & 5 deletions bundle/manifests/oadp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ metadata:
}
]
capabilities: Seamless Upgrades
categories: OpenShift Optional
categories: |
Cloud Provider,Developer Tools,Modernization & Migration,OpenShift Optional,Storage
certified: "false"
containerImage: quay.io/konveyor/oadp-operator:latest
createdAt: "2020-09-08T12:21:00Z"
Expand Down Expand Up @@ -945,17 +946,44 @@ spec:
- supported: false
type: AllNamespaces
keywords:
- disaster backup
- disaster recovery
- disaster restore
- disaster
- backup
- restore
- backup automation
- recovery
- data protection
- data management
- data
- protection
- management
- application resilience
- resilience
- velero
- openshift
- oadp
- cloud-native
- replication
- kopia
- restic
- network file system
- nfs
- simple cloud storage
- s3
- minio
- cloud storage
- data foundation
- ceph
- csi
- container storage interface
links:
- name: OADP Operator
url: https://github.com/openshift/oadp-operator
maintainers:
- email: dymurray@redhat.com
name: Dylan Murray
- email: spampatt@redhat.com
name: Shubham Dilip Pampattiwar
- email: oadp-maintainers@redhat.com
name: OADP Operator maintainers
maturity: stable
provider:
name: Red Hat
Expand Down
38 changes: 33 additions & 5 deletions config/manifests/bases/oadp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ kind: ClusterServiceVersion
metadata:
annotations:
capabilities: Seamless Upgrades
categories: OpenShift Optional
categories: |
Cloud Provider,Developer Tools,Modernization & Migration,OpenShift Optional,Storage
certified: "false"
containerImage: quay.io/konveyor/oadp-operator:latest
createdAt: "2020-09-08T12:21:00Z"
Expand Down Expand Up @@ -442,17 +443,44 @@ spec:
- supported: false
type: AllNamespaces
keywords:
- disaster backup
- disaster recovery
- disaster restore
- disaster
- backup
- restore
- backup automation
- recovery
- data protection
- data management
- data
- protection
- management
- application resilience
- resilience
- velero
- openshift
- oadp
- cloud-native
- replication
- kopia
- restic
- network file system
- nfs
- simple cloud storage
- s3
- minio
- cloud storage
- data foundation
- ceph
- csi
- container storage interface
links:
- name: OADP Operator
url: https://github.com/openshift/oadp-operator
maintainers:
- email: dymurray@redhat.com
name: Dylan Murray
- email: spampatt@redhat.com
name: Shubham Dilip Pampattiwar
- email: oadp-maintainers@redhat.com
name: OADP Operator maintainers
maturity: stable
provider:
name: Red Hat
Expand Down

0 comments on commit 6bbc1bb

Please sign in to comment.