Skip to content

Commit

Permalink
add tekton dependency in operator fw clusterserviceversion; make bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed Aug 24, 2021
1 parent 9fcb3ae commit 909fc35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundle/manifests/operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ spec:
kind: ShipwrightBuild
name: shipwrightbuilds.operator.shipwright.io
version: v1alpha1
required:
- kind: TaskRun
name: taskruns.tekton.dev
version: v1beta1
description: Install Shipwright Builds on your Kubernetes cluster
displayName: Shipwright Operator
icon:
Expand Down
4 changes: 4 additions & 0 deletions config/manifests/bases/operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ spec:
kind: ShipwrightBuild
name: shipwrightbuilds.operator.shipwright.io
version: v1alpha1
required:
- kind: TaskRun
name: taskruns.tekton.dev
version: v1beta1
description: Install Shipwright Builds on your Kubernetes cluster
displayName: Shipwright Operator
icon:
Expand Down

0 comments on commit 909fc35

Please sign in to comment.