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

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2023-12-01 18:05:07 +01:00
committed by GitHub
parent 2799245471
commit 035b09f424
28 changed files with 59 additions and 44 deletions

View File

@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
operator.prometheus.io/version: 0.69.1
operator.prometheus.io/version: 0.70.0
name: prometheusagents.monitoring.coreos.com
spec:
group: monitoring.coreos.com
@@ -2753,6 +2753,12 @@ spec:
prometheusExternalLabelName:
description: "Name of Prometheus external label used to denote the Prometheus instance name. The external label will _not_ be added when the field is set to the empty string (`\"\"`). \n Default: \"prometheus\""
type: string
reloadStrategy:
description: Defines the strategy used to reload the Prometheus configuration. If not specified, the configuration is reloaded using the /-/reload HTTP endpoint.
enum:
- HTTP
- ProcessSignal
type: string
remoteWrite:
description: Defines the list of remote write configurations.
items: