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:
parent
9664afef5e
commit
02449518bf
|
@ -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
|
||||
|
|
|
@ -53,12 +53,6 @@ securityContext:
|
|||
runAsNonRoot: false
|
||||
|
||||
persistence:
|
||||
containers:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /mnt
|
||||
hostPath: /mnt
|
||||
readOnly: true
|
||||
pods:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue