feat(container)!: Update image kube-state-metrics to v7#385
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(container)!: Update image kube-state-metrics to v7#385renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
--- 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: {} |
--- 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 |
3d10abe to
16b0d5a
Compare
16b0d5a to
3ab356c
Compare
427f655 to
eb471cb
Compare
47e6832 to
f0f3859
Compare
2b362d0 to
9f70452
Compare
6753566 to
740a456
Compare
740a456 to
81cfb9e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.37.0→7.2.1Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.