[bot] [main] Automated version update (#2526)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: alertmanagerconfigs.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: alertmanagers.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
@@ -7910,6 +7910,11 @@ spec:
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
type: object
|
||||
certFile:
|
||||
description: |-
|
||||
Path to the TLS certificate file in the Prometheus container for the server.
|
||||
Mutually exclusive with `cert`.
|
||||
type: string
|
||||
cipherSuites:
|
||||
description: |-
|
||||
List of supported cipher suites for TLS versions up to TLS 1.2. If empty,
|
||||
@@ -7972,6 +7977,11 @@ spec:
|
||||
For more detail on clientAuth options:
|
||||
https://golang.org/pkg/crypto/tls/#ClientAuthType
|
||||
type: string
|
||||
clientCAFile:
|
||||
description: |-
|
||||
Path to the CA certificate file for client certificate authentication to the server.
|
||||
Mutually exclusive with `client_ca`.
|
||||
type: string
|
||||
curvePreferences:
|
||||
description: |-
|
||||
Elliptic curves that will be used in an ECDHE handshake, in preference
|
||||
@@ -7980,6 +7990,11 @@ spec:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
keyFile:
|
||||
description: |-
|
||||
Path to the TLS key file in the Prometheus container for the server.
|
||||
Mutually exclusive with `keySecret`.
|
||||
type: string
|
||||
keySecret:
|
||||
description: Secret containing the TLS key for the server.
|
||||
properties:
|
||||
@@ -8015,9 +8030,6 @@ spec:
|
||||
cipher suite. If true then the server's preference, as expressed in
|
||||
the order of elements in cipherSuites, is used.
|
||||
type: boolean
|
||||
required:
|
||||
- cert
|
||||
- keySecret
|
||||
type: object
|
||||
type: object
|
||||
type: object
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: podmonitors.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: probes.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: prometheuses.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
@@ -11757,6 +11757,11 @@ spec:
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
type: object
|
||||
certFile:
|
||||
description: |-
|
||||
Path to the TLS certificate file in the Prometheus container for the server.
|
||||
Mutually exclusive with `cert`.
|
||||
type: string
|
||||
cipherSuites:
|
||||
description: |-
|
||||
List of supported cipher suites for TLS versions up to TLS 1.2. If empty,
|
||||
@@ -11819,6 +11824,11 @@ spec:
|
||||
For more detail on clientAuth options:
|
||||
https://golang.org/pkg/crypto/tls/#ClientAuthType
|
||||
type: string
|
||||
clientCAFile:
|
||||
description: |-
|
||||
Path to the CA certificate file for client certificate authentication to the server.
|
||||
Mutually exclusive with `client_ca`.
|
||||
type: string
|
||||
curvePreferences:
|
||||
description: |-
|
||||
Elliptic curves that will be used in an ECDHE handshake, in preference
|
||||
@@ -11827,6 +11837,11 @@ spec:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
keyFile:
|
||||
description: |-
|
||||
Path to the TLS key file in the Prometheus container for the server.
|
||||
Mutually exclusive with `keySecret`.
|
||||
type: string
|
||||
keySecret:
|
||||
description: Secret containing the TLS key for the server.
|
||||
properties:
|
||||
@@ -11862,9 +11877,6 @@ spec:
|
||||
cipher suite. If true then the server's preference, as expressed in
|
||||
the order of elements in cipherSuites, is used.
|
||||
type: boolean
|
||||
required:
|
||||
- cert
|
||||
- keySecret
|
||||
type: object
|
||||
type: object
|
||||
type: object
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: prometheusagents.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
@@ -9723,6 +9723,11 @@ spec:
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
type: object
|
||||
certFile:
|
||||
description: |-
|
||||
Path to the TLS certificate file in the Prometheus container for the server.
|
||||
Mutually exclusive with `cert`.
|
||||
type: string
|
||||
cipherSuites:
|
||||
description: |-
|
||||
List of supported cipher suites for TLS versions up to TLS 1.2. If empty,
|
||||
@@ -9785,6 +9790,11 @@ spec:
|
||||
For more detail on clientAuth options:
|
||||
https://golang.org/pkg/crypto/tls/#ClientAuthType
|
||||
type: string
|
||||
clientCAFile:
|
||||
description: |-
|
||||
Path to the CA certificate file for client certificate authentication to the server.
|
||||
Mutually exclusive with `client_ca`.
|
||||
type: string
|
||||
curvePreferences:
|
||||
description: |-
|
||||
Elliptic curves that will be used in an ECDHE handshake, in preference
|
||||
@@ -9793,6 +9803,11 @@ spec:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
keyFile:
|
||||
description: |-
|
||||
Path to the TLS key file in the Prometheus container for the server.
|
||||
Mutually exclusive with `keySecret`.
|
||||
type: string
|
||||
keySecret:
|
||||
description: Secret containing the TLS key for the server.
|
||||
properties:
|
||||
@@ -9828,9 +9843,6 @@ spec:
|
||||
cipher suite. If true then the server's preference, as expressed in
|
||||
the order of elements in cipherSuites, is used.
|
||||
type: boolean
|
||||
required:
|
||||
- cert
|
||||
- keySecret
|
||||
type: object
|
||||
type: object
|
||||
type: object
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: prometheusrules.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: scrapeconfigs.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: servicemonitors.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
operator.prometheus.io/version: 0.76.2
|
||||
controller-gen.kubebuilder.io/version: v0.16.3
|
||||
operator.prometheus.io/version: 0.77.0
|
||||
name: thanosrulers.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
@@ -7355,6 +7355,11 @@ spec:
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
type: object
|
||||
certFile:
|
||||
description: |-
|
||||
Path to the TLS certificate file in the Prometheus container for the server.
|
||||
Mutually exclusive with `cert`.
|
||||
type: string
|
||||
cipherSuites:
|
||||
description: |-
|
||||
List of supported cipher suites for TLS versions up to TLS 1.2. If empty,
|
||||
@@ -7417,6 +7422,11 @@ spec:
|
||||
For more detail on clientAuth options:
|
||||
https://golang.org/pkg/crypto/tls/#ClientAuthType
|
||||
type: string
|
||||
clientCAFile:
|
||||
description: |-
|
||||
Path to the CA certificate file for client certificate authentication to the server.
|
||||
Mutually exclusive with `client_ca`.
|
||||
type: string
|
||||
curvePreferences:
|
||||
description: |-
|
||||
Elliptic curves that will be used in an ECDHE handshake, in preference
|
||||
@@ -7425,6 +7435,11 @@ spec:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
keyFile:
|
||||
description: |-
|
||||
Path to the TLS key file in the Prometheus container for the server.
|
||||
Mutually exclusive with `keySecret`.
|
||||
type: string
|
||||
keySecret:
|
||||
description: Secret containing the TLS key for the server.
|
||||
properties:
|
||||
@@ -7460,9 +7475,6 @@ spec:
|
||||
cipher suite. If true then the server's preference, as expressed in
|
||||
the order of elements in cipherSuites, is used.
|
||||
type: boolean
|
||||
required:
|
||||
- cert
|
||||
- keySecret
|
||||
type: object
|
||||
type: object
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user