fix(helm): do not deploy screenshot to cluster (just dashboard)

Signed-off-by: genofire <geno+dev@fireorbit.de>
This commit is contained in:
genofire 2023-04-21 14:31:10 +02:00
parent 1647213fac
commit 95d7636841
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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