Skip to content

Commit

Permalink
Merge pull request #664 from timescale/renovate/helm-charts
Browse files Browse the repository at this point in the history
chore(deps): update helm charts
  • Loading branch information
nhudson authored Dec 1, 2022
2 parents 6b8ccfd + df67f6c commit d53ce33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- monitoring
- tracing
- opentelemetry
version: 18.1.0
version: 18.2.0
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
# kubeVersion: ">= 1.23.0"
dependencies:
Expand All @@ -30,5 +30,5 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
- name: opentelemetry-operator
condition: opentelemetry-operator.enabled
version: 0.19.1
version: 0.19.2
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
8 changes: 4 additions & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ kube-prometheus-stack:
prometheusSpec:
image:
repository: quay.io/prometheus/prometheus
tag: v2.40.3
tag: v2.40.4
scrapeInterval: "1m"
scrapeTimeout: "10s"
evaluationInterval: "1m"
Expand Down Expand Up @@ -267,7 +267,7 @@ kube-prometheus-stack:
# TODO(paulfantom): remove with kube-prometheus bump
image:
repository: grafana/grafana
tag: 9.2.6
tag: 9.3.0
pullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -355,7 +355,7 @@ kube-prometheus-stack:
prometheus-node-exporter:
image:
repository: quay.io/prometheus/node-exporter
tag: v1.4.0
tag: v1.5.0
pullPolicy: IfNotPresent
# By default node-exporter are scraped using
# serviceMonitor disable annotation based scraping
Expand All @@ -379,7 +379,7 @@ opentelemetry-operator:
manager:
image:
repository: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
tag: v0.64.1
tag: v0.66.0
resources:
limits:
cpu: 50m
Expand Down

0 comments on commit d53ce33

Please sign in to comment.