Skip to content

Commit d60a116

Browse files
authored
Merge pull request #110 from frezes/feat/kube-prometheus-stack
[kube-prometheus-stack] update cAdvisorInterval
2 parents 080d076 + 4d12e35 commit d60a116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kube-prometheus-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ name: kube-prometheus-stack
3131
sources:
3232
- https://github.com/prometheus-community/helm-charts
3333
- https://github.com/prometheus-operator/kube-prometheus
34-
version: 70.5.4
34+
version: 70.5.5
3535
appVersion: v0.81.0
3636
kubeVersion: ">=1.19.0-0"
3737
home: https://github.com/prometheus-operator/kube-prometheus

charts/kube-prometheus-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ kubelet:
16741674
## Configure the scrape interval for cAdvisor. This is configured to the default Kubelet cAdvisor
16751675
## minimum housekeeping interval in order to avoid missing samples. Note, this value is ignored
16761676
## if kubelet.serviceMonitor.interval is not empty.
1677-
cAdvisorInterval: 10s
1677+
cAdvisorInterval: 1m
16781678
## MetricRelabelConfigs to apply to samples after scraping, but before ingestion.
16791679
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#relabelconfig
16801680
##

0 commit comments

Comments
 (0)