Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-24 18:20:59 +00:00
parent c0900e3e5d
commit cc3589eb33
18 changed files with 24 additions and 15 deletions

View File

@ -1,9 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.3
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 3.9.1
digest: sha256:3f841378ab3f9adc465dda0eeb860887a06946efe1c6b896d11c8b3a0264d5e6
generated: "2021-11-24T12:11:47.260142261Z"

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

@ -0,0 +1,9 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.3
- name: promtail
repository: https://truecharts.org
version: 0.0.3
digest: sha256:0b87225593d82e15b244ea38498822112e2c8f40bfbe893534e77d28e6336b6f
generated: "2021-11-24T18:18:37.036598125Z"

View File

@ -6,8 +6,8 @@ dependencies:
version: 8.9.3
- name: "promtail"
condition: promtail.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^3.0.0"
repository: https://truecharts.org
version: "0.0.3"
deprecated: false
description: "Loki: like Prometheus, but for logs."
home: https://github.com/truecharts/apps/tree/master/charts/stable/loki
@ -23,7 +23,7 @@ name: loki
sources:
- https://github.com/grafana/loki
type: application
version: 1.0.6
version: 1.0.7
annotations:
truecharts.org/catagories: |
- logs

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

Binary file not shown.

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

@ -145,4 +145,4 @@ volumeClaimTemplates:
mountPath: "/data"
promtail:
enabled: false
enabled: true