Skip to content

perf-sentinel chart v0.2.63

Choose a tag to compare

@github-actions github-actions released this 21 Jun 06:54
· 1 commit to main since this release
chart-v0.2.63

What's new in chart-v0.2.63

A chart-only patch that advances appVersion to track the new daemon release. It moves appVersion from 0.8.13 to 0.8.14, with no chart template change, so an upgrade renders the same manifest set as chart-v0.2.62 apart from the daemon image tag.

Changed

  • appVersion bumped from 0.8.13 to 0.8.14, and the artifacthub.io/images tag follows to ghcr.io/robintra/perf-sentinel:0.8.14. The 0.8.14 daemon ships a cosmetic HTML dashboard change, its dark theme darkens the secondary panel background from #2c2c2c to #212121, with no daemon, wire, configuration, or metric change. See the v0.8.14 release.

Behavior

  • No template change. The rendered manifest set is identical to chart-v0.2.62 apart from the image tag, so an upgrade changes nothing an operator configures.
  • The appVersion bump rolls the pod to the 0.8.14 image. An upgrade that keeps the default empty image.tag resolves the image to ghcr.io/robintra/perf-sentinel:0.8.14 and reschedules the pod. The 0.8.14 change is a dashboard-only cosmetic edit, behavior-identical to 0.8.13 on every daemon and machine surface, no /api/* route, OTLP wire shape, configuration key, or Prometheus metric is removed or changed.

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.2.63

Upgrade an existing release:

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

Full Changelog: chart-v0.2.62...chart-v0.2.63