Skip to content

Commit

Permalink
chore(deps): update helm release victoria-metrics-k8s-stack to v0.27.5 (
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-mityutko authored Oct 17, 2024
1 parent 4e73deb commit 53868ef
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,47 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
configMapGenerator:
# Victoria Metrics
# Ref: https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/dashboards
- name: dashboard-vm-single-node
files:
- https://raw.githubusercontent.com/VictoriaMetrics/VictoriaMetrics/refs/heads/master/dashboards/victoriametrics.json
- name: dashboard-vm-agent
files:
- https://raw.githubusercontent.com/VictoriaMetrics/VictoriaMetrics/refs/heads/master/dashboards/vmagent.json
- name: dashboard-vm-alert
files:
- https://raw.githubusercontent.com/VictoriaMetrics/VictoriaMetrics/refs/heads/master/dashboards/vmalert.json
# Kubernetes
- name: k8s-views-nodes
# Ref: https://github.com/dotdc/grafana-dashboards-kubernetes
- name: dashboard-k8s-views-global
files:
- https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/refs/heads/master/dashboards/k8s-views-global.json
- name: dashboard-k8s-views-namespaces
files:
- https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/master/dashboards/k8s-views-nodes.json
- https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/refs/heads/master/dashboards/k8s-views-namespaces.json
- name: dashboard-k8s-views-nodes
files:
- https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/refs/heads/master/dashboards/k8s-views-nodes.json
- name: dashboard-k8s-views-pods
files:
- https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/refs/heads/master/dashboards/k8s-views-pods.json
# - name: k8s-system-api-server
# files:
# - https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/master/dashboards/k8s-system-api-server.json
# - https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/refs/heads/master/dashboards/k8s-system-api-server.json
# - name: k8s-system-coredns
# files:
# - https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/master/dashboards/k8s-system-coredns.json
- name: nginx
# - https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/refs/heads/master/dashboards/k8s-system-coredns.json
# Ingress Nginx
# Ref: https://github.com/kubernetes/ingress-nginx/tree/main/deploy/grafana/dashboards
- name: dashboard-nginx
files:
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/grafana/dashboards/nginx.json
# Prometheus
# Ref: https://github.com/rfmoz/grafana-dashboards
- name: dashboard-node-exporter-full
files:
- https://raw.githubusercontent.com/rfmoz/grafana-dashboards/refs/heads/master/prometheus/node-exporter-full.json
# - TODO: ArgoCD
# - TODO: Longhorn
generatorOptions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ helmCharts:
- name: victoria-metrics-k8s-stack
namespace: monitoring
releaseName: victoria-metrics
version: 0.27.0
version: 0.27.5
repo: https://victoriametrics.github.io/helm-charts/
valuesInline:
defaultDashboardEnabled: true
experimentalDashboardsEnabled: true
defaultDashboards:
enabled: false
fullnameOverride: stack
victoria-metrics-operator:
enabled: true
Expand Down

0 comments on commit 53868ef

Please sign in to comment.