Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cognifloyd/vela-charts
https://github.com/cognifloyd/vela-charts
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cognifloyd/vela-charts
- Owner: cognifloyd
- License: other
- Created: 2021-09-24T22:42:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T16:08:26.000Z (over 2 years ago)
- Last Synced: 2024-10-25T18:56:29.159Z (21 days ago)
- Language: Go
- Size: 822 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Vela Helm Charts
This repository hosts helm charts for [Vela](https://go-vela.githubio/docs/). These charts are used to deploy Vela to Kubernetes.
They are based on cognifloyd's fork of the Official [Helm](https://helm.sh/) charts for [Drone](https://drone.io/).## Install Helm
Read and follow the [Helm installation guide](https://helm.sh/docs/intro/install/).
**Note: The charts in this repository require Helm version 3.x or later.**
## Add the Vela Helm Chart repo
In order to be able to use the charts in this repository, add the name and URL to your Helm client:
```console
# TODO: move this from drone-charts to vela-charts
helm repo add vela https://cognifloyd.github.io/vela-charts/
helm repo update
```## Install charts
See the the READMEs for the various charts in the [charts](charts) directory.
* If you have not yet installed Vela server, start with the [vela](charts/vela-server) chart.
* After installing `vela-server`, install [vela-worker](charts/vela-worker) to begin executing builds.## Documentation
See the [Vela documentation](https://go-vela.github.io/docs/) site for more information.
## Kubernetes version support
Due to rapid churn in the Kubernetes ecosystem, charts in this repository assume a version of Kubernetes released in the last 12 months. This typically means one of the last four releases.
**Note: While these charts may work with versions of older versions of Kubernetes, only releases made in the last year are eligible for support.**
## Contributing
For details on how to contribute changes or additions to this repository, see the [Contributor's guide](CONTRIBUTING.md).
## License
This repository's contents are licensed under the 2-clause BSD license. See the included [LICENSE](LICENSE) file for a copy.