[bot] [main] Automated version update (#2482)

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2024-08-07 18:29:59 +02:00
committed by GitHub
parent 03d90a10cd
commit d20a4b2926
3 changed files with 16 additions and 10 deletions

View File

@@ -1112,7 +1112,7 @@ spec:
description: Defines the settings related to Alertmanager.
properties:
alertmanagers:
description: AlertmanagerEndpoints Prometheus should fire alerts against.
description: Alertmanager endpoints where Prometheus should send alerts to.
items:
description: |-
AlertmanagerEndpoints defines a selection of a single Endpoints object
@@ -8074,7 +8074,10 @@ spec:
type: string
serviceDiscoveryRole:
description: |-
Defines the service discovery role used to discover targets from `ServiceMonitor` objects.
Defines the service discovery role used to discover targets from
`ServiceMonitor` objects and Alertmanager endpoints.
If set, the value should be either "Endpoints" or "EndpointSlice".
If unset, the operator assumes the "Endpoints" role.
enum:

View File

@@ -6624,7 +6624,10 @@ spec:
type: string
serviceDiscoveryRole:
description: |-
Defines the service discovery role used to discover targets from `ServiceMonitor` objects.
Defines the service discovery role used to discover targets from
`ServiceMonitor` objects and Alertmanager endpoints.
If set, the value should be either "Endpoints" or "EndpointSlice".
If unset, the operator assumes the "Endpoints" role.
enum: