Any application packagers lurking here? ๐ I've locked down the option to automatically update Rancher Desktop within the application itself (
since we are managing it elsewhere) using the registry. However, I was forced to set a schema version, so I'm worried that if and when the schema version is updated from 15 that the deployment profile might stop working. Has anyone got a better way of configuring this or is this the recommended way? ๐ (
I tested it by setting the schema version to 10 and launched the application which seems to work, but as I said I'm just worried that it might stop working in the future).
https://docs.rancherdesktop.io/getting-started/deployment/
I've locked it down using:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Rancher Desktop\Locked]
"version"=dword:0000000f (<- 15)
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Rancher Desktop\Locked\application]
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Rancher Desktop\Locked\application\updater]
"enabled"=dword:00000000