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
- Host: GitHub
- URL: https://github.com/eddycharly/tekton-helm
- Owner: eddycharly
- Created: 2020-05-12T08:24:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T16:32:03.000Z (about 5 years ago)
- Last Synced: 2025-01-06T00:42:16.263Z (9 months ago)
- Topics: helm, helm-charts, tekton, tekton-dashboard, tekton-pipelines, tekton-triggers
- Language: Smarty
- Homepage:
- Size: 71.3 KB
- Stars: 5
- Watchers: 3
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.