Hi, We're attempting to install trident using the helm chart, in an aks cluster running k8s v 1.27.
We've pushed the required images for k8s v1.27 mentioned in the docs https://docs.netapp.com/us-en/trident/trident-get-started/requirements.html#storage-system-configuration.
However, when we install the helm chart (v24.02.0), we see that the trident controller pods are trying to pull the latest version of the csi images. For example, pulling csi-resizer:v1.9.3 instead of v1.9.0.
Is there a way we can pass our k8s version, or the desired csi image tags? We could retag the images incorrectly- tag 1.9.0 as 1.9.3- in our registry, but want to avoid a hacky solution if possible.
Many thanks!
Ben