apps/kube-prometheus/kustomization.yaml
Peter 1d338c9ce6
All checks were successful
Renovate / renovate (push) Successful in 43s
chore(deps): update helm release kube-prometheus-stack to v60.0.1
2024-06-08 03:34:14 +00:00

19 lines
No EOL
507 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/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: "60.0.1"
valuesFile: config/values.prometheus.yaml