Pinning Helm Chart version

When deploying Kubernetes applications using the Helm Chart Upgrade step, is there a way to pin the version of the chart we are using? It looks like Octopus can only pick the latest version.

1 Like

Hi Remy,
What you probably want to use is Channel version rules. By default all projects have a single channel (but you can create as many as you want) where you can configure version specific rules using semver or regex to ensure only specific package versions are selected for each step.
Give this feature a go and let me know if you run into any problems.
Cheers,
Rob

It looks like it worked! Thanks a lot for your help.