diff --git a/helm/helmfile.yaml b/helm/helmfile.yaml index e69de29..0574a59 100644 --- a/helm/helmfile.yaml +++ b/helm/helmfile.yaml @@ -0,0 +1,18 @@ +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 diff --git a/helm/values/kube-prometheus-stack.yaml b/helm/values/kube-prometheus-stack.yaml new file mode 100644 index 0000000..e69de29