Skip to content

Commit

Permalink
add support for builds v1beta1 api
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhelil committed Sep 5, 2023
1 parent bc1ab18 commit afca365
Show file tree
Hide file tree
Showing 3 changed files with 25,339 additions and 8,180 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
```yaml
---
apiVersion: operator.shipwright.io/v1alpha1
apiVersion: operator.shipwright.io/v1beta1
kind: ShipwrightBuild
metadata:
name: shipwright-operator
Expand Down
2 changes: 1 addition & 1 deletion docs/shipwrightbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
When the Shipwright Operator is installed with the Operator Lifecycle Manager, the
`ShipwrightBuild` [custom resource definition](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) is added to your cluster.
This custom resource is used to install and configure Shipwright Builds on your cluster.
The current operator will install version `0.11.0` of Builds.
The current operator will install version `0.12.0` of Builds.

## ShipwrightBuild Reference

Expand Down
Loading

0 comments on commit afca365

Please sign in to comment.