An open API service indexing awesome lists of open source software.

https://github.com/eddycharly/tekton-helm

Helm charts for tekton components
https://github.com/eddycharly/tekton-helm

helm helm-charts tekton tekton-dashboard tekton-pipelines tekton-triggers

Last synced: 8 months ago
JSON representation

Helm charts for tekton components

Awesome Lists containing this project

README

          

# 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:

```bash
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](./charts/pipeline/README.md) |
| Tekton Dashboard | [chart documentation](./charts/dashboard/README.md) |
| Tekton Triggers | [chart documentation](./charts/triggers/README.md) |
| Umbrella (regroups all Tekton componnents in one chart) | [chart documentation](./charts/umbrella/README.md) |

## 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.