Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-24 18:20:56 +00:00
parent 1f898423bc
commit c212aa3bbc
7 changed files with 57 additions and 5 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="loki-1.0.7"></a>
### [loki-1.0.7](https://github.com/truecharts/apps/compare/loki-1.0.6...loki-1.0.7) (2021-11-24)
#### Fix
* use our own promtail dependency ([#1395](https://github.com/truecharts/apps/issues/1395))
<a name="loki-1.0.6"></a>
### [loki-1.0.6](https://github.com/truecharts/apps/compare/loki-1.0.5...loki-1.0.6) (2021-11-24)

View File

@@ -59,7 +59,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.path | string | `"/ready"` | |
| probes.readiness.path | string | `"/ready"` | |
| probes.startup.path | string | `"/ready"` | |
| promtail.enabled | bool | `false` | |
| promtail.enabled | bool | `true` | |
| service.main.ports.main.port | int | `3100` | |
| service.main.ports.main.protocol | string | `"HTTP"` | |
| service.main.ports.main.targetPort | int | `3100` | |

View File

@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | promtail | ^3.0.0 |
| https://truecharts.org | common | 8.9.3 |
| https://truecharts.org | promtail | 0.0.3 |
## Installing the Chart