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

fix(helm): update chart kube-prometheus-stack to 61.7.2 #6948

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) patch 61.7.1 -> 61.7.2

Release Notes

prometheus-community/helm-charts (kube-prometheus-stack)

v61.7.2

Compare Source

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-node-exporter-4.37.3...kube-prometheus-stack-61.7.2


Configuration

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

🚦 Automerge: Enabled.

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.

| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| helm       | kube-prometheus-stack | 61.7.1 | 61.7.2 |
@rosey-the-renovator-bot
Copy link
Contributor

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

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

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

     spec:
       chart: kube-prometheus-stack
       sourceRef:
         kind: HelmRepository
         name: prometheus-community-charts
         namespace: flux-system
-      version: 61.7.1
+      version: 61.7.2
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 3

@rosey-the-renovator-bot
Copy link
Contributor

--- HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/prometheus-operator

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

@@ -70,12 +70,32 @@

             - ALL
           readOnlyRootFilesystem: true
         volumeMounts:
         - name: tls-secret
           mountPath: /cert
           readOnly: true
+        readinessProbe:
+          httpGet:
+            path: /healthz
+            port: https
+            scheme: HTTPS
+          initialDelaySeconds: 0
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
+        livenessProbe:
+          httpGet:
+            path: /healthz
+            port: https
+            scheme: HTTPS
+          initialDelaySeconds: 0
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
       volumes:
       - name: tls-secret
         secret:
           defaultMode: 420
           secretName: prometheus-admission
       securityContext:

@renovate renovate bot merged commit d4ce8f8 into main Aug 9, 2024
16 checks passed
@renovate renovate bot deleted the renovate/kube-prometheus-stack-61.x branch August 9, 2024 22:07
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