Fix Promtail for Bluefin (#4519)

* Update values.yaml

Removing invalid mounting of /mnt

Signed-off-by: John Dorman <dorman@overlooked.us>

* updating version

Signed-off-by: John Dorman <dorman@overlooked.us>

* Update version for Loki Dep

Signed-off-by: John Dorman <dorman@overlooked.us>

* Update Chart.yaml

Signed-off-by: John Dorman <dorman@overlooked.us>

* Update Chart.yaml

Signed-off-by: John Dorman <dorman@overlooked.us>

* Update Chart.yaml

Signed-off-by: John Dorman <dorman@overlooked.us>

Signed-off-by: John Dorman <dorman@overlooked.us>
This commit is contained in:
John Dorman
2022-11-19 22:03:01 +01:00
committed by GitHub
parent 9664afef5e
commit 02449518bf
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://grafana.com/oss/loki/ - https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/ - https://grafana.com/docs/loki/latest/
type: application type: application
version: 5.0.2 version: 6.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- metrics - metrics
-6
View File
@@ -53,12 +53,6 @@ securityContext:
runAsNonRoot: false runAsNonRoot: false
persistence: persistence:
containers:
enabled: true
type: hostPath
mountPath: /mnt
hostPath: /mnt
readOnly: true
pods: pods:
enabled: true enabled: true
type: hostPath type: hostPath
+1 -1
View File
@@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/loki - https://github.com/truecharts/charts/tree/master/charts/stable/loki
- https://github.com/grafana/loki - https://github.com/grafana/loki
type: application type: application
version: 8.0.2 version: 8.0.3
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- logs - logs