The kustomization is still using the old Docker Hub repository: ``` image: movetokube/postgres-operator ``` https://github.com/movetokube/postgres-operator/blob/master/deploy/operator.yaml#L18 Should be: ``` image: ghcr.io/movetokube/postgres-operator ```