From 02449518bf85a7263357fd9d659a0ff52f53684a Mon Sep 17 00:00:00 2001 From: John Dorman Date: Sat, 19 Nov 2022 13:03:01 -0800 Subject: [PATCH] Fix Promtail for Bluefin (#4519) * Update values.yaml Removing invalid mounting of /mnt Signed-off-by: John Dorman * updating version Signed-off-by: John Dorman * Update version for Loki Dep Signed-off-by: John Dorman * Update Chart.yaml Signed-off-by: John Dorman * Update Chart.yaml Signed-off-by: John Dorman * Update Chart.yaml Signed-off-by: John Dorman Signed-off-by: John Dorman --- charts/dependency/promtail/Chart.yaml | 2 +- charts/dependency/promtail/values.yaml | 6 ------ charts/stable/loki/Chart.yaml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/charts/dependency/promtail/Chart.yaml b/charts/dependency/promtail/Chart.yaml index 72cf792c49c..16352f8308e 100644 --- a/charts/dependency/promtail/Chart.yaml +++ b/charts/dependency/promtail/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 5.0.2 +version: 6.0.0 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/dependency/promtail/values.yaml b/charts/dependency/promtail/values.yaml index 4860c21b4a4..8cc9c19792a 100644 --- a/charts/dependency/promtail/values.yaml +++ b/charts/dependency/promtail/values.yaml @@ -53,12 +53,6 @@ securityContext: runAsNonRoot: false persistence: - containers: - enabled: true - type: hostPath - mountPath: /mnt - hostPath: /mnt - readOnly: true pods: enabled: true type: hostPath diff --git a/charts/stable/loki/Chart.yaml b/charts/stable/loki/Chart.yaml index 45df31f3c7e..1b979c46a5b 100644 --- a/charts/stable/loki/Chart.yaml +++ b/charts/stable/loki/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/loki - https://github.com/grafana/loki type: application -version: 8.0.2 +version: 8.0.3 annotations: truecharts.org/catagories: | - logs