[bot] [main] Automated version update (#1854)
* [bot] [main] Automated version update * jsonnet: drop deprecated KSM metric Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl> * jsonnet: Drop deprecated KSM metrics Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl> Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com> Co-authored-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl> Co-authored-by: Philip Gough <philip.p.gough@gmail.com>
This commit is contained in:
@@ -195,6 +195,14 @@ function(params) (import 'github.com/kubernetes/kube-state-metrics/jsonnet/kube-
|
||||
action: 'labeldrop',
|
||||
},
|
||||
],
|
||||
metricRelabelings: [
|
||||
{
|
||||
// Dropping metric deprecated from kube-state-metrics 2.6.0 version
|
||||
sourceLabels: ['__name__'],
|
||||
regex: 'kube_endpoint_address_not_ready|kube_endpoint_address_available',
|
||||
action: 'drop',
|
||||
},
|
||||
],
|
||||
tlsConfig: {
|
||||
insecureSkipVerify: true,
|
||||
},
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"alertmanager": "0.24.0",
|
||||
"blackboxExporter": "0.22.0",
|
||||
"grafana": "9.1.0",
|
||||
"kubeStateMetrics": "2.5.0",
|
||||
"grafana": "9.1.1",
|
||||
"kubeStateMetrics": "2.6.0",
|
||||
"nodeExporter": "1.3.1",
|
||||
"prometheus": "2.38.0",
|
||||
"prometheusAdapter": "0.9.1",
|
||||
|
||||
Reference in New Issue
Block a user