Loading request...
Allow users to define the VPN image via configuration (e.g., "VpnImage: "xxx.net/nocalhost/public/nocalhost-vpn:v1"") because some companies can only pull images from their own repositories due to network limitations.
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Currently, there is only DefaultVPNImage,https://github.com/nocalhost/nocalhost/blob/5eb64a4c81ddecf95bce474b572b7eadd42813c6/internal/nhctl/const/const.go#L43. maybe we can define VPNImage by config, like `VpnImage: "xxx.net/nocalhost/public/nocalhost-vpn:v1"`. **Why is this needed**: Due to network limitations, some companies can only pull images from their own repository.