Skip to content

Commit

Permalink
Merge pull request #464 from viccuad/main
Browse files Browse the repository at this point in the history
Update otel chart dep to >= 0.65
  • Loading branch information
flavio authored Nov 12, 2024
2 parents c030cf4 + 14b7925 commit bb35cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/howtos/telemetry/10-opentelemetry-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ helm install --wait \
Once cert-manager is up and running, the OpenTelemetry operator Helm chart can be installed in this way:

:::note
At time of writing the latest OpenTelemetry operator chart version is `0.56.0`
At the time of writing (2024-11-11) the latest OpenTelemetry operator chart version is `0.65.0`
:::

```console
Expand All @@ -129,7 +129,7 @@ helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm
helm install --wait \
--namespace open-telemetry \
--create-namespace \
--version 0.56.0 \
--version 0.65.0 \
--set "manager.collectorImage.repository=otel/opentelemetry-collector-contrib" \
my-opentelemetry-operator open-telemetry/opentelemetry-operator
```
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/dependency-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Needed for specific features.

| Chart dependency | Helm chart `appVersion` | Helm chart `version` | Feature |
| -------------------------------------------------- | :---------------------: | :------------------------------------------: | :---------------: |
| `open-telemetry/opentelemetry-operator` chart | `>= 0.98` | Example: `0.56.0` | OTLM |
| `open-telemetry/opentelemetry-operator` chart | `>= 0.104` | Example: `0.65.0` | OTLM |
| `prometheus-community/kube-prometheus-stack` chart | `>= v0.69` | Example: `51.5.3` | Metrics |
| `jaegertracing/jaeger-operator` chart | `>= 1.49 < 2` | Example: `2.49.0` | Tracing |
| `kyverno/policy-reporter` chart | `>= 2 < 3` | In `kubewarden-controller` chart as subchart | Policy Reports UI |
Expand Down

0 comments on commit bb35cdd

Please sign in to comment.