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                              | 67.3.1 | 67.5.0 |
| docker     | registry.k8s.io/ingress-nginx/kube-webhook-certgen | v1.4.4 | v1.5.0 |
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 8bbf6b3 commit 74d42af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -18,7 +18,7 @@ components:
- name: kube-prometheus-stack
namespace: monitoring
url: https://prometheus-community.github.io/helm-charts
version: 67.3.1
version: 67.5.0
valuesFiles:
- "../values/values.yaml"
actions:
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 @@ -35,7 +35,7 @@ prometheusOperator:
image:
registry: registry.k8s.io
repository: ingress-nginx/kube-webhook-certgen
tag: v1.4.4
tag: v1.5.0
securityContext:
runAsGroup: 2000
runAsNonRoot: true
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus-stack/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ components:
- "quay.io/prometheus/alertmanager:v0.27.0"
- "quay.io/prometheus-operator/prometheus-config-reloader:v0.79.2"
- "quay.io/prometheus/prometheus:v3.0.1"
- "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4"
- "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0"

- name: kube-prometheus-stack
required: true
Expand Down

0 comments on commit 74d42af

Please sign in to comment.