fix: update Istio Grafana dashboards to match version

This commit is contained in:
Stefan Reimer 2022-10-14 15:05:32 +02:00
parent 820fc93aef
commit 928c951101
3 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero-istio
description: KubeZero Umbrella Chart for Istio
type: application
version: 0.8.3
version: 0.8.4
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:

View File

@ -1,22 +1,22 @@
# Revision 115 = 1.13.3
# Revision 128 = 1.14.3
configmap: grafana-dashboards
gzip: true
folder: Istio
condition: '.Values.istiod.telemetry.enabled'
dashboards:
- name: istio-control-plane
url: https://grafana.com/api/dashboards/7645/revisions/115/download
url: https://grafana.com/api/dashboards/7645/revisions/128/download
tags:
- Istio
- name: istio-mesh
url: https://grafana.com/api/dashboards/7639/revisions/115/download
url: https://grafana.com/api/dashboards/7639/revisions/128/download
tags:
- Istio
- name: istio-service
url: https://grafana.com/api/dashboards/7636/revisions/115/download
url: https://grafana.com/api/dashboards/7636/revisions/128/download
tags:
- Istio
- name: istio-workload
url: https://grafana.com/api/dashboards/7630/revisions/115/download
url: https://grafana.com/api/dashboards/7630/revisions/128/download
tags:
- Istio

File diff suppressed because one or more lines are too long