@@ -4,7 +4,7 @@ metadata:
44 annotations:
55 controller-gen.kubebuilder.io/version: v0.19.0
66 observability.openshift.io/api-support: Experimental-SSA
7- operator.prometheus.io/version: 0.86.2 -rhobs1
7+ operator.prometheus.io/version: 0.87.0 -rhobs1
88 creationTimestamp: null
99 labels:
1010 app.kubernetes.io/part-of: observability-operator
@@ -1373,6 +1373,7 @@ spec:
13731373 pathPrefix:
13741374 description: pathPrefix defines the prefix for the HTTP
13751375 path alerts are pushed to.
1376+ minLength: 1
13761377 type: string
13771378 port:
13781379 anyOf:
@@ -1513,7 +1514,13 @@ spec:
15131514 type: object
15141515 type: array
15151516 scheme:
1516- description: scheme to use when firing alerts.
1517+ description: scheme defines the HTTP scheme to use when
1518+ sending alerts.
1519+ enum:
1520+ - http
1521+ - https
1522+ - HTTP
1523+ - HTTPS
15171524 type: string
15181525 sigv4:
15191526 description: |-
@@ -1589,7 +1596,7 @@ spec:
15891596 x-kubernetes-map-type: atomic
15901597 useFIPSSTSEndpoint:
15911598 description: |-
1592- useFIPSSTSEndpoint defines FIPS mode for AWS STS endpoint.
1599+ useFIPSSTSEndpoint defines the FIPS mode for the AWS STS endpoint.
15931600 It requires Prometheus >= v2.54.0.
15941601 type: boolean
15951602 type: object
@@ -7081,11 +7088,12 @@ spec:
70817088 Cannot be set at the same time as `oauth` or `sdk`.
70827089 properties:
70837090 clientId:
7084- description: clientId defines defines the Azure User-assigned
7085- Managed identity.
7091+ description: |-
7092+ clientId defines the Azure User-assigned Managed identity.
7093+
7094+ For Prometheus >= 3.5.0 and Thanos >= 0.40.0, this field is allowed to be empty to support system-assigned managed identities.
7095+ minLength: 1
70867096 type: string
7087- required:
7088- - clientId
70897097 type: object
70907098 oauth:
70917099 description: |-
@@ -7262,8 +7270,11 @@ spec:
72627270 - V2.0
72637271 type: string
72647272 metadataConfig:
7265- description: metadataConfig defines how to send a series metadata
7266- to the remote storage.
7273+ description: |-
7274+ metadataConfig defines how to send a series metadata to the remote storage.
7275+
7276+ When the field is empty, **no metadata** is sent. But when the field is
7277+ null, metadata is sent.
72677278 properties:
72687279 maxSamplesPerSend:
72697280 description: |-
@@ -7835,7 +7846,7 @@ spec:
78357846 x-kubernetes-map-type: atomic
78367847 useFIPSSTSEndpoint:
78377848 description: |-
7838- useFIPSSTSEndpoint defines FIPS mode for AWS STS endpoint.
7849+ useFIPSSTSEndpoint defines the FIPS mode for the AWS STS endpoint.
78397850 It requires Prometheus >= v2.54.0.
78407851 type: boolean
78417852 type: object
0 commit comments