diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index b277ca67d3..9ffc3361f8 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,5 +1,5 @@ name: grafana -version: 0.4.5 +version: 0.5.0 description: The leading tool for querying and visualizing time series and metrics. home: https://grafana.net icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png diff --git a/stable/grafana/templates/deployment.yaml b/stable/grafana/templates/deployment.yaml index 03084e2da0..563ca6d130 100644 --- a/stable/grafana/templates/deployment.yaml +++ b/stable/grafana/templates/deployment.yaml @@ -67,7 +67,7 @@ spec: - name: dashboard-volume mountPath: {{ default "/var/lib/grafana/dashboards" .Values.server.dashboardLocalPath | quote }} - name: storage-volume - mountPath: {{ default "/var/lib/grafana/data" .Values.server.storageLocalPath | quote }} + mountPath: {{ default "/var/lib/grafana" .Values.server.storageLocalPath | quote }} subPath: "{{ .Values.server.persistentVolume.subPath }}" terminationGracePeriodSeconds: {{ default 300 .Values.server.terminationGracePeriodSeconds }} volumes: