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 18, 2023
1 parent b39659e commit 75aae63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.30.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
repository: https://prometheus-community.github.io/helm-charts
- name: opentelemetry-operator
condition: opentelemetry-operator.enabled
version: 0.20.4
version: 0.21.2
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
4 changes: 2 additions & 2 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 @@ -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 75aae63

Please sign in to comment.