From 34f651c1a354c39f1ea48562dc247c753f4c2bd6 Mon Sep 17 00:00:00 2001 From: Ziqi Zhao Date: Sat, 16 Dec 2017 00:04:03 +0800 Subject: [PATCH] Fix bugs for prometheus chart (#2915) Signed-off-by: Ziqi Zhao --- stable/prometheus/Chart.yaml | 2 +- stable/prometheus/templates/server-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index 4a89bb9768..6e10931ba1 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,5 +1,5 @@ name: prometheus -version: 4.6.13 +version: 4.6.14 description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png diff --git a/stable/prometheus/templates/server-deployment.yaml b/stable/prometheus/templates/server-deployment.yaml index 6f9428283e..4b61dd6478 100644 --- a/stable/prometheus/templates/server-deployment.yaml +++ b/stable/prometheus/templates/server-deployment.yaml @@ -74,7 +74,7 @@ spec: - name: config-volume mountPath: /etc/config - name: storage-volume - mountPath: {{ .Values.alertmanager.persistentVolume.mountPath }} + mountPath: {{ .Values.server.persistentVolume.mountPath }} subPath: "{{ .Values.server.persistentVolume.subPath }}" {{- range .Values.server.extraHostPathMounts }} - name: {{ .name }}