Skip to content

Commit

Permalink
[prometheus] bump prom to 3.1.0 + deps (#5110)
Browse files Browse the repository at this point in the history
* bump prom to 3.1.0 + deps

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

* Add CI test case for pdb

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

---------

Signed-off-by: drfaust92 <[email protected]>
Signed-off-by: zeritti <[email protected]>
Co-authored-by: zeritti <[email protected]>
  • Loading branch information
DrFaust92 and zeritti authored Jan 3, 2025
1 parent c8834dd commit b691e55
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charts/prometheus/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 1.13.1
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.27.0
version: 5.28.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.42.0
version: 4.43.1
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.15.0
digest: sha256:860638cfcd7d346d50c7a377403e80730d2e5e9d625052324385ed165c0f850b
generated: "2024-11-09T17:32:43.009497-05:00"
version: 2.16.0
digest: sha256:a6732d7d72e5ac83623517b0da7782493df63f9900ca6c2787a40872fd61333c
generated: "2025-01-02T15:11:50.218607-05:00"
10 changes: 5 additions & 5 deletions charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus
appVersion: v3.0.1
version: 26.0.1
appVersion: v3.1.0
version: 26.1.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,15 +30,15 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: alertmanager.enabled
- name: kube-state-metrics
version: "5.27.*"
version: "5.28.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.42.*"
version: "4.43.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
version: "2.15.*"
version: "2.16.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-pushgateway.enabled
keywords:
Expand Down
21 changes: 21 additions & 0 deletions charts/prometheus/ci/13-pdb-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
## Test case: pod disruption budget
alertmanager:
enabled: false

kube-state-metrics:
enabled: false

prometheus-node-exporter:
enabled: false

prometheus-pushgateway:
enabled: false

server:
persistentVolume:
enabled: false

podDisruptionBudget:
enabled: true
minAvailable: 1

0 comments on commit b691e55

Please sign in to comment.