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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue