Skip to content

Commit

Permalink
chore(deps): update prometheus-stack
Browse files Browse the repository at this point in the history
| datasource | package                                                     | from    | to      |
| ---------- | ----------------------------------------------------------- | ------- | ------- |
| helm       | kube-prometheus-stack                                       | 58.4.0  | 58.5.2  |
| docker     | quay.io/prometheus/prometheus                               | v2.51.2 | v2.52.0 |
| docker     | registry1.dso.mil/ironbank/opensource/prometheus/prometheus | v2.51.2 | v2.52.0 |
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent 1bde4cc commit 21f7a2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/prometheus-stack/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
- name: kube-prometheus-stack
namespace: monitoring
url: https://prometheus-community.github.io/helm-charts
version: 58.4.0
version: 58.5.2
valuesFiles:
- "../values/values.yaml"
actions:
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus-stack/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ prometheus:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/prometheus/prometheus
tag: v2.51.2
tag: v2.52.0
prometheus-node-exporter:
image:
registry: registry1.dso.mil
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus-stack/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ prometheus:
image:
registry: quay.io
repository: prometheus/prometheus
tag: v2.51.2
tag: v2.52.0
prometheus-node-exporter:
image:
registry: quay.io
Expand Down
4 changes: 2 additions & 2 deletions src/prometheus-stack/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ components:
- "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.12.0"
- "quay.io/prometheus/alertmanager:v0.27.0"
- "quay.io/prometheus-operator/prometheus-config-reloader:v0.73.2"
- "quay.io/prometheus/prometheus:v2.51.2"
- "quay.io/prometheus/prometheus:v2.52.0"
- "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20221220-controller-v1.5.1-58-g787ea74b6"

- name: kube-prometheus-stack
Expand All @@ -52,5 +52,5 @@ components:
- "registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics:v2.12.0"
- "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager:v0.27.0"
- "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader:v0.73.2"
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v2.51.2"
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v2.52.0"
- "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.3.0"

0 comments on commit 21f7a2c

Please sign in to comment.