From 8b4b92f2376f45d5f73468e3cd93832ce6eae1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BCller?= Date: Sat, 4 Jul 2020 22:45:47 +0200 Subject: [PATCH 1/2] Remove quote for parameter alert-filter-regexp --- charts/kured/templates/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kured/templates/daemonset.yaml b/charts/kured/templates/daemonset.yaml index 20dc006..d2d04c9 100644 --- a/charts/kured/templates/daemonset.yaml +++ b/charts/kured/templates/daemonset.yaml @@ -49,7 +49,7 @@ spec: - --annotation-ttl={{ .Values.configuration.annotationTtl }} {{- end }} {{- if .Values.configuration.alertFilterRegexp }} - - --alert-filter-regexp={{ .Values.configuration.alertFilterRegexp | quote }} + - --alert-filter-regexp={{ .Values.configuration.alertFilterRegexp }} {{- end }} {{- range .Values.configuration.blockingPodSelector }} - --blocking-pod-selector={{ . }} @@ -118,4 +118,4 @@ spec: {{- with .Values.affinity }} affinity: {{ toYaml . | indent 8 }} - {{- end }} \ No newline at end of file + {{- end }} From a6c0a4a7cb69d74f06a504d2678f5fa60936188e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BCller?= Date: Sat, 4 Jul 2020 22:56:01 +0200 Subject: [PATCH 2/2] Bump helm chart version --- charts/kured/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index bea2821..d7a70ed 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.5.0" description: A Helm chart for kured name: kured -version: 2.2.0 +version: 2.2.1 home: https://github.com/weaveworks/kured maintainers: - name: ckotzbauer