mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 11:48:53 +00:00
Fix kube-prometheus chart not deploying when some features are disabled (#1345)
This commit is contained in:
parent
8bead79bf1
commit
894695f48f
2 changed files with 1 additions and 3 deletions
helm/kube-prometheus
|
@ -7,4 +7,4 @@ maintainers:
|
|||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.67
|
||||
version: 0.0.68
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{{- if or .Values.alertmanager.ingress.fqdn .Values.prometheus.ingress.fqdn .Values.grafana.ingress.fqdn -}}
|
||||
DEPRECATION NOTICE:
|
||||
|
||||
- alertmanager.ingress.fqdn is not used anymore, use alertmanager.ingress.hosts []
|
||||
- prometheus.ingress.fqdn is not used anymore, use prometheus.ingress.hosts []
|
||||
- grafana.ingress.fqdn is not used anymore, use prometheus.grafana.hosts []
|
||||
{{- end -}}
|
Loading…
Add table
Add a link
Reference in a new issue