18 lines
539 B
YAML
18 lines
539 B
YAML
repositories:
|
|
- name: gitea-charts
|
|
url: https://dl.gitea.io/charts/
|
|
- name: prometheus-community
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
- name: grafana
|
|
url: https://grafana.github.io/helm-charts
|
|
- name: sonarsource
|
|
url: https://SonarSource.github.io/helm-chart-sonarqube
|
|
|
|
releases:
|
|
- name: kube-prometheus-stack
|
|
namespace: monitoring
|
|
chart: prometheus-community/kube-prometheus-stack
|
|
version: "72.0.0"
|
|
createNamespace: true
|
|
values:
|
|
- ./values/kube-prometheus-stack.yaml
|