Fix git.add single file rename not working
This previously resulted in /dir/oldfilename
in an image, but now results in /dir/newfilename
as supposed to:
git:
- add: /dir/oldfilename
to: /dir/newfilename
Other fixes
- [bundles] Remove secrets related options
- Update kubedog: fix pod tracker panic