All Projects → cdfoundation → tekton-helm-chart

cdfoundation / tekton-helm-chart

Licence: other
CDF official helm chart for Tekton

Programming Languages

Makefile
30231 projects
go
31211 projects - #10 most used programming language

tekton-helm-chart

License

CDF official helm chart for Tekton Pipelines.

Usage

Prerequisites

The following tools need to be installed locally:

Jenkins X

If you are creating a template to be used in Jenkins X version, you can run the following command:

make fetch

This will fetch the latest version. To fetch a specific version (say 0.32.0), use CHART_VERSION

make CHART_VERSION=0.32.0 fetch

Also, remember to change the version in charts/tekton-pipeline/Chart.yaml. The app_version will be set to the CHART_VERSION automatically by the makefile if a CHART_VERSION is specified. For latest set app_version to the latest tekton version from the tekton release page and not latest.

Other use cases

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add cdf https://cdfoundation.github.io/tekton-helm-chart/

you can then do

helm search repo tekton

The chart installs resources into the tekton-pipelines namespace

Configuration

See chart readme and values.yaml for install and config options.

Repository

You can view the YAML at index.yaml.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].