Skip to content

Commit

Permalink
[kube-prometheus-stack] Bump prom to 2.48.0 + node exporter dep (#4017)
Browse files Browse the repository at this point in the history
* Bump prom to 2.48.0

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* Bump prom to 2.48.0

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* Bump prom to 2.48.0

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

---------

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>
  • Loading branch information
DrFaust92 and GMartinez-Sisti committed Nov 22, 2023
1 parent 4c10243 commit 2f23626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/kube-prometheus-stack/Chart.yaml
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: 54.2.0
version: 54.2.1
appVersion: v0.69.1
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand All @@ -47,7 +47,7 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "4.23.*"
version: "4.24.*"
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
Expand Up @@ -2983,7 +2983,7 @@ prometheus:
image:
registry: quay.io
repository: prometheus/prometheus
tag: v2.47.2
tag: v2.48.0
sha: ""

## Tolerations for use with node taints
Expand Down

0 comments on commit 2f23626

Please sign in to comment.