Skip to content

Commit

Permalink
chore(): update ob to 1.0.9-alpha1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
EZ4BRUCE authored Dec 25, 2024
1 parent b80265e commit f335162
Show file tree
Hide file tree
Showing 3 changed files with 6 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-alpha
version: 1.0.9-alpha1
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://vmsingle-{{ .Release.Name }}-victoria-metrics-k8s-stack:8429
url: http://{{ .Values.vmDatasource.vmService }}:8429
access: proxy
4 changes: 4 additions & 0 deletions charts/mo-ob-opensource/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,12 @@ loki:
lokiCanary:
enabled: false

vmDatasource:
vmService: "mo-ob-victoria-metrics"

victoria-metrics-k8s-stack:
fullnameOverride: "mo-ob-victoria-metrics"

enabled: true

# -- VictoriaMetrics Operator dependency chart configuration. More values can be found [here](https://docs.victoriametrics.com/helm/victoriametrics-operator#parameters). Also checkout [here](https://docs.victoriametrics.com/operator/vars) possible ENV variables to configure operator behaviour
Expand Down

0 comments on commit f335162

Please sign in to comment.