fix(loki): use our own promtail dependency (#1395)

* fix(loki): use our own promtail dependency

* bump promtail

* bump promtail again
This commit is contained in:
Kjeld Schouten-Lebbing
2021-11-24 19:17:25 +01:00
committed by GitHub
parent e7ccbf8576
commit 1f898423bc
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -6,8 +6,8 @@ dependencies:
version: 8.9.3
- name: "promtail"
condition: promtail.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^3.0.0"
repository: https://truecharts.org
version: "0.0.3"
deprecated: false
description: "Loki: like Prometheus, but for logs."
home: https://github.com/truecharts/apps/tree/master/charts/stable/loki
@@ -23,7 +23,7 @@ name: loki
sources:
- https://github.com/grafana/loki
type: application
version: 1.0.6
version: 1.0.7
annotations:
truecharts.org/catagories: |
- logs
+1 -1
View File
@@ -145,4 +145,4 @@ volumeClaimTemplates:
mountPath: "/data"
promtail:
enabled: false
enabled: true