You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle images with digests
Previously, we were splitting image addresses at the _last_ instance of
a colon; this had unfortunate side-effects when said address included a
digest.
This change causes us to look for the _first_ instance of a colon,
allowing both tag and digest to properly co-exist; we don't try to do
anything fancier than that.
Stop trimming "controller-manager-" from PDB name
...though it will be there for kubebuilder projects, and will make
things inconsistent with other objects.
Add support for extracting args from containers.
This updates the PodSpec processor to extract args from containers as
options.
If a Container doesn't have an args field it will be passed through
untouched.