Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 692cea9

Browse files
authored
Fix priority class config for compactor (#47)
Signed-off-by: Reinhard Nägele <[email protected]>
1 parent 17590de commit 692cea9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/loki-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: loki-distributed
33
description: Helm chart for Grafana Loki in microservices mode
44
type: application
55
appVersion: 2.0.0
6-
version: 0.19.1
6+
version: 0.19.2
77
home: https://github.com/unguiculus/loki-helm-chart
88
sources:
99
- https://github.com/grafana/loki

charts/loki-distributed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# loki-distributed
22

3-
![Version: 0.19.1](https://img.shields.io/badge/Version-0.19.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
3+
![Version: 0.19.2](https://img.shields.io/badge/Version-0.19.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
44

55
Helm chart for Grafana Loki in microservices mode
66

charts/loki-distributed/templates/compactor/deployment-compactor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
imagePullSecrets:
3232
{{- toYaml . | nindent 8 }}
3333
{{- end }}
34-
priorityClassName: {{ include "loki.compactorPriorityClassName" . }}
34+
{{ include "loki.compactorPriorityClassName" . }}
3535
securityContext:
3636
{{- toYaml .Values.loki.podSecurityContext | nindent 8 }}
3737
terminationGracePeriodSeconds: {{ .Values.compactor.terminationGracePeriodSeconds }}

0 commit comments

Comments
 (0)