Skip to content

Commit

Permalink
helm chart: add missing line feed (#1967)
Browse files Browse the repository at this point in the history
* add missing LF in helm charts

* increase helm Chart version
  • Loading branch information
rdxmb authored Apr 21, 2020
1 parent 84e6b65 commit be56144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion production/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
release: {{ .Release.Name }}
- ports:
- port: {{ .Values.service.port }}
{{- end -}}
{{- end }}
2 changes: 1 addition & 1 deletion production/helm/loki/templates/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
matchLabels:
app: {{ template "loki.name" . }}
{{ toYaml .Values.podDisruptionBudget | indent 2 }}
{{- end -}}
{{- end }}

0 comments on commit be56144

Please sign in to comment.