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 helm release kube-prometheus-stack to v63 #570

Merged
merged 3 commits into from
Sep 26, 2024
Merged
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 apps/monitoring/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies:
version: 14.0.0
repository: https://prometheus-community.github.io/helm-charts
- name: kube-prometheus-stack
version: 62.7.0
version: 63.0.0
repository: https://prometheus-community.github.io/helm-charts
16 changes: 10 additions & 6 deletions apps/monitoring/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ kube-prometheus-stack:

prometheus:
prometheusSpec:
probeSelectorNilUsesHelmValues: false
scrapeConfigSelectorNilUsesHelmValues: false
ruleSelectorNilUsesHelmValues: false
podMonitorSelectorNilUsesHelmValues: false
serviceMonitorSelectorNilUsesHelmValues: false

probeSelector:
matchLabels: null
scrapeConfigSelector:
matchLabels: null
ruleSelector:
matchLabels: null
podMonitorSelector:
matchLabels: null
serviceMonitorSelector:
matchLabels: null
replicas: 2
retention: 365d

Expand Down