blob: b960aef538df16a73f41d5ce82a7f69a8dfd7ca3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# GitLab Helm charts
The GitLab Helm repository can be found at https://charts.gitlab.io
## Add the GitLab Helm repository
Adding the GitLab Helm repository to Helm can be done by running the following:
```bash
helm repo add gitlab https://charts.gitlab.io
```
## Installing GitLab Helm Charts
- Install GitLab
- Install GitLab Runner
## Troubleshooting
## GitLab Chart Issue Tracker
Issues related to the Charts can be logged at: https://gitlab.com/charts/charts.gitlab.io/issues
## Contributing to the Charts
We welcome contributions and improvements. The source repo for our Helm Charts can be found here: https://gitlab.com/charts/charts.gitlab.io
|