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

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2024-05-13 09:58:32 +02:00
committed by GitHub
parent 71e8adada9
commit 2a07e4579e
53 changed files with 12175 additions and 24720 deletions

View File

@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
operator.prometheus.io/version: 0.73.1
operator.prometheus.io/version: 0.73.2
name: prometheusagents.monitoring.coreos.com
spec:
group: monitoring.coreos.com
@@ -1241,6 +1241,15 @@ spec:
deny:
type: boolean
type: object
automountServiceAccountToken:
description: |-
AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in the pod.
If the field isn't set, the operator mounts the service account token by default.
**Warning:** be aware that by default, Prometheus requires the service account token for Kubernetes service discovery.
It is possible to use strategic merge patch to project the service account token into the 'prometheus' container.
type: boolean
bodySizeLimit:
description: |-
BodySizeLimit defines per-scrape on response body size.
@@ -2643,7 +2652,7 @@ spec:
type: integer
enforcedNamespaceLabel:
description: |-
When not empty, a label will be added to
When not empty, a label will be added to:
1. All metrics scraped from `ServiceMonitor`, `PodMonitor`, `Probe` and `ScrapeConfig` objects.
@@ -2657,7 +2666,7 @@ spec:
The label's name is this field's value.
The label's value is the namespace of the `ServiceMonitor`,
`PodMonitor`, `Probe` or `PrometheusRule` object.
`PodMonitor`, `Probe`, `PrometheusRule` or `ScrapeConfig` object.
type: string
enforcedSampleLimit:
description: |-