Skip to content

Commit

Permalink
Merge pull request #682 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 Jan 6, 2023
2 parents 4cdd7f1 + bcb3195 commit c290a1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 20.5.0
version: 20.6.0
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
# kubeVersion: ">= 1.23.0"
dependencies:
Expand All @@ -22,7 +22,7 @@ dependencies:
repository: https://charts.timescale.com
- name: promscale
condition: promscale.enabled
version: 14.6.0
version: 14.6.1
repository: https://charts.timescale.com
- name: kube-prometheus-stack
condition: kube-prometheus-stack.enabled
Expand Down
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ kube-prometheus-stack:
image:
registry: quay.io
repository: prometheus-operator/prometheus-operator
tag: v0.61.1
tag: v0.62.0
pullPolicy: IfNotPresent
## Prometheus config reloader configuration
prometheusConfigReloader:
# image to use for config and rule reloading
image:
registry: quay.io
repository: prometheus-operator/prometheus-config-reloader
tag: v0.61.1
tag: v0.62.0
# resource config for prometheusConfigReloader
resources:
requests:
Expand Down Expand Up @@ -385,7 +385,7 @@ opentelemetry-operator:
manager:
image:
repository: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
tag: v0.66.0
tag: v0.67.0
resources:
limits:
cpu: 50m
Expand Down

0 comments on commit c290a1a

Please sign in to comment.