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(container): update kube-prometheus-stack ( 61.3.2 β†’ 61.7.0 ) #3294

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

mahoro-bot[bot]
Copy link
Contributor

@mahoro-bot mahoro-bot bot commented Jul 27, 2024

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) minor 61.3.2 -> 61.7.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.

@mahoro-bot mahoro-bot bot requested a review from cbc02009 as a code owner July 27, 2024 11:15
@mahoro-bot mahoro-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Jul 27, 2024
@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented Jul 27, 2024

--- kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

+++ kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

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

     spec:
       chart: kube-prometheus-stack
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 61.3.2
+      version: 61.7.0
   dependsOn:
   - name: openebs
     namespace: openebs
   - name: thanos
     namespace: observability
   install:

@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented Jul 27, 2024

--- HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

+++ HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

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

         runAsGroup: 65534
         runAsNonRoot: true
         runAsUser: 65534
       serviceAccountName: node-exporter
       containers:
       - name: node-exporter
-        image: quay.io/prometheus/node-exporter:v1.8.1
+        image: quay.io/prometheus/node-exporter:v1.8.2
         imagePullPolicy: IfNotPresent
         args:
         - --path.procfs=/host/proc
         - --path.sysfs=/host/sys
         - --path.rootfs=/host/root
         - --path.udev.data=/host/root/run/udev/data
--- HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-state-metrics

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

@@ -44,32 +44,32 @@

       - 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
         - --metric-labels-allowlist=pods=[*],deployments=[*],persistentvolumeclaims=[*]
         imagePullPolicy: IfNotPresent
-        image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.12.0
+        image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.13.0
         ports:
         - containerPort: 8080
           name: http
         livenessProbe:
           failureThreshold: 3
           httpGet:
             httpHeaders: null
-            path: /healthz
+            path: /livez
             port: 8080
             scheme: HTTP
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
         readinessProbe:
           failureThreshold: 3
           httpGet:
             httpHeaders: null
-            path: /
+            path: /readyz
             port: 8080
             scheme: HTTP
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
--- HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

+++ HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

@@ -31,23 +31,23 @@

         app: kube-prometheus-stack-operator
         app.kubernetes.io/name: kube-prometheus-stack-prometheus-operator
         app.kubernetes.io/component: prometheus-operator
     spec:
       containers:
       - name: kube-prometheus-stack
-        image: quay.io/prometheus-operator/prometheus-operator:v0.75.1
+        image: quay.io/prometheus-operator/prometheus-operator:v0.75.2
         imagePullPolicy: IfNotPresent
         args:
         - --kubelet-service=kube-system/kube-prometheus-stack-kubelet
         - --localhost=127.0.0.1
-        - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.75.1
+        - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.75.2
         - --config-reloader-cpu-request=0
         - --config-reloader-cpu-limit=0
         - --config-reloader-memory-request=0
         - --config-reloader-memory-limit=0
-        - --thanos-default-base-image=quay.io/thanos/thanos:v0.35.1
+        - --thanos-default-base-image=quay.io/thanos/thanos:v0.36.0
         - --secret-field-selector=type!=kubernetes.io/dockercfg,type!=kubernetes.io/service-account-token,type!=helm.sh/release.v1
         - --web.enable-tls=true
         - --web.cert-file=/cert/cert
         - --web.key-file=/cert/key
         - --web.listen-address=:10250
         - --web.tls-min-version=VersionTLS13

@mahoro-bot mahoro-bot bot force-pushed the renovate/main-kube-prometheus-stack-61.x branch from 73513ed to e1726fc Compare July 28, 2024 01:20
@mahoro-bot mahoro-bot bot changed the title feat(container): update kube-prometheus-stack ( 61.3.2 β†’ 61.4.0 ) feat(container): update kube-prometheus-stack ( 61.3.2 β†’ 61.5.0 ) Jul 28, 2024
@mahoro-bot mahoro-bot bot force-pushed the renovate/main-kube-prometheus-stack-61.x branch 3 times, most recently from be97a12 to 91adb32 Compare July 29, 2024 14:17
@mahoro-bot mahoro-bot bot changed the title feat(container): update kube-prometheus-stack ( 61.3.2 β†’ 61.5.0 ) feat(container): update kube-prometheus-stack ( 61.3.2 β†’ 61.6.0 ) Jul 29, 2024
@mahoro-bot mahoro-bot bot force-pushed the renovate/main-kube-prometheus-stack-61.x branch 13 times, most recently from 8b9d99d to e2a2cf8 Compare August 1, 2024 07:16
@mahoro-bot mahoro-bot bot changed the title feat(container): update kube-prometheus-stack ( 61.3.2 β†’ 61.6.0 ) feat(container): update kube-prometheus-stack ( 61.3.2 β†’ 61.6.1 ) Aug 1, 2024
@mahoro-bot mahoro-bot bot force-pushed the renovate/main-kube-prometheus-stack-61.x branch 2 times, most recently from 32f06e6 to 3838106 Compare August 1, 2024 13:21
@mahoro-bot mahoro-bot bot force-pushed the renovate/main-kube-prometheus-stack-61.x branch 2 times, most recently from 809b932 to 258bc50 Compare August 2, 2024 10:19
@mahoro-bot mahoro-bot bot changed the title feat(container): update kube-prometheus-stack ( 61.3.2 β†’ 61.6.1 ) feat(container): update kube-prometheus-stack ( 61.3.2 β†’ 61.7.0 ) Aug 2, 2024
@mahoro-bot mahoro-bot bot force-pushed the renovate/main-kube-prometheus-stack-61.x branch 2 times, most recently from 8308c2d to 2469692 Compare August 2, 2024 16:22
@mahoro-bot mahoro-bot bot force-pushed the renovate/main-kube-prometheus-stack-61.x branch from 2469692 to 6035b59 Compare August 3, 2024 01:15
@mahoro-bot mahoro-bot bot merged commit 253d66b into main Aug 4, 2024
6 checks passed
@mahoro-bot mahoro-bot bot deleted the renovate/main-kube-prometheus-stack-61.x branch August 4, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant