🚨 Upcoming Breaking Changes
- Removed
imageconfiguration in favor ofimagessection. The following config is deprecated and will be removed in a future release.- 'image.repository' has been replaced with 'images.collector.repository'.
- 'image.tag' has been replaced with 'images.collector.tag'.
- 'image.pullPolicy' has been replaced with 'images.collector.pullPolicy'.
🚀 What's Changed
- Added images configuration with registry support for both
collectorandkubectlimages viaimagesconfiguration. - Added imagePullSecrets support for authenticated registries.