mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 11:32:57 +08:00
add(loki): Add Loki (#1367)
* initial work on Loki App * some steps * fix some mistakes * hmm * use secret instead of configmap, like upstream * actually use the damn secret stupid * add promtail dependency directly from upstream * setup questions.yaml * random butchery fix
This commit is contained in:
committed by
GitHub
parent
f79dc24037
commit
f6e627b61a
1
.github/workflows/apps.test.yaml
vendored
1
.github/workflows/apps.test.yaml
vendored
@@ -115,6 +115,7 @@ jobs:
|
||||
helm repo add truecharts https://truecharts.org
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo add grafana https://grafana.github.io/helm-charts
|
||||
helm repo update
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
|
||||
1
.github/workflows/common.test.yaml
vendored
1
.github/workflows/common.test.yaml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
helm repo add truecharts https://truecharts.org
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo add grafana https://grafana.github.io/helm-charts
|
||||
helm repo update
|
||||
|
||||
- name: Run chart-testing (lint)
|
||||
|
||||
Reference in New Issue
Block a user