github robintra/perf-sentinel chart-v0.9.3
perf-sentinel chart v0.9.3

4 hours ago

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

  • appVersion advanced from 0.9.2 to 0.9.3, and the artifacthub.io/images tag follows to ghcr.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 the datadogreceiver is read natively from the Datadog resource, and the daemon recognizes the stable OpenTelemetry 1.27 db.system.name attribute 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.tag resolves the image to ghcr.io/robintra/perf-sentinel:0.9.3 and 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.3

Upgrade an existing release:

helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.3

Full Changelog: chart-v0.9.2...chart-v0.9.3

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.