Chart: 0.1.0
Automatically restarting pods with labels based on a cron schedule.
TL;DR
helm repo add coditeu https://coditeu.github.io/charts
helm repo update
helm install schedule-pod-restart coditeu/schedule-pod-restart --set cronjob.schedule="0 1 * * *" --set cronjob.podLabels="app=example"