Skip to content

Commit 720110f

Browse files
authored
fix(run-integration-test/telemetry): Bump otel-operator to 0.93.0 (#64)
fix(run-integration-test/telemetry): Bump otel-operator to get fixed json schema for helm values
1 parent c3a3e02 commit 720110f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-integration-test/kustomize/bases/opentelemetry-operator/kustomization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ helmCharts:
99
- name: opentelemetry-operator
1010
repo: https://open-telemetry.github.io/opentelemetry-helm-charts
1111
# Find the latest release here: https://github.com/open-telemetry/opentelemetry-helm-charts/releases
12-
version: 0.92.2
12+
version: 0.93.0
1313
releaseName: opentelemetry-operator
1414
includeCRDs: true
1515
skipTests: true
@@ -22,7 +22,7 @@ helmCharts:
2222
# See which plugins the opentelemetry-collector-k8s image contains here:
2323
# https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-k8s/manifest.yaml
2424
repository: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s
25-
tag: 0.131.1 # Often the chart has old values for the collector image
25+
tag: 0.132.4 # Often the chart has old values for the collector image
2626
admissionWebhooks:
2727
certManager:
2828
enabled: false

0 commit comments

Comments
 (0)