Tags: dysnix/charts
Tags
[smokeping-prober] explicitly set serviceAccountName: default 0.3.0 dropped the SA template but left serviceAccountName unset, which Helm 3-way merge preserves from the previous release — pods then fail because the (now deleted) SA can't be found. Set it explicitly to "default" so the merge overwrites the stale field. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Alex Vorona <alex@vorona.com.ua>
[smokeping-prober] drop ServiceAccount, disable token mount smokeping_prober has no Kubernetes API client and is not expected to gain one (or sidecars that would need one). Drop the per-release SA entirely — pods use the namespace default — and hardcode automountServiceAccountToken: false on the pod spec so the default SA token is never projected in. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Alex Vorona <alex@vorona.com.ua>
[smokeping-prober] use v-prefixed appVersion to match Docker image tags SuperQ publishes images as `v0.11.0` (with v prefix), not `0.11.0`. Without this, the chart's default image tag (from AppVersion) hits ErrImagePull. Bumping version because the rendered image:tag changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Alex Vorona <alex@vorona.com.ua>
[smokeping-prober] add resizePolicy support for VPA in-place updates Lets users set `restartPolicy: NotRequired` per resource so VPA `InPlaceOrRecreate` can resize the prober without restarting the pod. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Alex Vorona <alex@vorona.com.ua>
[smokeping-prober] add new chart Wraps github.com/SuperQ/smokeping_prober as a DaemonSet (switchable to Deployment) with probe targets sourced from a ConfigMap-mounted YAML config file rather than positional CLI args, so the target list can be edited without rebuilding args. Optional ServiceMonitor includes node_name/node_ip relabelings and drops instance/pod labels to keep metric series stable across pod restarts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Alex Vorona <alex@vorona.com.ua>
PreviousNext