mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-14 01:23:10 -06:00
fix(helm): do not deploy screenshot to cluster (just dashboard)
Signed-off-by: genofire <geno+dev@fireorbit.de>
This commit is contained in:
parent
1647213fac
commit
95d7636841
|
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v2
|
||||
name: dendrite
|
||||
version: "0.12.2"
|
||||
version: "0.12.3"
|
||||
appVersion: "0.12.0"
|
||||
description: Dendrite Matrix Homeserver
|
||||
type: application
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{{- if .Values.grafana.dashboards.enabled }}
|
||||
{{- range $path, $bytes := .Files.Glob "grafana_dashboards/*" }}
|
||||
{{- range $path, $bytes := .Files.Glob "grafana_dashboards/*.json" }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
|
|
|||
Loading…
Reference in a new issue