fix(alertmanager-matrix): message-type in matrix

This commit is contained in:
WrenIX 2025-03-23 00:06:34 +01:00
parent 544ee1805c
commit ff98dcc1a6
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -7,7 +7,7 @@ description: "Service for managing and receiving Alertmanager alerts on Matrix"
# alertmanager-matrix
![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square)
![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square)
Service for managing and receiving Alertmanager alerts on Matrix

View file

@ -47,7 +47,7 @@ spec:
- "--show-labels"
{{- end }}
- "--message-type"
- {{ .Values.bot.messageType }}
- {{ .Values.bot.matrix.messageType }}
- "--icon-file"
- "/config/icon.yaml"
- "--color-file"