mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 10:33:11 -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
|
apiVersion: v2
|
||||||
name: dendrite
|
name: dendrite
|
||||||
version: "0.12.2"
|
version: "0.12.3"
|
||||||
appVersion: "0.12.0"
|
appVersion: "0.12.0"
|
||||||
description: Dendrite Matrix Homeserver
|
description: Dendrite Matrix Homeserver
|
||||||
type: application
|
type: application
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{{- if .Values.grafana.dashboards.enabled }}
|
{{- if .Values.grafana.dashboards.enabled }}
|
||||||
{{- range $path, $bytes := .Files.Glob "grafana_dashboards/*" }}
|
{{- range $path, $bytes := .Files.Glob "grafana_dashboards/*.json" }}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue