Skip to content

Commit

Permalink
Merge pull request #661 from timescale/renovate/helm-charts
Browse files Browse the repository at this point in the history
chore(deps): update helm charts
  • Loading branch information
paulfantom authored Nov 28, 2022
2 parents abde27b + 21d36ab commit 879a29d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- monitoring
- tracing
- opentelemetry
version: 17.23.2
version: 17.24.0
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
# kubeVersion: ">= 1.23.0"
dependencies:
Expand Down
8 changes: 4 additions & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ kube-prometheus-stack:
prometheusOperator:
image:
repository: quay.io/prometheus-operator/prometheus-operator
tag: v0.61.0
tag: v0.61.1
pullPolicy: IfNotPresent
## Prometheus config reloader configuration
prometheusConfigReloader:
# image to use for config and rule reloading
image:
repository: quay.io/prometheus-operator/prometheus-config-reloader
tag: v0.61.0
tag: v0.61.1
# resource config for prometheusConfigReloader
resources:
requests:
Expand All @@ -158,7 +158,7 @@ kube-prometheus-stack:
prometheusSpec:
image:
repository: quay.io/prometheus/prometheus
tag: v2.40.2
tag: v2.40.3
scrapeInterval: "1m"
scrapeTimeout: "10s"
evaluationInterval: "1m"
Expand Down Expand Up @@ -341,7 +341,7 @@ kube-prometheus-stack:
kube-state-metrics:
image:
repository: registry.k8s.io/kube-state-metrics/kube-state-metrics
tag: v2.6.0
tag: v2.7.0
pullPolicy: IfNotPresent
# By default kube-state-metrics are scraped using
# serviceMonitor disable annotation based scraping
Expand Down

0 comments on commit 879a29d

Please sign in to comment.