Skip to content

Commit

Permalink
[prometheus] bump prometheus release and node-exporter dependency (#4816
Browse files Browse the repository at this point in the history
)

* bump to deps

Signed-off-by: drfaust92 <[email protected]>

* bump to deps

Signed-off-by: drfaust92 <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored Aug 28, 2024
1 parent cb5ae1e commit 5adf0ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/prometheus/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 5.25.1
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.37.1
version: 4.39.0
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.14.0
digest: sha256:5d62dea300993805095d77a6b8bfea44d05961f43824201b8237174590e3e0ea
generated: "2024-07-31T19:20:50.993236-04:00"
digest: sha256:a12de190e35b203bd78a6ea1d0d22b264f82874051b721ff755b2a0c69c51992
generated: "2024-08-27T22:11:27.009723-04:00"
6 changes: 3 additions & 3 deletions charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus
appVersion: v2.54.0
version: 25.26.0
appVersion: v2.54.1
version: 25.27.0
kubeVersion: ">=1.19.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.37.*"
version: "4.39.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ configmapReload:
##
image:
repository: quay.io/prometheus-operator/prometheus-config-reloader
tag: v0.75.2
tag: v0.76.0
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
digest: ""
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 5adf0ee

Please sign in to comment.