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

chore(deps): update helm release kube-prometheus-stack to v61.7.2 #3446

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 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: 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Aug 8, 2024

Path: base/monitoring/kube-prometheus-stack/helmrelease.yaml
Version: 61.7.1 -> 61.7.2

@@ -1427,6 +1427,7 @@
 readOnly: true
 hostNetwork: true
 hostPID: true
+ hostIPC: false
 nodeSelector:
 kubernetes.io/os: linux
 tolerations:
@@ -1801,6 +1802,26 @@
 - 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:

@rxbn rxbn merged commit bff600b into master Aug 8, 2024
2 checks passed
@rxbn rxbn deleted the renovate/kube-prometheus-stack-61.x branch August 8, 2024 16:49
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