diff --git a/charts/prometheus-operator-admission-webhook/Chart.yaml b/charts/prometheus-operator-admission-webhook/Chart.yaml index b4c2ef380884..bcc42f96db3c 100644 --- a/charts/prometheus-operator-admission-webhook/Chart.yaml +++ b/charts/prometheus-operator-admission-webhook/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: Prometheus Operator Admission Webhook name: prometheus-operator-admission-webhook -version: 0.19.0 +version: 0.19.1 appVersion: 0.80.1 home: https://github.com/prometheus-operator/prometheus-operator icon: https://github.com/prometheus-operator/prometheus-operator/raw/main/Documentation/logos/prometheus-operator-logo.png diff --git a/charts/prometheus-operator-admission-webhook/values.yaml b/charts/prometheus-operator-admission-webhook/values.yaml index d41eb1dafba2..aadc30189de8 100644 --- a/charts/prometheus-operator-admission-webhook/values.yaml +++ b/charts/prometheus-operator-admission-webhook/values.yaml @@ -290,7 +290,7 @@ service: tolerations: [] ## prometheusRule for creating prometheus rules -## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.PrometheusRule +## https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#prometheusrule prometheusRule: enabled: false ## Override namespace where the rules get deployed @@ -312,7 +312,7 @@ prometheusRule: ## serviceMonitor allows creating a service monitor for Prometheus operator to assemble corresponding ## configuration for Prometheus -## Ref. https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.ServiceMonitor +## Ref. https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#servicemonitor serviceMonitor: ## Enable service monitor enabled: false