From 5e58d7a37b02d8b873847fe45cd2d64c55b2abf1 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 14 Mar 2020 12:18:22 +0100 Subject: [PATCH] updated msteams to 1.3.3 (#7) * updated msteams to 1.3.3 * fixed config-file param --- charts/prometheus-msteams/Chart.yaml | 4 ++-- charts/prometheus-msteams/templates/deployment.yaml | 2 +- charts/prometheus-msteams/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/prometheus-msteams/Chart.yaml b/charts/prometheus-msteams/Chart.yaml index 8185a89..3d87d47 100644 --- a/charts/prometheus-msteams/Chart.yaml +++ b/charts/prometheus-msteams/Chart.yaml @@ -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 diff --git a/charts/prometheus-msteams/templates/deployment.yaml b/charts/prometheus-msteams/templates/deployment.yaml index 7be8cd2..7a96110 100644 --- a/charts/prometheus-msteams/templates/deployment.yaml +++ b/charts/prometheus-msteams/templates/deployment.yaml @@ -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 }} diff --git a/charts/prometheus-msteams/values.yaml b/charts/prometheus-msteams/values.yaml index 9fed3d0..19df6d8 100644 --- a/charts/prometheus-msteams/values.yaml +++ b/charts/prometheus-msteams/values.yaml @@ -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: