Skip to content

jenkins-x/tekton-dashboard-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tekton-helm-chart

License

Helm chart for Tekton Dashboard.

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

Versioning

appVersion is automatically set during the make fetch process. Set as the version pulled from Tekton.

chartVersion is automatically set during the publish workflow. Set based on the semantic commits within the causal PR.

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 jxtkn https://jenkins-x.github.io/tekton-dashboard-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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5