updated msteams to 1.3.3 (#7)
* updated msteams to 1.3.3 * fixed config-file param
This commit is contained in:
parent
88658acc41
commit
5e58d7a37b
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
description: Alertmanager Webhook for Microsoft Teams
|
||||
name: prometheus-msteams
|
||||
version: 1.0.0
|
||||
appVersion: 1.1.5
|
||||
version: 1.0.1
|
||||
appVersion: 1.3.3
|
||||
home: https://github.com/bzon/prometheus-msteams
|
||||
sources:
|
||||
- https://github.com/bzon/prometheus-msteams
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ spec:
|
|||
- name: card-template-volume
|
||||
mountPath: /etc/template
|
||||
args:
|
||||
- --config=/etc/config/connectors.yaml
|
||||
- --config-file=/etc/config/connectors.yaml
|
||||
- --template-file=/etc/template/card.tmpl
|
||||
{{- with .Values.container.additionalArgs }}
|
||||
{{ toYaml . | indent 12 }}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: bzon/prometheus-msteams
|
||||
tag: v1.1.5
|
||||
repository: prometheusmsteams/prometheus-msteams
|
||||
tag: v1.3.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
extraEnvs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue