While using the container-agent and specifying an image from an internal repo (shown below in my executor block) I get ImagePullBackOff errors failed to authorize: failed to fetch anonymous token: unexpected status: 401 Unauthorized.
When digging into the secrets created in the container-agent k8s namespace I see one named ccicred-removed-0-removed. This secret is of the type kubernetes.io/dockerconfigjson. The .dockerconfigjson key when decoded is as follows. The username and password match the values I’d expect via the supplied environment variables in my executor block. However, the docker-server (e.g. https://index.docker.io/) is incorrect. I’d expect that to be myrepo.com. Is this a bug? cc @sebastian-lerner
We’ve got a fix identified and checked in. I’ll update when we have a new helm version out to pull down so you can confirm that it is fixed on your end.