23 lines
585 B
Go Template
23 lines
585 B
Go Template
repositories:
|
|
- name: prometheus-community
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
|
|
releases:
|
|
- name: prometheus-operator-k8s-test
|
|
chart: prometheus-community/kube-prometheus-stack
|
|
namespace: monitoring
|
|
forceNamespace: monitoring
|
|
version: 15.4.6
|
|
labels:
|
|
component: test-upg
|
|
values:
|
|
- nameOverride: k8s
|
|
fullnameOverride: prometheus-k8s
|
|
global:
|
|
imagePullSecrets:
|
|
- name: regsecret
|
|
alertmanager:
|
|
enabled: false
|
|
grafana:
|
|
enabled: {{ .Values.grafanaEnabled }}
|