21 lines
507 B
YAML
21 lines
507 B
YAML
repositories:
|
|
- name: metallb
|
|
url: https://metallb.github.io/metallb
|
|
- name: prometheus-community
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
---
|
|
releases:
|
|
# Load Balancer
|
|
- name: metallb
|
|
namespace: metallb-system
|
|
chart: metallb/metallb
|
|
version: 0.14.8
|
|
|
|
# Prometheus Operator
|
|
- name: prometheus-operator
|
|
namespace: prometheus-system
|
|
chart: prometheus-community/kube-prometheus-stack
|
|
version: 62.3.0
|
|
values:
|
|
- ./values/prometheus.values.yaml
|