Skip to content

Commit

Permalink
fix(): fix dashboard template and update ob to 1.0.9-alpha2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
EZ4BRUCE authored Dec 26, 2024
1 parent f335162 commit 5005757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mo-ob-opensource/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mo-ob-opensource
description: mo-ob-opensource's Helm chart for Kubernetes
type: application
version: 1.0.9-alpha1
version: 1.0.9-alpha2
appVersion: 0.9.0
dependencies:
- condition: kube-prometheus-stack.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/mo-ob-opensource/templates/vm-datasource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ data:
- name: MO-VictoriaMetrics
type: prometheus
uid: victoriametrics
url: http://{{ .Values.vmDatasource.vmService }}:8429
url: http://vmsingle-{{ .Values.vmDatasource.vmService }}:8429
access: proxy

0 comments on commit 5005757

Please sign in to comment.