What's new in chart-v0.9.3
A chart-only release that advances appVersion to the current daemon release 0.9.3. The chart version and appVersion stay in lockstep at 0.9.3, with no chart template change.
Changed
appVersionadvanced from0.9.2to0.9.3, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.3. The 0.9.3 daemon adds a Datadog ingestion path: dd-trace bridged through an OpenTelemetry Collector running thedatadogreceiveris read natively from the Datadog resource, and the daemon recognizes the stable OpenTelemetry 1.27db.system.nameattribute across the OTLP, Jaeger, and Zipkin paths. See the v0.9.3 release.
Behavior
- No template change. The rendered manifest set is identical to chart-v0.9.2 apart from the image tag, so an upgrade changes nothing an operator configures.
- The appVersion bump rolls the pod to the 0.9.3 image. An upgrade that keeps the default empty
image.tagresolves the image toghcr.io/robintra/perf-sentinel:0.9.3and reschedules the pod. No/api/*route, OTLP wire shape, configuration key, or Prometheus metric is removed or changed. The daemon changes are additive ingestion inputs, detailed in the linked daemon release.
Install
The chart is published as an OCI artifact on GHCR, install it directly with no helm repo add step:
helm install perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.3Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.3Full Changelog: chart-v0.9.2...chart-v0.9.3