New features:
- Mount custom persistent volumes onto the worker pods using the
additionalWorkerPVCs
parameter. - Specify tolerations for the job manager and worker pods using the
jobManagerTolerations
andworkerTolerations
parameters. - Specify custom annotations for the load balancer service using the
loadBalancerAnnotations
parameter. - Configure resource requests and limits for all pods deployed by the Helm chart, including the controller and ingress proxy pods.
- The MATLAB Job Scheduler controller now uses Go v1.23.5.
Bug fixes:
- Job manager pods no longer fail to restart after a previous job manager pod stops.
- You can now use the Helm chart as a subchart, as the restrictions in its JSON schema have been removed.