Skip to content

Commit

Permalink
operator trident-operator (24.6.0) (redhat-openshift-ecosystem#4771)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Reeder <reederc42@gmail.com>
Signed-off-by: rasen708 <rasen708@gmail.com>
  • Loading branch information
reederc42 authored and rasen708 committed Sep 4, 2024
1 parent 7447661 commit 15ca4d4
Show file tree
Hide file tree
Showing 4 changed files with 552 additions and 1 deletion.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: tridentorchestrators.trident.netapp.io
spec:
group: trident.netapp.io
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
x-kubernetes-preserve-unknown-fields: true
subresources:
status: {}
names:
kind: TridentOrchestrator
listKind: TridentOrchestratorList
plural: tridentorchestrators
singular: tridentorchestrator
shortNames:
- torc
- torchestrator
scope: Cluster
7 changes: 7 additions & 0 deletions operators/trident-operator/24.6.0/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
annotations:
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: trident-operator
2 changes: 1 addition & 1 deletion operators/trident-operator/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
updateGraph: replaces-mode
updateGraph: semver-mode
reviewers:
- reederc42

0 comments on commit 15ca4d4

Please sign in to comment.