Skip to content

eddycharly/tekton-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tekton Kubernetes Helm Charts

This functionality is in beta and is subject to change.

Helm charts repository

The helm charts repository is available here: https://eddycharly.github.io/tekton-helm.

Adding helm charts repo:

helm repo add eddycharly https://eddycharly.github.io/tekton-helm

Helm charts

The following charts are available, please look in the chart directories for the documentation of each chart.

Chart Chart link
Tekton Pipelines chart documentation
Tekton Dashboard chart documentation
Tekton Triggers chart documentation
Umbrella (regroups all Tekton componnents in one chart) chart documentation

Charts versioning

Charts versions use the same major and minor version as the Tekton target component they bootstrap.

Patch is kept to increment on bug fixes or chart improvements.

In any case, the appVersion in the chart description is set to the exact version of the Tekton target component.

Kubernetes Versions

The kubernetes versions compatible with the charts are driven by the version of Tekton to be deployed. Please look at the Tekton documentation to know the kubernetes versions supported.

Openshift compatibility should also be supported.

Helm versions

The charts should be compatilbe with both helm v2 and v3.

Note that some parameters apply to only one version of helm, this will be stated in the chart documentation.