Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7d7e3bf937
commit
63a8224aaf
|
@ -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)
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://grafana.github.io/helm-charts
|
||||
version: 3.9.1
|
||||
digest: sha256:3f841378ab3f9adc465dda0eeb860887a06946efe1c6b896d11c8b3a0264d5e6
|
||||
generated: "2021-11-24T11:36:19.304874045Z"
|
||||
generated: "2021-11-24T12:11:47.260142261Z"
|
|
@ -23,7 +23,7 @@ name: loki
|
|||
sources:
|
||||
- https://github.com/grafana/loki
|
||||
type: application
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- logs
|
|
@ -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` | |
|
|
@ -145,4 +145,4 @@ volumeClaimTemplates:
|
|||
mountPath: "/data"
|
||||
|
||||
promtail:
|
||||
enabled: true
|
||||
enabled: false
|
Loading…
Reference in New Issue