Skip to content

Commit

Permalink
[prometheus] bump to 2.55.0 + deps (#4938)
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored Oct 25, 2024
1 parent 1f5abc0 commit f958663
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 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.12.0
version: 1.13.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.25.1
version: 5.26.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.39.0
version: 4.40.0
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.14.0
digest: sha256:a12de190e35b203bd78a6ea1d0d22b264f82874051b721ff755b2a0c69c51992
generated: "2024-08-27T22:11:27.009723-04:00"
version: 2.15.0
digest: sha256:2095016d1bf4ca23cec05d698bda004de544d2d5981829685c37a71ef650c017
generated: "2024-10-25T11:03:11.538611-04:00"
12 changes: 6 additions & 6 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.1
version: 25.27.0
appVersion: v2.55.0
version: 25.28.0
kubeVersion: ">=1.19.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand All @@ -26,19 +26,19 @@ maintainers:
type: application
dependencies:
- name: alertmanager
version: "1.12.*"
version: "1.13.*"
repository: https://prometheus-community.github.io/helm-charts
condition: alertmanager.enabled
- name: kube-state-metrics
version: "5.25.*"
version: "5.26.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.39.*"
version: "4.40.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
version: "2.14.*"
version: "2.15.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-pushgateway.enabled
keywords:
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.76.0
tag: v0.77.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 f958663

Please sign in to comment.