Skip to content

tektoncd/triggers

Folders and files

NameName
Last commit message
Last commit date
Mar 31, 2025
Aug 5, 2024
Sep 4, 2024
Feb 5, 2025
Aug 21, 2024
May 31, 2023
Feb 5, 2025
Jan 2, 2025
Jan 23, 2025
Mar 20, 2024
Feb 5, 2025
Feb 18, 2020
Mar 20, 2020
Apr 29, 2022
Apr 29, 2022
Jul 10, 2020
Nov 14, 2019
Jan 17, 2020
Dec 18, 2024
Jun 21, 2019
May 31, 2023
Mar 28, 2024
Sep 29, 2024
Jan 17, 2020
Feb 5, 2025
Feb 5, 2025
Jan 3, 2025
May 8, 2021
Feb 26, 2020

Tekton Triggers

GoDoc Go Report Card CII Best Practices

Tekton Triggers logo (Tekton cat playing with a ball)

Tekton Triggers is a Kubernetes Custom Resource Definition (CRD) controller that allows you to create Kubernetes resources based on information it extracts from event payloads.

Tekton Triggers originates from the implementation of this design (visible to members of the Tekton mailing list).

Background

Tekton is a Kubernetes-native continuous integration and delivery (CI/CD) framework that allows you to create containerized, composable, and configurable workloads declaratively through Kubernetes CRDs. When integrated with Tekton Triggers, Tekton allows you to easily create fully fledged CI/CD systems in which you define all mechanics exclusively using Kubernetes resources.

To learn more, see the Tekton Triggers Overview.

Getting Started

To get started with Tekton Triggers, see the latest version of our docs:

The "Getting Started with Tekton Triggers" guide walks you through setting up an end-to-end image building solution triggered via GitHub's push events.

Version specific links are available in the releases page and on the Tekton website.

Required Kubernetes Version

  • Starting from the v0.29.x release of Tekton: Kubernetes version 1.28 or later
  • Starting from the v0.27.x release of Tekton: Kubernetes version 1.27 or later
  • Starting from the v0.26.x release of Tekton: Kubernetes version 1.25 or later
  • Starting from the v0.25.x release of Tekton: Kubernetes version 1.24 or later
  • Starting from the v0.24.x release of Tekton: Kubernetes version 1.24 or later

Want to contribute?

Hooray!