Skip to content

Commit

Permalink
[prometheus] bump deps and prometheus to 2.55.1 (#4984)
Browse files Browse the repository at this point in the history
* bump to 2.55.1

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

* bump deps

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

* Update Chart.yaml

Co-authored-by: zeritti <[email protected]>
Signed-off-by: Ilia Lazebnik <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
Signed-off-by: Ilia Lazebnik <[email protected]>
Co-authored-by: MH <[email protected]>
Co-authored-by: zeritti <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 5af0e97 commit f09fe07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charts/prometheus/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: alertmanager
repository: https://prometheus-community.github.io/helm-charts
version: 1.13.0
version: 1.13.1
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.26.0
version: 5.27.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.40.0
version: 4.42.0
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.15.0
digest: sha256:2095016d1bf4ca23cec05d698bda004de544d2d5981829685c37a71ef650c017
generated: "2024-10-25T11:03:11.538611-04:00"
digest: sha256:860638cfcd7d346d50c7a377403e80730d2e5e9d625052324385ed165c0f850b
generated: "2024-11-09T17:32:43.009497-05:00"
8 changes: 4 additions & 4 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.55.0
version: 25.29.0
appVersion: v2.55.1
version: 25.30.0
kubeVersion: ">=1.19.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down Expand Up @@ -30,11 +30,11 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: alertmanager.enabled
- name: kube-state-metrics
version: "5.26.*"
version: "5.27.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.40.*"
version: "4.42.*"
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.77.2
tag: v0.78.1
# 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 f09fe07

Please sign in to comment.