[bot] [main] Automated version update (#2482)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
"subdir": "contrib/mixin"
|
"subdir": "contrib/mixin"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "8b1b69b1e26621e1038f78a3fe84e0919b00034d",
|
"version": "e34a10191473e5be14ca3b6f972327f28e9b20db",
|
||||||
"sum": "IXI3LQIT9NmTPJAk8WLUJd5+qZfcGpeNCyWIK7oEpws="
|
"sum": "IXI3LQIT9NmTPJAk8WLUJd5+qZfcGpeNCyWIK7oEpws="
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -88,8 +88,8 @@
|
|||||||
"subdir": "grafana-builder"
|
"subdir": "grafana-builder"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "02db06f540086fa3f67d487bd01e1b314853fb8f",
|
"version": "d9ba581fb27aa6689e911f288d4df06948eb8aad",
|
||||||
"sum": "B49EzIY2WZsFxNMJcgRxE/gcZ9ltnS8pkOOV6Q5qioc="
|
"sum": "yxqWcq/N3E/a/XreeU6EuE6X7kYPnG0AspAQFKOjASo="
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": {
|
"source": {
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
"subdir": "jsonnet/mixin"
|
"subdir": "jsonnet/mixin"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "0a3712ac74a8b9eaff80409018654faab978b06c",
|
"version": "e84c86213c45858f401482eb38c880922a97a288",
|
||||||
"sum": "gi+knjdxs2T715iIQIntrimbHRgHnpM8IFBJDD1gYfs=",
|
"sum": "gi+knjdxs2T715iIQIntrimbHRgHnpM8IFBJDD1gYfs=",
|
||||||
"name": "prometheus-operator-mixin"
|
"name": "prometheus-operator-mixin"
|
||||||
},
|
},
|
||||||
@@ -169,8 +169,8 @@
|
|||||||
"subdir": "jsonnet/prometheus-operator"
|
"subdir": "jsonnet/prometheus-operator"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "0a3712ac74a8b9eaff80409018654faab978b06c",
|
"version": "e84c86213c45858f401482eb38c880922a97a288",
|
||||||
"sum": "IIi/otkMN2nirQUjZy2GVknbDzTQexpCsAPx0roksEE="
|
"sum": "u/JKJOcXudLvK1TQSDA/b+fRJqGUs1aeNenhyYWDLAU="
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": {
|
"source": {
|
||||||
@@ -200,7 +200,7 @@
|
|||||||
"subdir": "documentation/prometheus-mixin"
|
"subdir": "documentation/prometheus-mixin"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "ee5bba07c003af88d233083cdd65ac6d064b5b82",
|
"version": "3a673cd0bced1ba5223a6d4350d587d7631ce994",
|
||||||
"sum": "dYLcLzGH4yF3qB7OGC/7z4nqeTNjv42L7Q3BENU8XJI=",
|
"sum": "dYLcLzGH4yF3qB7OGC/7z4nqeTNjv42L7Q3BENU8XJI=",
|
||||||
"name": "prometheus"
|
"name": "prometheus"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1112,7 +1112,7 @@ spec:
|
|||||||
description: Defines the settings related to Alertmanager.
|
description: Defines the settings related to Alertmanager.
|
||||||
properties:
|
properties:
|
||||||
alertmanagers:
|
alertmanagers:
|
||||||
description: AlertmanagerEndpoints Prometheus should fire alerts against.
|
description: Alertmanager endpoints where Prometheus should send alerts to.
|
||||||
items:
|
items:
|
||||||
description: |-
|
description: |-
|
||||||
AlertmanagerEndpoints defines a selection of a single Endpoints object
|
AlertmanagerEndpoints defines a selection of a single Endpoints object
|
||||||
@@ -8074,7 +8074,10 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
serviceDiscoveryRole:
|
serviceDiscoveryRole:
|
||||||
description: |-
|
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 set, the value should be either "Endpoints" or "EndpointSlice".
|
||||||
If unset, the operator assumes the "Endpoints" role.
|
If unset, the operator assumes the "Endpoints" role.
|
||||||
enum:
|
enum:
|
||||||
|
|||||||
@@ -6624,7 +6624,10 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
serviceDiscoveryRole:
|
serviceDiscoveryRole:
|
||||||
description: |-
|
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 set, the value should be either "Endpoints" or "EndpointSlice".
|
||||||
If unset, the operator assumes the "Endpoints" role.
|
If unset, the operator assumes the "Endpoints" role.
|
||||||
enum:
|
enum:
|
||||||
|
|||||||
Reference in New Issue
Block a user