fix(alertmanager-matrix): message-type in matrix
This commit is contained in:
parent
544ee1805c
commit
ff98dcc1a6
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: alertmanager-matrix
|
||||
description: Service for managing and receiving Alertmanager alerts on Matrix
|
||||
type: application
|
||||
version: "0.1.12"
|
||||
version: "0.1.13"
|
||||
# renovate: image=docker.io/silkeh/alertmanager_matrix
|
||||
appVersion: "0.5.0"
|
||||
maintainers:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Service for managing and receiving Alertmanager alerts on Matrix"
|
|||
|
||||
# alertmanager-matrix
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Service for managing and receiving Alertmanager alerts on Matrix
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ spec:
|
|||
- "--show-labels"
|
||||
{{- end }}
|
||||
- "--message-type"
|
||||
- {{ .Values.bot.messageType }}
|
||||
- {{ .Values.bot.matrix.messageType }}
|
||||
- "--icon-file"
|
||||
- "/config/icon.yaml"
|
||||
- "--color-file"
|
||||
|
|
Loading…
Add table
Reference in a new issue