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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user