Changelog:
Added
- Add support for schedulingGates in pod specification.
- Add support for explicit image digest. Enables use of
digestReflectionPolicy
in Flux CD. - Allow image specification object in persistence.image field.
- Allow limiting configMap and Secret checksum annotations to specific controllers.
- Updated file selection logic to allow files nested in subfolders for configMapsFromFolder and the new secretsFromFolder.
- Add best-effort automatic detection of binary files for configMapsFromFolder and the new secretsFromFolder.
- Allow specifying isEnvFile for files loaded via configMapsFromFolder.
- Allow specifying secrets from files via secretsFromFolder.
Fixed
- Fixed envFrom optional field being ignored.
- Fixed merge strategy for defaultPodOptions and defaultContainerOptions.