This repository was archived by the owner on Dec 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: loki-distributed
3
3
description : Helm chart for Grafana Loki in microservices mode
4
4
type : application
5
5
appVersion : 2.0.0
6
- version : 0.19.1
6
+ version : 0.19.2
7
7
home : https://github.com/unguiculus/loki-helm-chart
8
8
sources :
9
9
- https://github.com/grafana/loki
Original file line number Diff line number Diff line change 1
1
# loki-distributed
2
2
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 )
4
4
5
5
Helm chart for Grafana Loki in microservices mode
6
6
Original file line number Diff line number Diff line change 31
31
imagePullSecrets :
32
32
{{- toYaml . | nindent 8 }}
33
33
{{- end }}
34
- priorityClassName : {{ include "loki.compactorPriorityClassName" . }}
34
+ {{ include "loki.compactorPriorityClassName" . }}
35
35
securityContext :
36
36
{{- toYaml .Values.loki.podSecurityContext | nindent 8 }}
37
37
terminationGracePeriodSeconds : {{ .Values.compactor.terminationGracePeriodSeconds }}
You can’t perform that action at this time.
0 commit comments