This inspects your statefulsets, daemonsets, deployments and checks the associated registries to see if the tag has been updated. If an update is available it triggers a rollout on that resource. This is very early in development and should not be run in production servers.
This is still very early in development and has a few limitations.
imagePullPolicy = Always
First add the repo helm repo add patchwork https://bryopsida.github.io/patchwork/
, then fetch updates helm repo update
, and finally, install with helm upgrade --install patchwork patchwork/patchwork --wait
.