Skip to content

Update loki to 6.29.0 #1373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/tfy-loki/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: loki
repository: https://grafana.github.io/helm-charts
version: 5.47.2
version: 6.29.0
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.15.5
digest: sha256:40066a9b597fe0944392eceb33acb005e8a0835605e801ef1477b11e8383a193
generated: "2024-04-09T17:05:41.196132+05:30"
digest: sha256:de7fee73daf519ed68bf64082ba78eac6efd84aa6787b6ac372a23d01c4a57f8
generated: "2025-05-13T15:07:48.779965+01:00"
4 changes: 2 additions & 2 deletions charts/tfy-loki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
name: tfy-loki
description: Truefoundry Loki Provisioner
version: 0.1.4
version: 0.1.5-rc.1
maintainers:
- name: truefoundry
dependencies:
- condition: loki.enabled
name: loki
version: 5.47.2
version: 6.29.0
repository: https://grafana.github.io/helm-charts
- condition: promtail.enabled
name: promtail
Expand Down
2 changes: 2 additions & 0 deletions charts/tfy-loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ loki:
## @skip loki.gateway.enabled
gateway:
enabled: false
lokiCanary:
enabled: false
## @skip loki.monitoring
monitoring:
rules:
Expand Down
Loading