Skip to content

feat(container)!: Update image kube-state-metrics to v7#385

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/kube-state-metrics-7.x
Open

feat(container)!: Update image kube-state-metrics to v7#385
renovate[bot] wants to merge 1 commit intomainfrom
renovate/kube-state-metrics-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2025

This PR contains the following updates:

Package Update Change
kube-state-metrics major 5.37.07.2.1

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Dec 13, 2025

--- HelmRelease: observability/kube-state-metrics ClusterRole: observability/kube-state-metrics

+++ HelmRelease: observability/kube-state-metrics ClusterRole: observability/kube-state-metrics

@@ -43,15 +43,15 @@

   resources:
   - deployments
   verbs:
   - list
   - watch
 - apiGroups:
-  - ''
-  resources:
-  - endpoints
+  - discovery.k8s.io
+  resources:
+  - endpointslices
   verbs:
   - list
   - watch
 - apiGroups:
   - autoscaling
   resources:
--- HelmRelease: observability/kube-state-metrics Service: observability/kube-state-metrics

+++ HelmRelease: observability/kube-state-metrics Service: observability/kube-state-metrics

@@ -15,11 +15,11 @@

 spec:
   type: ClusterIP
   ports:
   - name: http
     protocol: TCP
     port: 8080
-    targetPort: 8080
+    targetPort: http
   selector:
     app.kubernetes.io/name: kube-state-metrics
     app.kubernetes.io/instance: kube-state-metrics
 
--- HelmRelease: observability/kube-state-metrics Deployment: observability/kube-state-metrics

+++ HelmRelease: observability/kube-state-metrics Deployment: observability/kube-state-metrics

@@ -40,35 +40,37 @@

           type: RuntimeDefault
       dnsPolicy: ClusterFirst
       containers:
       - name: kube-state-metrics
         args:
         - --port=8080
-        - --resources=certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpoints,horizontalpodautoscalers,ingresses,jobs,leases,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,validatingwebhookconfigurations,volumeattachments
+        - --resources=certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpointslices,horizontalpodautoscalers,ingresses,jobs,leases,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,validatingwebhookconfigurations,volumeattachments
         imagePullPolicy: IfNotPresent
-        image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.15.0
+        image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.18.0
         ports:
         - containerPort: 8080
           name: http
+        - containerPort: 8081
+          name: metrics
         livenessProbe:
           failureThreshold: 3
           httpGet:
             httpHeaders: null
             path: /livez
-            port: 8080
+            port: http
             scheme: HTTP
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
         readinessProbe:
           failureThreshold: 3
           httpGet:
             httpHeaders: null
             path: /readyz
-            port: 8081
+            port: metrics
             scheme: HTTP
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
         resources: {}

@github-actions
Copy link

github-actions bot commented Dec 13, 2025

--- kubernetes/apps/observability/kube-state-metrics/app Kustomization: flux-system/kube-state-metrics HelmRelease: observability/kube-state-metrics

+++ kubernetes/apps/observability/kube-state-metrics/app Kustomization: flux-system/kube-state-metrics HelmRelease: observability/kube-state-metrics

@@ -14,13 +14,13 @@

       chart: kube-state-metrics
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 5.37.0
+      version: 7.2.1
   interval: 30m
   values:
     fullnameOverride: kube-state-metrics
     prometheus:
       monitor:
         enabled: true

@renovate renovate bot force-pushed the renovate/kube-state-metrics-7.x branch from 3d10abe to 16b0d5a Compare December 14, 2025 10:28
@renovate renovate bot force-pushed the renovate/kube-state-metrics-7.x branch from 16b0d5a to 3ab356c Compare December 21, 2025 13:48
@renovate renovate bot force-pushed the renovate/kube-state-metrics-7.x branch 2 times, most recently from 427f655 to eb471cb Compare January 13, 2026 21:02
@renovate renovate bot force-pushed the renovate/kube-state-metrics-7.x branch 2 times, most recently from 47e6832 to f0f3859 Compare January 19, 2026 02:59
@renovate renovate bot force-pushed the renovate/kube-state-metrics-7.x branch 2 times, most recently from 2b362d0 to 9f70452 Compare February 8, 2026 14:13
@renovate renovate bot force-pushed the renovate/kube-state-metrics-7.x branch 2 times, most recently from 6753566 to 740a456 Compare March 2, 2026 02:13
@renovate renovate bot force-pushed the renovate/kube-state-metrics-7.x branch from 740a456 to 81cfb9e Compare March 16, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants