2025-12-14 15:33:14 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
namespace: alloy
|
|
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
|
|
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
|
- name: alloy
|
|
|
|
|
repo: https://grafana.github.io/helm-charts
|
2026-04-07 00:05:41 +00:00
|
|
|
version: "1.7.0"
|
2025-12-14 15:33:14 +01:00
|
|
|
releaseName: alloy
|
|
|
|
|
valuesFile: values.yaml
|
2025-12-15 09:33:55 +01:00
|
|
|
- name: kube-state-metrics
|
|
|
|
|
repo: https://prometheus-community.github.io/helm-charts
|
2026-03-24 00:02:24 +00:00
|
|
|
version: "7.2.2"
|
2025-12-15 09:33:55 +01:00
|
|
|
releaseName: kube-state-metrics
|
2026-01-31 18:52:22 +01:00
|
|
|
- name: prometheus-operator-crds
|
|
|
|
|
repo: https://prometheus-community.github.io/helm-charts
|
2026-03-31 00:02:27 +00:00
|
|
|
version: "28.0.1"
|
2026-01-31 18:52:22 +01:00
|
|
|
releaseName: prometheus-operator-crds
|