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 apiVersion: v1
description: Alertmanager Webhook for Microsoft Teams description: Alertmanager Webhook for Microsoft Teams
name: prometheus-msteams name: prometheus-msteams
version: 1.0.0 version: 1.0.1
appVersion: 1.1.5 appVersion: 1.3.3
home: https://github.com/bzon/prometheus-msteams home: https://github.com/bzon/prometheus-msteams
sources: sources:
- https://github.com/bzon/prometheus-msteams - https://github.com/bzon/prometheus-msteams

View File

@ -47,7 +47,7 @@ spec:
- name: card-template-volume - name: card-template-volume
mountPath: /etc/template mountPath: /etc/template
args: args:
- --config=/etc/config/connectors.yaml - --config-file=/etc/config/connectors.yaml
- --template-file=/etc/template/card.tmpl - --template-file=/etc/template/card.tmpl
{{- with .Values.container.additionalArgs }} {{- with .Values.container.additionalArgs }}
{{ toYaml . | indent 12 }} {{ toYaml . | indent 12 }}

View File

@ -1,8 +1,8 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: bzon/prometheus-msteams repository: prometheusmsteams/prometheus-msteams
tag: v1.1.5 tag: v1.3.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
extraEnvs: extraEnvs: