Skip to content

Tags: dysnix/charts

Tags

smokeping-prober-0.3.1

Toggle smokeping-prober-0.3.1's commit message
[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-0.3.0

Toggle smokeping-prober-0.3.0's commit message
[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-0.2.1

Toggle smokeping-prober-0.2.1's commit message
[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-0.2.0

Toggle smokeping-prober-0.2.0's commit message
[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-0.1.0

Toggle smokeping-prober-0.1.0's commit message
[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>

agave-0.5.0

Toggle agave-0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(agave): agave 4.x support, minor improvements (#336)

* feat(agave): agave 4.x support, minor improvements

* make linter happy

* make linter happy

reth-0.0.11

Toggle reth-0.0.11's commit message
[reth] bump version, adjust metricsExtra to match 12 sec block interval

Signed-off-by: Alex Vorona <alex@vorona.com.ua>

reth-0.0.10

Toggle reth-0.0.10's commit message
[reth] enable ws by default, add metricsExtra

Signed-off-by: Alex Vorona <alex@vorona.com.ua>

op-node-0.2.7

Toggle op-node-0.2.7's commit message
[op-node] fix v1.17.0 compatibility

Signed-off-by: Alex Vorona <alex@vorona.com.ua>

agave-0.4.2

Toggle agave-0.4.2's commit message
[agave] bump fs.nr_open to match k3s requirement

Signed-off-by: Alex Vorona <alex@vorona.com.ua>