Skip to content

Commit

Permalink
Merge pull request #226 from OT-CONTAINER-KIT/loki-helm-chart
Browse files Browse the repository at this point in the history
Loki helm chart
  • Loading branch information
ashwani-opstree authored Aug 2, 2024
2 parents aa3c55e + 00e4533 commit 40b0388
Show file tree
Hide file tree
Showing 8 changed files with 736 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.tgz
Chart.lock
Chart.lock
.DS_Store
27 changes: 27 additions & 0 deletions charts/loki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: v2
name: loki
description: A Helm chart for loki
type: application
version: 0.1.0
appVersion: 1.0.0
dependencies:
- name: loki-distributed
version: 0.76.1
repository: https://grafana.github.io/helm-charts
alias: logging
tags:
- logging
condition: distributed.enabled
- name: promtail
version: 6.16.4
repository: https://grafana.github.io/helm-charts
alias: promtail
tags:
- logging
- name: loki
version: 6.7.3
repository: https://grafana.github.io/helm-charts
alias: logging
tags:
- logging
condition: standalone.enabled
Loading

0 comments on commit 40b0388

Please sign in to comment.