Skip to content

feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-state-metrics ( 6.4.2 ➔ 7.1.0 )#481

Merged
Aviator-Coding merged 1 commit intomainfrom
renovate/ghcr.io-prometheus-community-charts-kube-state-metrics-7.x
Jan 26, 2026
Merged

feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-state-metrics ( 6.4.2 ➔ 7.1.0 )#481
Aviator-Coding merged 1 commit intomainfrom
renovate/ghcr.io-prometheus-community-charts-kube-state-metrics-7.x

Conversation

@mortyops
Copy link
Copy Markdown
Contributor

@mortyops mortyops bot commented Jan 25, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/prometheus-community/charts/kube-state-metrics major 6.4.27.1.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Jan 25, 2026

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

+++ HelmRelease: monitoring/kube-state-metrics ClusterRole: monitoring/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: monitoring/kube-state-metrics Deployment: monitoring/kube-state-metrics

+++ HelmRelease: monitoring/kube-state-metrics Deployment: monitoring/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.17.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: {}

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Jan 25, 2026

--- kubernetes/apps/monitoring/kube-state-metrics/app Kustomization: monitoring/kube-state-metrics OCIRepository: monitoring/kube-state-metrics

+++ kubernetes/apps/monitoring/kube-state-metrics/app Kustomization: monitoring/kube-state-metrics OCIRepository: monitoring/kube-state-metrics

@@ -11,9 +11,9 @@

 spec:
   interval: 10m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 6.4.2
+    tag: 7.1.0
   url: oci://ghcr.io/prometheus-community/charts/kube-state-metrics
 

…be-state-metrics ( 6.4.2 ➔ 7.1.0 )

| datasource | package                                                | from  | to    |
| ---------- | ------------------------------------------------------ | ----- | ----- |
| docker     | ghcr.io/prometheus-community/charts/kube-state-metrics | 6.4.2 | 7.1.0 |
@mortyops mortyops bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-state-metrics-7.x branch from 5888b83 to 59ec340 Compare January 26, 2026 13:31
@Aviator-Coding Aviator-Coding merged commit cb718ac into main Jan 26, 2026
14 checks passed
@Aviator-Coding Aviator-Coding deleted the renovate/ghcr.io-prometheus-community-charts-kube-state-metrics-7.x branch January 26, 2026 15:56
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.

1 participant