fix #16690 - stable/prometheus - fails with empty clusterrole ruleset (#16692)

* fix #16690 - stable/prometheus - fails with empty clusterrole ruleset

Signed-off-by: Till Adam <lxmail@web.de>

* bump chart version to fulfill circle ci requirements

Signed-off-by: Till Adam <lxmail@web.de>
This commit is contained in:
Till Adam
2019-12-07 02:47:08 -08:00
committed by Kubernetes Prow Robot
parent bac561b867
commit 49f85d411f
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus
version: 9.4.0
version: 9.4.1
appVersion: 2.13.1
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
@@ -15,5 +15,7 @@ rules:
- use
resourceNames:
- {{ template "prometheus.alertmanager.fullname" . }}
{{- else }}
[]
{{- end }}
{{- end }}
@@ -15,5 +15,7 @@ rules:
- use
resourceNames:
- {{ template "prometheus.pushgateway.fullname" . }}
{{- else }}
[]
{{- end }}
{{- end }}