From 438fd81f0525ac3badb6b768d2718a2321faab5d Mon Sep 17 00:00:00 2001 From: Marc Bihlmaier Date: Tue, 21 Apr 2020 11:15:14 +0200 Subject: [PATCH 1/2] add missing LF in helm charts --- production/helm/loki/templates/networkpolicy.yaml | 2 +- production/helm/loki/templates/pdb.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production/helm/loki/templates/networkpolicy.yaml b/production/helm/loki/templates/networkpolicy.yaml index 31d24d70031c..5d73832296b6 100644 --- a/production/helm/loki/templates/networkpolicy.yaml +++ b/production/helm/loki/templates/networkpolicy.yaml @@ -23,4 +23,4 @@ spec: release: {{ .Release.Name }} - ports: - port: {{ .Values.service.port }} -{{- end -}} +{{- end }} diff --git a/production/helm/loki/templates/pdb.yaml b/production/helm/loki/templates/pdb.yaml index 91c8d2127126..c64ad507ed71 100644 --- a/production/helm/loki/templates/pdb.yaml +++ b/production/helm/loki/templates/pdb.yaml @@ -14,4 +14,4 @@ spec: matchLabels: app: {{ template "loki.name" . }} {{ toYaml .Values.podDisruptionBudget | indent 2 }} -{{- end -}} +{{- end }} From d82e69338d9d859e344f34736a2d8df879dd6780 Mon Sep 17 00:00:00 2001 From: Marc Bihlmaier Date: Tue, 21 Apr 2020 11:16:36 +0200 Subject: [PATCH 2/2] increase helm Chart version --- production/helm/loki/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index 3970e60c81c3..b9ad4c9e9103 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: "v1" name: loki -version: 0.28.0 +version: 0.28.1 appVersion: v1.4.1 kubeVersion: "^1.10.0-0" description: "Loki: like Prometheus, but for logs."