January 8, 2026 - SUNK releases v7.2.0
SUNK releases v7.2.0 with new features and bug fixes
SUNK v7.2.0
Features
- Adds a default timeout of 60 seconds to MySQL probes
- Adds the ability to toggle between different image registries
Changes to SUNK image registry
Images will now be available from the new default registry at ghcr.io/coreweave/slurm-containers.
Images will no longer be published to docker.artifacts.coreweave.com.
All image fields now support a name field to specify the desired image name.
- If no repository is specified, the default registry + the image
namewill be used. - If a repository is specified, it will override the value used. Neither the
nameor the default registry will be used.
For example, an image named controller, as shown in the example below, will use the controller image from the default registry, ghcr.io/coreweave/slurm-containers/controller.
image:name: controllerrepository:
See our documentation about available Slurm images for more information.
External SUNK users
If running SUNK outside of CoreWeave Kubernetes Service (CKS), change the global.cks value in the slurm Helm chart as follows:
global.cks.enabled=false
The default value, global.cks.enabled=true, pulls images from the internal CKS registry, which is not available externally.
Bug fixes
- Adds a missing script name to the
nsscachesubPath definition - Updates the Slurm registry helper to the correct target repository
- Reads groups from
scim_users_parametersin/etc/nsscache.conf, or from the command line if specified
Updates several items within the /slurm-login directory, including:
- Updates
github.com/fluxcd/cli-utilsfrom0.36.0-flux.15to0.37.0-flux.1 - Updates
github.com/onsi/ginkgo/v2from2.27.2to2.27.3 - Updates
github.com/onsi/gomegafrom1.38.2to1.38.3 - Updates
k8s.io/apifrom0.34.2to0.35.0 - Updates
k8s.io/apimachineryfrom0.34.2to0.35.0 - Updates
k8s.io/client-gofrom0.34.2to0.35.0 - Updates
k8s.io/kubectlfrom0.34.2to0.35.0