Skip to content

Commit

Permalink
[kube-prometheus-stack] bump deps (#4989)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 authored Nov 9, 2024
1 parent e5dcb61 commit 1e4b812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 66.0.0
version: 66.1.0
appVersion: v0.78.1
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand All @@ -45,11 +45,11 @@ dependencies:
version: "0.0.0"
condition: crds.enabled
- name: kube-state-metrics
version: "5.26.*"
version: "5.27.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "4.40.*"
version: "4.42.*"
repository: https://prometheus-community.github.io/helm-charts
condition: nodeExporter.enabled
- name: grafana
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3619,7 +3619,7 @@ prometheus:
image:
registry: quay.io
repository: prometheus/prometheus
tag: v2.55.0
tag: v2.55.1
sha: ""

## Tolerations for use with node taints
Expand Down

0 comments on commit 1e4b812

Please sign in to comment.