chore: bump version to v0.17.0 (#412)
This commit is contained in:
parent
c716c1795e
commit
a6fa0647e4
15 changed files with 240 additions and 110 deletions
|
|
@ -1,16 +1,15 @@
|
|||
---
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: gateways.argoproj.io
|
||||
name: eventbus.argoproj.io
|
||||
spec:
|
||||
group: argoproj.io
|
||||
names:
|
||||
kind: Gateway
|
||||
listKind: GatewayList
|
||||
plural: gateways
|
||||
singular: gateway
|
||||
kind: EventBus
|
||||
listKind: EventBusList
|
||||
plural: eventbus
|
||||
shortNames:
|
||||
- gw
|
||||
- eb
|
||||
singular: eventbus
|
||||
scope: Namespaced
|
||||
version: "v1alpha1"
|
||||
version: v1alpha1
|
||||
Loading…
Add table
Add a link
Reference in a new issue