MicroK8s enable gpu throwing 403 when pulling helm file

When running microk8s enable nvidia I’m getting a 403 from Nvidia’s servers. The log is below:

root@k8-control-plane:/# microk8s enable nvidia
Infer repository core for addon nvidia
Addon core/dns is already enabled
Addon core/helm3 is already enabled
Checking if NVIDIA driver is already installed
Error: looks like "https://helm.ngc.nvidia.com/nvidia" is not a valid chart repository or cannot be reached: failed to fetch https://helm.ngc.nvidia.com/nvidia/index.yaml : 403 Forbidden
Error: no repositories found. You must add one before updating
Deploy NVIDIA GPU operator
Using operator GPU driver
Error: INSTALLATION FAILED: repo nvidia not found
Deployed NVIDIA GPU operator
root@k8-control-plane:/# 

This is a new install in the last two weeks, and I’ve tried the url from multiple IPs (residential and hosted) in multiple countries. It’s just unaccessible. Any ideas or alternatives out there? I know there’s the official Nvidia docs for k8s but I’d prefer to do it the “right” way.