Skip to content

Commit 879da04

Browse files
chore(deps): update helm charts
1 parent abde27b commit 879da04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chart/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ kube-prometheus-stack:
130130
prometheusOperator:
131131
image:
132132
repository: quay.io/prometheus-operator/prometheus-operator
133-
tag: v0.61.0
133+
tag: v0.61.1
134134
pullPolicy: IfNotPresent
135135
## Prometheus config reloader configuration
136136
prometheusConfigReloader:
137137
# image to use for config and rule reloading
138138
image:
139139
repository: quay.io/prometheus-operator/prometheus-config-reloader
140-
tag: v0.61.0
140+
tag: v0.61.1
141141
# resource config for prometheusConfigReloader
142142
resources:
143143
requests:
@@ -158,7 +158,7 @@ kube-prometheus-stack:
158158
prometheusSpec:
159159
image:
160160
repository: quay.io/prometheus/prometheus
161-
tag: v2.40.2
161+
tag: v2.40.3
162162
scrapeInterval: "1m"
163163
scrapeTimeout: "10s"
164164
evaluationInterval: "1m"
@@ -341,7 +341,7 @@ kube-prometheus-stack:
341341
kube-state-metrics:
342342
image:
343343
repository: registry.k8s.io/kube-state-metrics/kube-state-metrics
344-
tag: v2.6.0
344+
tag: v2.7.0
345345
pullPolicy: IfNotPresent
346346
# By default kube-state-metrics are scraped using
347347
# serviceMonitor disable annotation based scraping

0 commit comments

Comments
 (0)