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.1.2  | 58.2.0  |
| docker     | quay.io/prometheus-operator/prometheus-config-reloader | v0.73.1 | v0.73.2 |
| docker     | quay.io/prometheus-operator/prometheus-operator        | v0.73.1 | v0.73.2 |
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 74436ea commit 0876030
Show file tree
Hide file tree
Showing 3 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.1.2
version: 58.2.0
valuesFiles:
- "../values/values.yaml"
actions:
Expand Down
4 changes: 2 additions & 2 deletions src/prometheus-stack/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ prometheusOperator:
image:
registry: quay.io
repository: prometheus-operator/prometheus-operator
tag: v0.73.1
tag: v0.73.2
prometheusConfigReloader:
image:
registry: quay.io
repository: prometheus-operator/prometheus-config-reloader
tag: v0.73.1
tag: v0.73.2
4 changes: 2 additions & 2 deletions src/prometheus-stack/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ components:
- "values/upstream-values.yaml"
images:
- "quay.io/prometheus/node-exporter:v1.7.0"
- "quay.io/prometheus-operator/prometheus-operator:v0.73.1"
- "quay.io/prometheus-operator/prometheus-operator:v0.73.2"
- "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.1"
- "quay.io/prometheus-operator/prometheus-config-reloader:v0.73.2"
- "quay.io/prometheus/prometheus:v2.51.2"
- "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20221220-controller-v1.5.1-58-g787ea74b6"

Expand Down

0 comments on commit 0876030

Please sign in to comment.