- Overview- Version changes- Configuration changes- Template changes- Migration steps- Preview changes before upgrading- Command to upgrade
This guide covers the otel-collector-lerian chart upgrade from 3.0.0 to 3.1.0-beta.2. It was generated retroactively from the chart history and focuses on minor version changes; patch-only releases are intentionally ignored.
Because this is a minor upgrade, the expected path is an in-place Helm upgrade after reviewing new values and changed defaults.
| Field | Previous | Current |
|---|---|---|
| Chart version | 3.0.0 |
3.1.0-beta.2 |
| App version | 0.1.0 |
0.1.0 |
No direct values.yaml key changes detected.
No direct values.yaml key changes detected.
No image, env, secret, probe, ingress, service, port, or enablement changes detected in values.yaml.
- No chart files added.
- No chart files removed.
charts/otel-collector-lerian/CHANGELOG.mdcharts/otel-collector-lerian/Chart.yaml
- Read this guide and compare your custom values against
charts/otel-collector-lerian/values.yaml. - Add any required new values for your environment, especially secrets, configmaps, probes, ingress, and service settings.
- Render the chart locally with your production values and review the manifest diff.
- Apply the upgrade in a controlled environment before production.
helm diff upgrade otel-collector-lerian ./charts/otel-collector-lerian \
--namespace <namespace> \
--values <your-values.yaml>helm upgrade otel-collector-lerian ./charts/otel-collector-lerian \
--namespace <namespace> \
--values <your-values.yaml>