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                                                    | 65.0.0 | 65.1.0 |
| docker     | registry.k8s.io/ingress-nginx/kube-webhook-certgen                       | v1.4.3 | v1.4.4 |
| docker     | registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen | v1.4.3 | v1.4.4 |
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent c1a67b9 commit 093a35f
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: 65.0.0
version: 65.1.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 @@ -37,7 +37,7 @@ prometheusOperator:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/ingress-nginx/kube-webhook-certgen
tag: v1.4.3
tag: v1.4.4
registry: registry1.dso.mil
repository: ironbank/opensource/ingress-nginx/kube-webhook-certgen
tag: v1.3.0
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 @@ -32,7 +32,7 @@ prometheusOperator:
image:
registry: registry.k8s.io
repository: ingress-nginx/kube-webhook-certgen
tag: v1.4.3
tag: v1.4.4
securityContext:
runAsGroup: 2000
runAsNonRoot: true
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 @@ -33,7 +33,7 @@ components:
- "quay.io/prometheus/alertmanager:v0.27.0"
- "quay.io/prometheus-operator/prometheus-config-reloader:v0.77.1"
- "quay.io/prometheus/prometheus:v2.54.1"
- "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3"
- "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4"

- name: kube-prometheus-stack
required: true
Expand All @@ -53,7 +53,7 @@ components:
- "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager:v0.27.0"
- "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader:v0.77.1"
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v2.54.1"
- "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.4.3"
- "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.4.4"

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

0 comments on commit 093a35f

Please sign in to comment.