https://github.com/opendevstack/ods-pipeline-helm
ODS Pipeline tasks for Helm deployment
https://github.com/opendevstack/ods-pipeline-helm
helm openshift pipelines tekton
Last synced: 9 months ago
JSON representation
ODS Pipeline tasks for Helm deployment
- Host: GitHub
- URL: https://github.com/opendevstack/ods-pipeline-helm
- Owner: opendevstack
- License: apache-2.0
- Created: 2023-09-22T06:53:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T15:04:18.000Z (about 2 years ago)
- Last Synced: 2025-01-25T00:20:11.427Z (11 months ago)
- Topics: helm, openshift, pipelines, tekton
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ods-pipeline-helm
[](https://github.com/opendevstack/ods-pipeline-helm/actions/workflows/main.yaml)
Tekton task for use with [ODS Pipeline](https://github.com/opendevstack/ods-pipeline) to deploy Helm charts.
## Usage
```yaml
tasks:
- name: build
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-helm.git }
- { name: revision, value: v0.3.0 }
- { name: pathInRepo, value: tasks/deploy.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
```
See the [documentation](/docs/deploy.adoc) for details and available parameters.
The task supports encrypted secrets via the [`helm-secrets`](https://github.com/jkroepke/helm-secrets) plugin. If you want to use this feature, please see the [Working with Helm secrets](/docs/helm-secrets.adoc) documentation.
## About this repository
`docs` and `tasks` are generated directories from recipes located in `build`. See the `Makefile` target for how everything fits together.