updated msteams to 1.3.3 (#7)

* updated msteams to 1.3.3

* fixed config-file param
This commit is contained in:
Christian Kotzbauer 2020-03-14 12:18:22 +01:00 committed by GitHub
parent 88658acc41
commit 5e58d7a37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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