Andrew Kirkpatrick
09/24/2024, 1:51 PMhelm dependency update
and the following error on helm registry login
(am definitely missing something obvious but can't figure out what!)
Error logging in to endpoint, trying next endpoint error="Get \"<https://ghcr.io/v2/>\": denied: denied"
Clemens Jütte
09/24/2024, 4:07 PMecho "<YOUR_PERSONAL_ACCESS_TOKEN>" | docker login <http://ghcr.io|ghcr.io> -u <YOUR_GITHUB_USERNAME> --password-stdin
Andrew Kirkpatrick
09/24/2024, 4:51 PMdocker login
, am starting to wonder whether it's something on our corporate network getting in the way...Clemens Jütte
09/24/2024, 5:00 PMAndrew Kirkpatrick
09/24/2024, 5:02 PM