Skip to content

Commit

Permalink
[prometheus] bump reloader + node-exporter dep (prometheus-community#…
Browse files Browse the repository at this point in the history
…4182)

* bump operator to 0.71.2

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

* bump operator to 0.71.2

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

* bump operator to 0.71.2

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

---------

Signed-off-by: drfaust92 <[email protected]>
Co-authored-by: MH <[email protected]>
  • Loading branch information
2 people authored and Matiasmct committed Mar 20, 2024
1 parent 24503be commit 1d06bc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.16.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.25.0
version: 4.26.0
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.6.0
digest: sha256:55b6f92e9b2615b8d96825f87214a8aa17114e1883c017fe2ca552302e65d09f
generated: "2024-01-20T23:54:27.953216+02:00"
digest: sha256:c04ed5d0a9f4673cdf8cf43d8c09990170bd3a0c30f4529e6a06f00ea6ff2d63
generated: "2024-01-25T19:22:54.227295+02:00"
4 changes: 2 additions & 2 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.49.1
version: 25.10.0
version: 25.11.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.25.*"
version: "4.26.*"
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.70.0
tag: v0.71.2
# 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 1d06bc6

Please sign in to comment.