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
21
charts/argo-events/templates/eventbus-crd.yaml
Normal file
21
charts/argo-events/templates/eventbus-crd.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{{- if .Values.installCRD }}
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: eventbus.argoproj.io
|
||||
spec:
|
||||
group: argoproj.io
|
||||
names:
|
||||
kind: EventBus
|
||||
listKind: EventBusList
|
||||
plural: eventbus
|
||||
shortNames:
|
||||
- eb
|
||||
singular: eventbus
|
||||
scope: Namespaced
|
||||
version: v1alpha1
|
||||
versions:
|
||||
- name: v1alpha1
|
||||
served: true
|
||||
storage: true
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue