Hi :wave: Just updated a few dependencies today.. ...
# kubernetes
m
Hi 👋 Just updated a few dependencies today.. including
@pulumi/kubernetes
from
3.4.1
to
3.7.2
, and it's just started consistently getting 403's for a couple of
ConfigFile
resources:
Copy code
Error: Error fetching YAML file '<https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.4.1/components.yaml>': 403 Forbidden
    Error: Error fetching YAML file '<https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml>': 403 Forbidden
Any ideas why this might've started happening? The error call stack just points at this line of code. I can't see anything obvious that could cause it. Rolling back to
3.4.1
everything works again 🤯