When trying to do the first deploy to our openbalena instance, I get the following error:
$ balena deploy myapp --registry-secrets ../registry-secrets.yml
[Info] Everything is up to date (use --build to force a rebuild)
[Info] Creating release...
[Info] Pushing images to registry...
Retrying "registry.balena.${domain}/v2/a0bd40c79a2756d16cd89b7b80959903:latest" after 2.00s (1 of 3) due to: Error: unauthorized: authentication required
We require the registry secrets due to private CRs being used to pull pre-built packages.
I have an authed session:
$ balena apps
ID APP NAME SLUG DEVICE TYPE ONLINE DEVICES DEVICE COUNT
1 provisioning provisioning jetson-nano 1 1
2 myapp myapp jetson-nano 0 0
$ balena devices
ID UUID DEVICE NAME DEVICE TYPE APPLICATION NAME STATUS IS ONLINE SUPERVISOR VERSION OS VERSION
1 2027e82 still-bird jetson-nano provisioning Idle true 11.14.0 balenaOS 2.56.0+rev1
On this same topic, is it possible to not utilise the CR within balena and use external ones?