Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update chart kube-state-metrics ( 5.26.0 → 5.27.0 ) #1225

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Nov 9, 2024

This PR contains the following updates:

Package Update Change
kube-state-metrics (source) minor 5.26.0 -> 5.27.0

Release Notes

prometheus-community/helm-charts (kube-state-metrics)

v5.27.0

Compare Source

Install kube-state-metrics to generate and expose cluster-level metrics

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-conntrack-stats-exporter-0.5.13...kube-state-metrics-5.27.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.

| datasource | package            | from   | to     |
| ---------- | ------------------ | ------ | ------ |
| helm       | kube-state-metrics | 5.26.0 | 5.27.0 |
@kireque-bot kireque-bot bot added renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Nov 9, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Nov 9, 2024

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

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

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

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

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Nov 9, 2024

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

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

@@ -41,13 +41,13 @@

       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
         imagePullPolicy: IfNotPresent
-        image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.13.0
+        image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0
         ports:
         - containerPort: 8080
           name: http
         livenessProbe:
           failureThreshold: 3
           httpGet:
@@ -61,13 +61,13 @@

           timeoutSeconds: 5
         readinessProbe:
           failureThreshold: 3
           httpGet:
             httpHeaders: null
             path: /readyz
-            port: 8080
+            port: 8081
             scheme: HTTP
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
         resources: {}

@kireque kireque merged commit 24a3e8e into main Nov 10, 2024
19 checks passed
@kireque kireque deleted the renovate/main-kube-state-metrics-5.x branch November 10, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant