We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f335162 commit 5005757Copy full SHA for 5005757
charts/mo-ob-opensource/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: mo-ob-opensource
3
description: mo-ob-opensource's Helm chart for Kubernetes
4
type: application
5
-version: 1.0.9-alpha1
+version: 1.0.9-alpha2
6
appVersion: 0.9.0
7
dependencies:
8
- condition: kube-prometheus-stack.enabled
charts/mo-ob-opensource/templates/vm-datasource.yaml
@@ -12,5 +12,5 @@ data:
12
- name: MO-VictoriaMetrics
13
type: prometheus
14
uid: victoriametrics
15
- url: http://{{ .Values.vmDatasource.vmService }}:8429
+ url: http://vmsingle-{{ .Values.vmDatasource.vmService }}:8429
16
access: proxy
0 commit comments