Security
- Updated Go version to 1.24.11 to address a CVE.
Changed
- Update the Kubernetes Deployment
spec.strategy.typefield to be of typeRecreate
in order to properly handle upgrades/restarts as the default deployment creates a PVC
of typeReadWriteOnceand could only be assigned to one replica. - Expose the
--verboseand--signruntime parameters as Helm variables.