Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-24 11:39:46 +00:00
parent 345734f12d
commit ef91060564
16 changed files with 69 additions and 2 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<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)
#### Feat
* expose some more settings
<a name="loki-1.0.4"></a>
### [loki-1.0.4](https://github.com/truecharts/apps/compare/loki-1.0.3...loki-1.0.4) (2021-11-23)

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://grafana.github.io/helm-charts
version: 3.9.1
digest: sha256:3f841378ab3f9adc465dda0eeb860887a06946efe1c6b896d11c8b3a0264d5e6
generated: "2021-11-23T15:28:42.266961174Z"
generated: "2021-11-24T11:36:19.304874045Z"

View File

@ -23,7 +23,7 @@ name: loki
sources:
- https://github.com/grafana/loki
type: application
version: 1.0.4
version: 1.0.5
annotations:
truecharts.org/catagories: |
- logs

View File

@ -19,6 +19,8 @@ groups:
description: "Specify resources/devices to be allocated to workload"
- name: "Middlewares"
description: "Traefik Middlewares"
- name: "Metrics"
description: "Metrics"
- name: "Addons"
description: "Addon Configuration"
- name: "Advanced"
@ -276,6 +278,62 @@ questions:
schema:
type: string
- variable: config
group: "App Configuration"
label: "Loki Settings"
schema:
type: dict
attrs:
- variable: ingester
label: "Ingester"
schema:
type: dict
attrs:
- variable: chunk_idle_period
label: "chunk_idle_period"
schema:
type: string
default: "3m"
required: true
- variable: chunk_block_size
label: "chunk_block_size"
schema:
type: int
default: 262144
required: true
- variable: chunk_retain_period
label: "chunk_retain_period"
schema:
type: string
default: "1m"
- variable: max_transfer_retries
label: "max_transfer_retries"
schema:
type: int
default: 0
- variable: limits_config
label: "Limits Config"
schema:
type: dict
attrs:
- variable: enforce_metric_name
label: "Enforce Metric Name"
schema:
type: boolean
default: false
- variable: reject_old_samples
label: "Reject Old Samples"
schema:
type: boolean
default: true
- variable: reject_old_samples_max_age
label: "Reject Old Samples - Max Age"
schema:
type: string
default: "168h"
required: true
- variable: service
group: "Networking and Services"
label: "Configure Service(s)"