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.7.2  | 60.3.0  |
| helm       | prometheus-operator-crds                                    | 11.0.0  | 12.0.0  |
| docker     | quay.io/prometheus/prometheus                               | v2.52.0 | v2.53.0 |
| docker     | registry1.dso.mil/ironbank/opensource/prometheus/prometheus | v2.52.0 | v2.53.0 |
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent 2e28897 commit ea37e6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.7.2
version: 60.3.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.52.0
tag: v2.53.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.52.0
tag: v2.53.0
prometheus-node-exporter:
image:
registry: quay.io
Expand Down
6 changes: 3 additions & 3 deletions src/prometheus-stack/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components:
charts:
- name: prometheus-operator-crds
url: https://prometheus-community.github.io/helm-charts
version: 11.0.0
version: 12.0.0
namespace: uds-crds
valuesFiles:
- "values/crd-values.yaml"
Expand All @@ -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.74.0"
- "quay.io/prometheus/prometheus:v2.52.0"
- "quay.io/prometheus/prometheus:v2.53.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.74.0"
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v2.52.0"
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v2.53.0"
- "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.3.0"

0 comments on commit ea37e6a

Please sign in to comment.