Skip to content

Commit

Permalink
chore(deps): update helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 24, 2023
1 parent b39659e commit e14fd91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ keywords:
- monitoring
- tracing
- opentelemetry
version: 20.7.0
version: 20.8.0
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
# kubeVersion: ">= 1.23.0"
dependencies:
- name: timescaledb-single
condition: timescaledb-single.enabled
version: 0.27.4
version: 0.31.0
repository: https://charts.timescale.com
- name: promscale
condition: promscale.enabled
version: 14.6.1
version: 14.7.0
repository: https://charts.timescale.com
- name: kube-prometheus-stack
condition: kube-prometheus-stack.enabled
version: 44.2.1
version: 44.3.0
repository: https://prometheus-community.github.io/helm-charts
- name: opentelemetry-operator
condition: opentelemetry-operator.enabled
version: 0.20.4
version: 0.21.4
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ promscale:
enabled: true
image:
repository: timescale/promscale
tag: 0.16.0
tag: 0.17.0
pullPolicy: IfNotPresent
# to pass extra args
extraArgs:
Expand Down Expand Up @@ -385,7 +385,7 @@ opentelemetry-operator:
manager:
image:
repository: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
tag: v0.67.0
tag: v0.68.0
resources:
limits:
cpu: 50m
Expand All @@ -399,7 +399,7 @@ opentelemetry-operator:
enabled: true
instrumentation:
pythonImage: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python:0.32b0
javaImage: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java:1.21.0
javaImage: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java:1.22.1
nodejsImage: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs:0.34.0
collector:
# The default otel collector that will be deployed by helm once
Expand Down

0 comments on commit e14fd91

Please sign in to comment.