Skip to content

Commit 4ecb8bf

Browse files
authored
operator trident-operator (24.10.1) (redhat-openshift-ecosystem#5551)
* adds fbc resources for trident-operator Signed-off-by: Chris Reeder <[email protected]> * fixes operator trident operator (24.10.0) Signed-off-by: Chris Reeder <[email protected]> * operator trident-operator (24.10.1) Signed-off-by: Chris Reeder <[email protected]> --------- Signed-off-by: Chris Reeder <[email protected]>
1 parent 8ba584e commit 4ecb8bf

File tree

4 files changed

+555
-1
lines changed

4 files changed

+555
-1
lines changed

operators/trident-operator/24.10.1/manifests/trident-operator.v24.10.1.clusterserviceversion.yaml

Lines changed: 520 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
apiVersion: apiextensions.k8s.io/v1
3+
kind: CustomResourceDefinition
4+
metadata:
5+
name: tridentorchestrators.trident.netapp.io
6+
spec:
7+
group: trident.netapp.io
8+
versions:
9+
- name: v1
10+
served: true
11+
storage: true
12+
schema:
13+
openAPIV3Schema:
14+
type: object
15+
x-kubernetes-preserve-unknown-fields: true
16+
subresources:
17+
status: {}
18+
names:
19+
kind: TridentOrchestrator
20+
listKind: TridentOrchestratorList
21+
plural: tridentorchestrators
22+
singular: tridentorchestrator
23+
shortNames:
24+
- torc
25+
- torchestrator
26+
scope: Cluster
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
annotations:
3+
operators.operatorframework.io.bundle.channel.default.v1: stable
4+
operators.operatorframework.io.bundle.channels.v1: stable
5+
operators.operatorframework.io.bundle.manifests.v1: manifests/
6+
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
7+
operators.operatorframework.io.bundle.metadata.v1: metadata/
8+
operators.operatorframework.io.bundle.package.v1: trident-operator

operators/trident-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CONTAINERS_AUTH := $(XDG_RUNTIME_DIR)/containers/auth.json
3434
# This list can be customized to include the versions that are relevant to the operator
3535
# DO NOT change this line (except for the versions) if you want to take advantage
3636
# of the automated catalog promotion
37-
OCP_VERSIONS=$(shell echo "v4.12 v4.13 v4.14 v4.15 v4.16 v4.17" )
37+
OCP_VERSIONS=$(shell echo "v4.12 v4.13 v4.14 v4.15 v4.16 v4.17 v4.18" )
3838

3939

4040
.PHONY: fbc-onboarding

0 commit comments

Comments
 (0)