Gitlab Runner on OpenShift - Operator Image propably wrong registry
Summary
(on OpenShift) new Gitlab Runner Operator 1.1.0 doesn't work, cant be updated because it needs an image from "scan.connect.redhat.com/ospid-decc0f43-9a9d-4d59-9671-f648e92a99ff/gitlab-runner-operator-bundle:v1.1.0"
According to RedHat this is a registry used by partners to make the images available in the container catalog and therefor shouldn't be used directly from e.g. the Operator.
Steps to reproduce
- OpenShift 4.x Cluster
- Gitlab Runner 1.1.0 installation
Actual behavior
can't update the Operator from 1.0.0 to 1.1.0 due to a imagePullError
Expected behavior
Operator update without breaking it
Relevant logs and/or screenshots
gitlab-runner-controller-manager (pod): Failed to pull image "scan.connect.redhat.com/ospid-decc0f43-9a9d-4d59-9671-f648e92a99ff/gitlab-runner-operator-bundle:v1.1.0": rpc error: code = Unknown desc = unable to retrieve auth token: invalid username/password: unauthorized: authentication required
Possible fixes
correct registry: registry.connect.redhat.com/gitlab/gitlab-runner-operator-bundle:latest
already tried it, the image gets pulled but it crashes with the error "container_linux.go:366: starting container process caused: exec: "/manager": stat /manager: no such file or directory"