diff --git a/stable/loki/1.0.4/CHANGELOG.md b/stable/loki/1.0.5/CHANGELOG.md
similarity index 85%
rename from stable/loki/1.0.4/CHANGELOG.md
rename to stable/loki/1.0.5/CHANGELOG.md
index 4782f18cb64..36720ae9c09 100644
--- a/stable/loki/1.0.4/CHANGELOG.md
+++ b/stable/loki/1.0.5/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [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
+
+
+
### [loki-1.0.4](https://github.com/truecharts/apps/compare/loki-1.0.3...loki-1.0.4) (2021-11-23)
diff --git a/stable/loki/1.0.4/CONFIG.md b/stable/loki/1.0.5/CONFIG.md
similarity index 100%
rename from stable/loki/1.0.4/CONFIG.md
rename to stable/loki/1.0.5/CONFIG.md
diff --git a/stable/loki/1.0.4/Chart.lock b/stable/loki/1.0.5/Chart.lock
similarity index 84%
rename from stable/loki/1.0.4/Chart.lock
rename to stable/loki/1.0.5/Chart.lock
index 9dbf2ef0f59..eccf0d1f4e7 100644
--- a/stable/loki/1.0.4/Chart.lock
+++ b/stable/loki/1.0.5/Chart.lock
@@ -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"
diff --git a/stable/loki/1.0.4/Chart.yaml b/stable/loki/1.0.5/Chart.yaml
similarity index 98%
rename from stable/loki/1.0.4/Chart.yaml
rename to stable/loki/1.0.5/Chart.yaml
index a5495ecc746..b016beeb4fb 100644
--- a/stable/loki/1.0.4/Chart.yaml
+++ b/stable/loki/1.0.5/Chart.yaml
@@ -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
diff --git a/stable/loki/1.0.4/README.md b/stable/loki/1.0.5/README.md
similarity index 100%
rename from stable/loki/1.0.4/README.md
rename to stable/loki/1.0.5/README.md
diff --git a/stable/loki/1.0.4/app-readme.md b/stable/loki/1.0.5/app-readme.md
similarity index 100%
rename from stable/loki/1.0.4/app-readme.md
rename to stable/loki/1.0.5/app-readme.md
diff --git a/stable/loki/1.0.4/charts/common-8.9.3.tgz b/stable/loki/1.0.5/charts/common-8.9.3.tgz
similarity index 100%
rename from stable/loki/1.0.4/charts/common-8.9.3.tgz
rename to stable/loki/1.0.5/charts/common-8.9.3.tgz
diff --git a/stable/loki/1.0.4/charts/promtail-3.9.1.tgz b/stable/loki/1.0.5/charts/promtail-3.9.1.tgz
similarity index 100%
rename from stable/loki/1.0.4/charts/promtail-3.9.1.tgz
rename to stable/loki/1.0.5/charts/promtail-3.9.1.tgz
diff --git a/stable/loki/1.0.4/helm-values.md b/stable/loki/1.0.5/helm-values.md
similarity index 100%
rename from stable/loki/1.0.4/helm-values.md
rename to stable/loki/1.0.5/helm-values.md
diff --git a/stable/loki/1.0.4/ix_values.yaml b/stable/loki/1.0.5/ix_values.yaml
similarity index 100%
rename from stable/loki/1.0.4/ix_values.yaml
rename to stable/loki/1.0.5/ix_values.yaml
diff --git a/stable/loki/1.0.4/questions.yaml b/stable/loki/1.0.5/questions.yaml
similarity index 97%
rename from stable/loki/1.0.4/questions.yaml
rename to stable/loki/1.0.5/questions.yaml
index 17e19abdac4..6f9dfb5f47f 100644
--- a/stable/loki/1.0.4/questions.yaml
+++ b/stable/loki/1.0.5/questions.yaml
@@ -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)"
diff --git a/stable/loki/1.0.4/templates/_helpers.tpl b/stable/loki/1.0.5/templates/_helpers.tpl
similarity index 100%
rename from stable/loki/1.0.4/templates/_helpers.tpl
rename to stable/loki/1.0.5/templates/_helpers.tpl
diff --git a/stable/loki/1.0.4/templates/common.yaml b/stable/loki/1.0.5/templates/common.yaml
similarity index 100%
rename from stable/loki/1.0.4/templates/common.yaml
rename to stable/loki/1.0.5/templates/common.yaml
diff --git a/stable/loki/1.0.4/templates/configmap-alert.yaml b/stable/loki/1.0.5/templates/configmap-alert.yaml
similarity index 100%
rename from stable/loki/1.0.4/templates/configmap-alert.yaml
rename to stable/loki/1.0.5/templates/configmap-alert.yaml
diff --git a/stable/loki/1.0.4/templates/secret.yaml b/stable/loki/1.0.5/templates/secret.yaml
similarity index 100%
rename from stable/loki/1.0.4/templates/secret.yaml
rename to stable/loki/1.0.5/templates/secret.yaml
diff --git a/stable/loki/1.0.4/values.yaml b/stable/loki/1.0.5/values.yaml
similarity index 100%
rename from stable/loki/1.0.4/values.yaml
rename to stable/loki/1.0.5/values.yaml