Skip to content

Commit 7d3b1b7

Browse files
ubajzeDrFaust92mrueg
authored
[kube-state-metrics] Endpoints are deprecated in 1.33 replace them with Endpointslices (#6376)
Signed-off-by: Uros Bajzelj <[email protected]> Signed-off-by: Ilia Lazebnik <[email protected]> Co-authored-by: Ilia Lazebnik <[email protected]> Co-authored-by: Manuel Rüger <[email protected]>
1 parent 695c57a commit 7d3b1b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kube-state-metrics/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- prometheus
88
- kubernetes
99
type: application
10-
version: 6.4.2
10+
version: 7.0.0
1111
# renovate: github-releases=kubernetes/kube-state-metrics
1212
appVersion: 2.17.0
1313
home: https://github.com/kubernetes/kube-state-metrics/

charts/kube-state-metrics/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ collectors:
410410
- cronjobs
411411
- daemonsets
412412
- deployments
413-
- endpoints
413+
- endpointslices
414414
- horizontalpodautoscalers
415415
- ingresses
416416
- jobs

0 commit comments

Comments
 (0)