Skip to content

Commit

Permalink
Migrate CI event listener to v1beta1
Browse files Browse the repository at this point in the history
All trigger resources are still v1alpha1.
Migrating the CI event listener for now since it's required by
for trigger groups: #956

Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
  • Loading branch information
afrittoli authored and tekton-robot committed Dec 14, 2021
1 parent 3cedf9c commit 6bce9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/ci/shared/eventlistener.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: triggers.tekton.dev/v1alpha1
apiVersion: triggers.tekton.dev/v1beta1
kind: EventListener
metadata:
name: tekton-ci
Expand Down

0 comments on commit 6bce9da

Please sign in to comment.