Skip to content

Commit 5005757

Browse files
authored
fix(): fix dashboard template and update ob to 1.0.9-alpha2 (#29)
1 parent f335162 commit 5005757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-alpha1
5+
version: 1.0.9-alpha2
66
appVersion: 0.9.0
77
dependencies:
88
- condition: kube-prometheus-stack.enabled

charts/mo-ob-opensource/templates/vm-datasource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ data:
1212
- name: MO-VictoriaMetrics
1313
type: prometheus
1414
uid: victoriametrics
15-
url: http://{{ .Values.vmDatasource.vmService }}:8429
15+
url: http://vmsingle-{{ .Values.vmDatasource.vmService }}:8429
1616
access: proxy

0 commit comments

Comments
 (0)