diff --git a/charts/prometheus-operator/Chart.yaml b/charts/prometheus-operator/Chart.yaml index f3f53666..325bf46a 100644 --- a/charts/prometheus-operator/Chart.yaml +++ b/charts/prometheus-operator/Chart.yaml @@ -12,7 +12,7 @@ sources: - https://github.com/coreos/kube-prometheus - https://github.com/coreos/prometheus-operator - https://coreos.com/operators/prometheus -version: 9.3.0 +version: 9.3.1 appVersion: 0.38.1 tillerVersion: ">=2.12.0" home: https://github.com/coreos/prometheus-operator diff --git a/charts/prometheus-operator/templates/grafana/dashboards-1.14/k8s-coredns.yaml b/charts/prometheus-operator/templates/grafana/dashboards-1.14/k8s-coredns.yaml index 032672ee..9b78d247 100644 --- a/charts/prometheus-operator/templates/grafana/dashboards-1.14/k8s-coredns.yaml +++ b/charts/prometheus-operator/templates/grafana/dashboards-1.14/k8s-coredns.yaml @@ -6,6 +6,8 @@ kind: ConfigMap metadata: namespace: {{ template "prometheus-operator.namespace" . }} name: {{ printf "%s-%s" (include "prometheus-operator.fullname" $) "k8s-coredns" | trunc 63 | trimSuffix "-" }} + annotations: +{{ toYaml .Values.grafana.sidecar.dashboards.annotations | indent 4 }} labels: {{- if $.Values.grafana.sidecar.dashboards.label }} {{ $.Values.grafana.sidecar.dashboards.label }}: "1"