Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
fix(helm): do not deploy screenshot to cluster (just dashboard) (#3063)
Browse files Browse the repository at this point in the history
### Pull Request Checklist

<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->

* [x] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately

Signed-off-by: `Your Name <[email protected]>`

Signed-off-by: genofire <[email protected]>
Co-authored-by: kegsay <[email protected]>
  • Loading branch information
genofire and kegsay authored May 2, 2023
1 parent f5b3144 commit 9b98e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/dendrite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/dendrite/templates/configmap_grafana_dashboards.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9b98e5a

Please sign in to comment.