home-ops
home-ops copied to clipboard
feat(helm): update kube-prometheus-stack ( 60.3.0 → 60.5.0 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| kube-prometheus-stack (source) | minor | 60.3.0 -> 60.5.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
v60.5.0
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
- [kube-prometheus-stack] add support for dual stack clusters to grafana by @M0NsTeRRR in https://github.com/prometheus-community/helm-charts/pull/4638
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/prometheus-json-exporter-0.12.0...kube-prometheus-stack-60.5.0
v60.4.0
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
- [kube-prometheus-stack] Add support to make automountServiceAccountToken configurable for Prometheus by @Sheikh-Abubaker in https://github.com/prometheus-community/helm-charts/pull/4170
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.20.1...kube-prometheus-stack-60.4.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.
--- kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack
+++ kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack
@@ -13,13 +13,13 @@
spec:
chart: kube-prometheus-stack
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
- version: 60.3.0
+ version: 60.5.0
dependsOn:
- name: longhorn
namespace: longhorn-system
install:
crds: CreateReplace
remediation:
--- HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/kube-state-metrics
+++ HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/kube-state-metrics
@@ -69,12 +69,13 @@
port: 8080
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
+ resources: {}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
--- HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/kube-prometheus-stack
+++ HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/kube-prometheus-stack
@@ -9,12 +9,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: kube-prometheus-stack
app.kubernetes.io/part-of: kube-prometheus-stack
release: kube-prometheus-stack
heritage: Helm
spec:
+ automountServiceAccountToken: true
alerting:
alertmanagers:
- namespace: monitoring
name: kube-prometheus-stack-alertmanager
port: http-web
pathPrefix: /
🦙 MegaLinter status: ✅ SUCCESS
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff