apps/kube-prometheus/kustomization.yaml
Peter 8f3e8a5848
All checks were successful
Renovate / renovate (push) Successful in 1m40s
chore(deps): update helm release kube-prometheus-stack to v66.4.0
2024-12-13 08:35:49 +00:00

21 lines
No EOL
559 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: observability-system
resources:
- resources/secret.grafana-admin.yaml
- resources/secret.auth.yaml
- resources/secret.db.yaml
- resources/db/db.yaml
- resources/db/user.yaml
- resources/http_routes.grafana.yaml
helmCharts:
- name: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts
includeCRDs: true
namespace: observability-system
releaseName: prometheus
version: "66.4.0"
valuesFile: config/values.prometheus.yaml