Skip to content

Commit ce6cbef

Browse files
authored
update chart to 1.0.10: fix vm notifier config (#31)
1 parent 23e7c87 commit ce6cbef

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

charts/mo-ob-opensource/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mo-ob-opensource
33
description: mo-ob-opensource's Helm chart for Kubernetes
44
type: application
5-
version: 1.0.9-alpha2
5+
version: 1.0.10
66
appVersion: 0.9.0
77
dependencies:
88
- condition: kube-prometheus-stack.enabled

charts/mo-ob-opensource/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -475,15 +475,15 @@ victoria-metrics-k8s-stack:
475475
evaluationInterval: 15s
476476
extraArgs:
477477
http.pathPrefix: "/"
478-
notifier:
479-
url: http://mo-ob-alertmanager.mo-ob:9093
480-
basicAuth:
481-
username:
482-
key: username
483-
name: alertmanager-auth-secret
484-
password:
485-
key: password
486-
name: alertmanager-auth-secret
478+
notifiers: {}
479+
# - url: http://mo-ob-alertmanager.mo-ob:9093
480+
# basicAuth:
481+
# username:
482+
# key: username
483+
# name: alertmanager-auth-secret
484+
# password:
485+
# key: password
486+
# name: alertmanager-auth-secret
487487
# External labels to add to all generated recording rules and alerts
488488
externalLabels:
489489
clusterDetail: dev-controlplane

0 commit comments

Comments
 (0)