Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/helm-charts
Jenkins helm charts
https://github.com/jenkinsci/helm-charts
charts helm helm-charts jenkins kubernetes
Last synced: 6 days ago
JSON representation
Jenkins helm charts
- Host: GitHub
- URL: https://github.com/jenkinsci/helm-charts
- Owner: jenkinsci
- License: apache-2.0
- Created: 2020-08-24T20:04:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:51:03.000Z (3 months ago)
- Last Synced: 2024-10-29T10:00:53.785Z (3 months ago)
- Topics: charts, helm, helm-charts, jenkins, kubernetes
- Language: Mustache
- Homepage: https://artifacthub.io/packages/helm/jenkinsci/jenkins
- Size: 10.3 MB
- Stars: 567
- Watchers: 19
- Forks: 891
- Open Issues: 135
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins Helm Charts
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jenkins)](https://artifacthub.io/packages/helm/jenkinsci/jenkins)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Releases downloads](https://img.shields.io/github/downloads/jenkinsci/helm-charts/total.svg)](https://github.com/jenkinsci/helm-charts/releases)
[![Join the chat at https://app.gitter.im/#/room/#jenkins-ci:matrix.org](https://badges.gitter.im/badge.svg)](https://app.gitter.im/#/room/#jenkins-ci:matrix.org)## Usage
[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.Once Helm is set up properly, add the repository as follows:
```console
helm repo add jenkins https://charts.jenkins.io
helm repo update
```You can then run `helm search repo jenkins` to see the charts or obtain an exhaustive list of releases from [GitHub releases](https://github.com/jenkinsci/helm-charts/releases).
Chart documentation is available in [jenkins directory](https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/README.md).
## Building weekly releases
The default charts target Long-Term-Support (LTS) releases of Jenkins.
To use other versions, the easiest way is to update the image tag to the version you want.
You can also rebuild the chart if you want the `appVersion` field to match.## Contributing
We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/jenkinsci/helm-charts/blob/main/CONTRIBUTING.md) for details.
## License
[Apache 2.0 License](https://github.com/jenkinsci/helm-charts/blob/main/LICENSE).