open-engineering/headscale-chart
2
3
Fork
You've already forked headscale-chart
1

feat: add strategy #1

Closed
opened 2026年06月26日 15:57:14 +02:00 by pat-s · 5 comments

Currently strategy is undefined, which leads to RollingUpdate. This is an issue for single-replica deployments and will result in a deadlock when the pod gets provisoned to a new node and uses a RWO volume.

It might also be good to default to Recreate then.

Currently `strategy` is undefined, which leads to `RollingUpdate`. This is an issue for single-replica deployments and will result in a deadlock when the pod gets provisoned to a new node and uses a RWO volume. It might also be good to default to `Recreate` then.

Added a strategyType in 0.4.0 to help with this! Give it a shot and let me know if it works 🙏

Added a `strategyType` in `0.4.0` to help with this! Give it a shot and let me know if it works 🙏
Author
Copy link

Thanks - but there's a indent definition error that prevents the chart render. strategy should be below spec, not template.

Some basic render or general unit tests could to prevent these in the future.

Thanks - but there's a indent definition error that prevents the chart render. `strategy` should be below `spec`, not `template`. Some basic render or general unit tests could to prevent these in the future.

Thanks - but there's a indent definition error that prevents the chart render. strategy should be below spec, not template.

oof, yeah, let me fix that.

Some basic render or general unit tests could to prevent these in the future.

It passed the helm template and helm lint, however we haven't setup a full chart testing action yet since migrating from github. It's on our list!

> Thanks - but there's a indent definition error that prevents the chart render. strategy should be below spec, not template. oof, yeah, let me fix that. > Some basic render or general unit tests could to prevent these in the future. It passed the `helm template` and `helm lint`, however we haven't setup a full chart testing action yet since migrating from github. It's on our list!

Give 0.5.1 a shot now :)

Give `0.5.1` a shot now :)
Author
Copy link

Works now!

Works now!
Sign in to join this conversation.
No Branch/Tag specified
main
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
open-engineering/headscale-chart#1
Reference in a new issue
open-engineering/headscale-chart
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?