diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 325bf46a3caf..03189980f4a2 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/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.1 +version: 9.3.2 appVersion: 0.38.1 tillerVersion: ">=2.12.0" home: https://github.com/coreos/prometheus-operator diff --git a/stable/prometheus-operator/values.yaml b/stable/prometheus-operator/values.yaml index bcbccb6f5f61..e113fc0e7375 100644 --- a/stable/prometheus-operator/values.yaml +++ b/stable/prometheus-operator/values.yaml @@ -64,7 +64,7 @@ defaultRules: ## Annotations for default rules annotations: {} -## Provide custom recording or alerting rules to be deployed into the cluster. +## Deprecated way to provide custom recording or alerting rules to be deployed into the cluster. ## additionalPrometheusRules: [] # - name: my-rule-file @@ -74,6 +74,16 @@ additionalPrometheusRules: [] # - record: my_record # expr: 100 * my_record +## Provide custom recording or alerting rules to be deployed into the cluster. +## +# additionalPrometheusRulesMap: +# rule-name: +# groups: +# - name: my_group +# rules: +# - record: my_record +# expr: 100 * my_record + ## global: rbac: