feat: initial codebase
This commit is contained in:
19
applications/gitlab/helmfile.yaml
Normal file
19
applications/gitlab/helmfile.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
repositories:
|
||||
- name: gitlab
|
||||
url: https://charts.gitlab.io/
|
||||
|
||||
releases:
|
||||
- name: gitlab
|
||||
namespace: gitlab
|
||||
chart: gitlab/gitlab
|
||||
version: 8.4.0
|
||||
installed: true
|
||||
values:
|
||||
- values.yaml
|
||||
|
||||
- name: grafana
|
||||
namespace: logging
|
||||
chart: grafana/grafana
|
||||
version: 6.50.7
|
||||
values:
|
||||
- applications/logging/values/grafana-values.yaml
|
||||
Reference in New Issue
Block a user