Loading

Upgrade

Serverless Observability Stack EDOT Collector

Note

Before upgrading or updating the release configuration, refer to the compatibility matrix for a list of supported versions and customizing configuration for a list of supported configurable parameters.

To upgrade an installed release, run a helm upgrade command providing the desired chart version and using the correct values.yaml for your environment. For example:

 helm repo update open-telemetry helm search repo open-telemetry/opentelemetry-kube-stack --versions helm upgrade --namespace opentelemetry-operator-system opentelemetry-kube-stack open-telemetry/opentelemetry-kube-stack \ --values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v9.1.5/deploy/helm/edot-collector/kube-stack/values.yaml' \ --version 0.9.1 
  1. update information of available charts locally
  2. list available versions of the chart

If cert-manager integration is disabled, Helm generates a new self-signed TLS certificate with every update, even if there are no actual changes to apply.