Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update prometheus-stack #1137

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.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 @@ -40,7 +40,7 @@ prometheusOperator:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/ingress-nginx/kube-webhook-certgen
tag: v1.4.4
tag: v1.5.0
registry: registry1.dso.mil
repository: ironbank/opensource/ingress-nginx/kube-webhook-certgen
tag: v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions src/prometheus-stack/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ prometheus:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/prometheus-fips
tag: 3.0.1
tag: 3.1.0
prometheus-node-exporter:
image:
registry: cgr.dev
Expand All @@ -40,7 +40,7 @@ prometheusOperator:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/kube-webhook-certgen-fips
tag: 1.11.3
tag: 1.12.0
registry: cgr.dev
repository: du-uds-defenseunicorns/kube-webhook-certgen-fips
tag: 1.10.1
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 @@ -23,7 +23,7 @@ prometheus:
image:
registry: quay.io
repository: prometheus/prometheus
tag: v3.0.1
tag: v3.1.0
prometheus-node-exporter:
image:
registry: quay.io
Expand All @@ -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
10 changes: 5 additions & 5 deletions src/prometheus-stack/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ components:
- "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0"
- "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"
- "quay.io/prometheus/prometheus:v3.1.0"
- "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0"

- name: kube-prometheus-stack
required: true
Expand All @@ -56,7 +56,7 @@ components:
- "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager:v0.27.0"
- "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader:v0.79.2"
- "registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v3.0.1"
- "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.4.4"
- "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.5.0"

- name: kube-prometheus-stack
required: true
Expand All @@ -75,5 +75,5 @@ components:
- "cgr.dev/du-uds-defenseunicorns/kube-state-metrics-fips:2.14.0"
- "cgr.dev/du-uds-defenseunicorns/prometheus-alertmanager-fips:0.27.0"
- "cgr.dev/du-uds-defenseunicorns/prometheus-config-reloader-fips:0.79.2"
- "cgr.dev/du-uds-defenseunicorns/prometheus-fips:3.0.1"
- "cgr.dev/du-uds-defenseunicorns/kube-webhook-certgen-fips:1.11.3"
- "cgr.dev/du-uds-defenseunicorns/prometheus-fips:3.1.0"
- "cgr.dev/du-uds-defenseunicorns/kube-webhook-certgen-fips:1.12.0"
Loading