Hi,
We are currently running a Rancher-managed cluster deployed via RKE.
The nginx-ingress-controller is installed automatically by Rancher and managed as a daemonSet.
We would like to update the image of the ingress controller (currently rancher/nginx-ingress-controller:nginx-1.12.0-rancher1) to a newer, patched version.
What is the recommended and supported method to upgrade the DaemonSet image in this setup?
Manually patch the DaemonSet and manage it separately afterward?
Edit the cluster.yml (I'm not able to find the correct section.) and run rke up?
Thanks in advance for your support! (modificato)