https://github.com/mcaimi/jenkins-helm
Helm Chart for Jenkins with Config-as-Code backend
https://github.com/mcaimi/jenkins-helm
helm-chart jenkins kubernetes openshift
Last synced: 3 months ago
JSON representation
Helm Chart for Jenkins with Config-as-Code backend
- Host: GitHub
- URL: https://github.com/mcaimi/jenkins-helm
- Owner: mcaimi
- License: gpl-3.0
- Created: 2021-05-13T10:17:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T10:22:11.000Z (about 5 years ago)
- Last Synced: 2025-03-06T10:22:08.825Z (over 1 year ago)
- Topics: helm-chart, jenkins, kubernetes, openshift
- Language: Smarty
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Helm Chart
Automated Jenkins deployment that uses Configuration-as-Code plugin to manage jenkins settings.
The referenced compatible container image is maintained [here](https://github.com/mcaimi/jenkins)
## Installation
Just run helm on either Openshift/Kubernetes:
```
$ oc new-app jenkins-helm
$ helm install -f -n jenkins-helm jenkins-helm jenkins/
```