fix(grafana): pre-create tmp dir (#3831)

* fix(grafana): pre-create tmp dir

* bump

* whoops

* eh
This commit is contained in:
Stavros Kois
2022-09-21 20:29:01 +03:00
committed by GitHub
parent 03b0ab3e45
commit 72eed4a6c3
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
type: application
version: 4.0.61
version: 4.0.62
annotations:
truecharts.org/catagories: |
- metrics
+4
View File
@@ -43,6 +43,10 @@ persistence:
config:
enabled: true
mountPath: "/opt/bitnami/grafana/data"
grafana-tmp:
enabled: true
type: emptyDir
mountPath: /opt/bitnami/grafana/tmp
metrics:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.