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                                       | 57.1.1  | 57.2.0  |
| docker     | quay.io/prometheus/prometheus                               | v2.51.0 | v2.51.1 |
| docker     | registry1.dso.mil/ironbank/opensource/prometheus/prometheus | v2.51.0 | v2.51.1 |
  • Loading branch information
renovate[bot] authored Mar 29, 2024
1 parent 6a26523 commit cc0c856
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: 57.1.1
version: 57.2.0
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.0
tag: v2.51.1
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.0
tag: v2.51.1
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.11.0"
- "quay.io/prometheus/alertmanager:v0.27.0"
- "quay.io/prometheus-operator/prometheus-config-reloader:v0.72.0"
- "quay.io/prometheus/prometheus:v2.51.0"
- "quay.io/prometheus/prometheus:v2.51.1"
- "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.11.0"
- "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager:v0.27.0"
- "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader:v0.72.0"
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v2.51.0"
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v2.51.1"
- "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.3.0"

0 comments on commit cc0c856

Please sign in to comment.