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 12:14:52 +00:00
parent 4d4d8d3551
commit 55a36cc694
5 changed files with 55 additions and 3 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<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)
#### Fix
* disable promtail for the time being (needs fix for dataset access)
<a name="loki-1.0.5"></a>
### [loki-1.0.5](https://github.com/truecharts/apps/compare/loki-1.0.4...loki-1.0.5) (2021-11-24)
+1 -1
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 | `true` | |
| promtail.enabled | bool | `false` | |
| service.main.ports.main.port | int | `3100` | |
| service.main.ports.main.protocol | string | `"HTTP"` | |
| service.main.ports.main.targetPort | int | `3100` | |