Skip to content

Commit

Permalink
[kube-prometheus-stack] Bump Prometheus and chart dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Jun 26, 2023
1 parent 94f2914 commit a28e19e
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 @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 47.0.0
version: 47.1.0
appVersion: v0.66.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand All @@ -40,11 +40,11 @@ annotations:
dependencies:
- name: kube-state-metrics
version: "5.7.*"
version: "5.8.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "4.17.*"
version: "4.18.*"
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 @@ -2858,7 +2858,7 @@ prometheus:
image:
registry: quay.io
repository: prometheus/prometheus
tag: v2.44.0
tag: v2.45.0
sha: ""

## Tolerations for use with node taints
Expand Down

0 comments on commit a28e19e

Please sign in to comment.